Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaturov committed Jan 7, 2025
1 parent 02644c6 commit 5807f62
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,42 @@ tests:
- as: e2e-operator-upgrade
steps:
cluster_profile: aws-telco
dependencies:
OO_BUNDLE_NEW: numaresources-operator-bundle
OO_BUNDLE_OLD: numaresources-operator-bundle-4.17
env:
BASE_DOMAIN: telco5g-ci.devcluster.openshift.com
DELETE_MC: "false"
TEST_SUITE: ""
TEST_TYPE: upgrade
TEST_UPGRADE_OPTIONS: ""
USER_TAGS: |
ci-job-source prowci
ci-job-branch release-4.18
ci-job-fullname openshift-kni-e2e-operator-upgrade-numaresources-operator-release-4.18
ci-job-type e2e-operator-upgrade
ci-repo-name numaresources-operator
ci-org-name openshift-kni
test:
- ref: telco5g-nrop-install
- as: test-install-e2e
cli: latest
commands: make test-install-e2e
from: src
resources:
requests:
cpu: 500m
memory: 1Gi
- ref: openshift-e2e-test
- ref: telco5g-nrop-upgrade
- as: test-upgrade-e2e
cli: latest
commands: make test-upgrade-e2e
from: src
resources:
requests:
cpu: 500m
memory: 1Gi
workflow: telco5g-nrop
zz_generated_metadata:
branch: release-4.18
Expand Down
26 changes: 0 additions & 26 deletions ci-operator/step-registry/telco5g/nrop/telco5g-nrop-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,8 @@ workflow:
allow_best_effort_post_steps: true
pre:
- chain: ipi-aws-pre-stableinitial
test:
- as: test-install-e2e
cli: latest
commands: make test-install-e2e
from: src
resources:
requests:
cpu: 500m
memory: 1Gi
- ref: openshift-e2e-test
- as: test-upgrade-e2e
cli: latest
commands: make test-upgrade-e2e
from: src
resources:
requests:
cpu: 500m
memory: 1Gi
post:
- ref: openshift-e2e-test-capabilities-check
- chain: ipi-aws-post
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: "release:previous"
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: "release:latest"
env:
TEST_TYPE: upgrade
TEST_SUITE: ""
TEST_UPGRADE_OPTIONS: ""
DELETE_MC: "false"
documentation: |-
The Openshift E2E AWS workflow executes the upgrade end-to-end test suite on AWS with a default cluster configuration and Loki as log collector, exercising an upgrade during the process.

0 comments on commit 5807f62

Please sign in to comment.