Skip to content

Commit

Permalink
nightly: use 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Mar 19, 2024
1 parent cd4f874 commit 57efa11
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hypershift-assisted-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.14"
default: "4.15"

env:
HOME: /root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hypershift-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.14"
default: "4.15"

env:
HOME: /root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/microshift-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
CLUSTER: ci-microshift
PULLSECRET: /root/openshift_pull.json
VERSION: stable
TAG: "4.14"
TAG: "4.15"

jobs:
requirements:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/okd-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
NETWORK: okd-network
NETWORK_CIDR: 192.168.131.0/24
VERSION: stable
TAG: 4.14
TAG: 4.15

jobs:
deploy-okd:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-ipv6-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.14"
default: "4.15"
NETWORK:
description: 'network'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-kubevirt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.14"
default: "4.15"

env:
HOME: /root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-libvirt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.14"
default: "4.15"

env:
HOME: /root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-nightly-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
NETWORK: ipv6-network
NETWORK_CIDR: 2620:52:0:1306::/64
VERSION: stable
TAG: 4.14
TAG: 4.15

jobs:
deploy-openshift:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.14"
default: "4.15"

env:
HOME: /root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sno-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
PULLSECRET: /root/openshift_pull.json
PARAMFILE: openshift-ci-paramfiles/sno.yml
VERSION: stable
TAG: "4.14"
TAG: "4.15"

jobs:
requirements:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snoplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.14"
default: "4.15"
PLANFILE:
description: 'planfile'
required: true
Expand Down

0 comments on commit 57efa11

Please sign in to comment.