Skip to content

Commit

Permalink
ci/cli: use Rancher Manager Prime on RKE2 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Jul 11, 2024
1 parent 9effef1 commit aaa67c6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-rke2-ibs_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
type: string
rancher_version:
description: Rancher Manager channel/version/head_version to use for installation
default: stable/latest
default: prime/latest
type: string

jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cli-rke2-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
type: string
rancher_version:
description: Rancher Manager channel/version/head_version to use
default: '"stable/latest"'
default: '"prime/latest"'
type: string
reset:
description: Allow reset test (mainly used on CLI tests)
Expand All @@ -49,22 +49,22 @@ jobs:
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '""')) }}
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.13+rke2r1"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.27.13+rke2r1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.7","latest/devel/2.8"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"prime/latest","latest/devel/2.7","latest/devel/2.8"')) }}
reset: ${{ fromJSON(format('[{0}]', inputs.reset || 'false')) }}
sequential: [ false ]
include:
- ca_type: selfsigned
cluster_type: ""
k8s_downstream_version: v1.27.13+rke2r1
k8s_upstream_version: v1.27.13+rke2r1
rancher_version: stable/latest
rancher_version: prime/latest
reset: true
sequential: true
- ca_type: private
cluster_type: hardened
k8s_downstream_version: v1.27.13+rke2r1
k8s_upstream_version: v1.27.13+rke2r1
rancher_version: stable/latest
rancher_version: prime/latest
reset: true
sequential: false
uses: ./.github/workflows/master_e2e.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-rke2-obs_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
type: string
rancher_version:
description: Rancher Manager channel/version/head_version to use for installation
default: stable/latest
default: prime/latest
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-rke2-obs_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
type: string
rancher_version:
description: Rancher Manager channel/version/head_version to use for installation
default: stable/latest
default: prime/latest
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-rke2-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
os_to_test: stable
qase_run_id: ${{ github.event_name == 'schedule' && 'auto' || inputs.qase_run_id }}
rancher_upgrade: ${{ matrix.rancher_upgrade }}
rancher_version: stable/latest
rancher_version: prime/latest
reset: true
test_type: cli
upgrade_image: registry.opensuse.org/isv/rancher/elemental/dev/containers/suse/sl-micro/6.0/baremetal-os-container:latest
Expand Down

0 comments on commit aaa67c6

Please sign in to comment.