Skip to content

Commit

Permalink
Updating to recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
afcollins committed May 9, 2024
1 parent 307747d commit c2e2317
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions dags/openshift_nightlies/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
versions:
- version: "4.12"
alias: stable
releaseStream: 4.12.0-0.nightly
baremetalReleaseStream: latest-4.12
- version: "4.13"
alias: next
releaseStream: 4.13.0-0.nightly
baremetalReleaseStream: latest-4.13
- version: "4.14"
alias: future
alias: stable
releaseStream: 4.14.0-0.nightly
baremetalReleaseStream: latest-4.14
- version: "4.15"
alias: next
releaseStream: 4.15.0-0.nightly
baremetalReleaseStream: latest-4.15
- version: "4.16"
alias: future
releaseStream: 4.16.0-0.nightly
baremetalReleaseStream: latest-4.16


dagConfig:
Expand All @@ -29,7 +29,7 @@ dagConfig:

platforms:
cloud:
versions: ["4.12", "4.13", "4.14"]
versions: ["4.14", "4.15", "4.16"]
providers: ["aws"]
#providers: ["aws", "aws-arm", "azure","gcp"]
variants:
Expand Down Expand Up @@ -76,7 +76,7 @@ platforms:

# Do not program concurrent builds of ROSA/ROGCP/ARO
rosa:
versions: ["4.12", "4.13"]
versions: ["4.15", "4.16"]
variants:
- name: sts-ovn-small-cp
schedule: "0 12 * * 3"
Expand Down Expand Up @@ -115,7 +115,7 @@ platforms:
benchmarks: upgrade.json

rosahcp:
versions: ["4.12", "4.13"]
versions: ["4.15", "4.16"]
variants:
- name: p75-control-plane
schedule: "0 12 * * 3"
Expand All @@ -134,7 +134,7 @@ platforms:
benchmarks: hcp-small-control-plane.json

rogcp:
versions: ["4.12", "4.13"]
versions: ["4.15", "4.16"]
variants:
- name: ovn-control-plane
schedule: "10 13 * * 1"
Expand Down

0 comments on commit c2e2317

Please sign in to comment.