Skip to content

Commit

Permalink
nightly ci: temp use libvirt networks
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Jan 5, 2024
1 parent eef2308 commit aaf402c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openshift-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
# provider: [libvirt, kubevirt, vsphere]
provider: [libvirt, kubevirt]
provider: [libvirt]
runs-on: ${{ matrix.provider }}
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 4 additions & 2 deletions openshift-ci-paramfiles/hypershift.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
cluster: ci-hypershift
version: latest
tag: 4.14
network: baremetal
# ingress_ip: 10.19.135.130
# ingress_ip: 10.1.98.106
ingress_ip: 10.19.32.61
# ingress_ip: 10.19.32.61
# network: baremetal
ingress_ip: 192.168.254.253
network: baremetalfake
workers: 2
numcpus: 16
memory: 16384
Expand Down
6 changes: 4 additions & 2 deletions openshift-ci-paramfiles/hypershift_assisted.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
platform: assisted
version: latest
tag: 4.13
network: default
ingress_ip: 192.168.122.248
# network: default
# ingress_ip: 192.168.122.248
network: baremetalfake
ingress_ip: 192.168.254.252
uefi: true
workers: 3
sslip: true
Expand Down
6 changes: 4 additions & 2 deletions openshift-ci-paramfiles/libvirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ version: stable
tag: "4.14"
#api_ip: 10.19.135.112
# api_ip: 10.1.98.87
api_ip: 10.19.32.58
# api_ip: 10.19.32.58
# network: baremetal
network: baremetalfake
api_ip: 192.168.254.254
sslip: true
network: baremetal
numcpus: 32
memory: 49152
#memory: 32768
Expand Down

0 comments on commit aaf402c

Please sign in to comment.