Skip to content

Commit

Permalink
ci/e2e: use new elemental-operator helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Nov 29, 2022
1 parent 3988eca commit b98308a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e-obs-Dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
description: Rancher Manager version to use for installation (fixed version or latest)
default: devel
type: string
upgrade_operator:
description: URL to elemental-operator version to upgrade to
default: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/rancher/elemental-operator-chart
type: string

concurrency:
group: e2e-tests-obs-dev-${{ github.head_ref || github.ref }}-${{ github.repository }}
Expand All @@ -34,7 +38,7 @@ jobs:
rancher_channel: ${{ inputs.rancher_channel }}
rancher_version: ${{ inputs.rancher_version }}
runner: elemental-e2e-ci-runner-spot-x86-64-2
upgrade_operator: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/elemental/elemental-operator
upgrade_operator: ${{ inputs.upgrade_operator }}
rke2:
if: always()
needs: k3s
Expand All @@ -50,4 +54,4 @@ jobs:
rancher_channel: ${{ inputs.rancher_channel }}
rancher_version: ${{ inputs.rancher_version }}
runner: elemental-e2e-ci-runner-spot-x86-64-2
upgrade_operator: oci://registry.opensuse.org/isv/rancher/elemental/dev/charts/elemental/elemental-operator
upgrade_operator: ${{ inputs.upgrade_operator }}
8 changes: 6 additions & 2 deletions .github/workflows/e2e-obs-Stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
description: Rancher Manager version to use for installation (fixed version or latest)
default: devel
type: string
upgrade_operator:
description: URL to elemental-operator version to upgrade to
default: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher/elemental-operator-chart
type: string

concurrency:
group: e2e-tests-obs-stable-${{ github.head_ref || github.ref }}-${{ github.repository }}
Expand All @@ -34,7 +38,7 @@ jobs:
rancher_channel: ${{ inputs.rancher_channel }}
rancher_version: ${{ inputs.rancher_version }}
runner: elemental-e2e-ci-runner-spot-x86-64-2
upgrade_operator: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/elemental/elemental-operator
upgrade_operator: ${{ inputs.upgrade_operator }}
rke2:
if: always()
needs: k3s
Expand All @@ -50,4 +54,4 @@ jobs:
rancher_channel: ${{ inputs.rancher_channel }}
rancher_version: ${{ inputs.rancher_version }}
runner: elemental-e2e-ci-runner-spot-x86-64-2
upgrade_operator: oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/elemental/elemental-operator
upgrade_operator: ${{ inputs.upgrade_operator }}
8 changes: 6 additions & 2 deletions .github/workflows/e2e-obs-Staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
description: Rancher Manager version to use for installation (fixed version or latest)
default: devel
type: string
upgrade_operator:
description: URL to elemental-operator version to upgrade to
default: oci://registry.opensuse.org/isv/rancher/elemental/staging/charts/rancher/elemental-operator-chart
type: string

concurrency:
group: e2e-tests-obs-staging-${{ github.head_ref || github.ref }}-${{ github.repository }}
Expand All @@ -34,7 +38,7 @@ jobs:
rancher_channel: ${{ inputs.rancher_channel }}
rancher_version: ${{ inputs.rancher_version }}
runner: elemental-e2e-ci-runner-spot-x86-64-2
upgrade_operator: oci://registry.opensuse.org/isv/rancher/elemental/staging/charts/elemental/elemental-operator
upgrade_operator: ${{ inputs.upgrade_operator }}
rke2:
if: always()
needs: k3s
Expand All @@ -50,4 +54,4 @@ jobs:
rancher_channel: ${{ inputs.rancher_channel }}
rancher_version: ${{ inputs.rancher_version }}
runner: elemental-e2e-ci-runner-spot-x86-64-2
upgrade_operator: oci://registry.opensuse.org/isv/rancher/elemental/staging/charts/elemental/elemental-operator
upgrade_operator: ${{ inputs.upgrade_operator }}

0 comments on commit b98308a

Please sign in to comment.