Skip to content

Commit

Permalink
Added NROP upgrade test
Browse files Browse the repository at this point in the history
Signed-off-by: Ronny Baturov <[email protected]>
  • Loading branch information
rbaturov committed Nov 4, 2024
1 parent 3848917 commit 868608c
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,26 @@ tests:
env:
PROJECT_NAME: numaresources-operator
workflow: openshift-ci-security
- as: e2e-in-cluster-build
steps:
cluster_profile: aws-telco
test:
- as: install
cli: latest
commands: "oc create namespace numaresources-operator\noperator-sdk run bundle
-n numaresources-operator quay.io/openshift-kni/numaresources-operator:4.17.999-snapshot
# install my-operator with the version before upgrading\noc wait --for condition=Available
-n numaresources-operator deployment my-operator # wait until my-operator
is ready \n"
dependencies:
- env: OO_BUNDLE_INIT
name: os-min9
from: operator-sdk
resources:
requests:
cpu: 1000m
memory: 500Mi
workflow: generic-claim
zz_generated_metadata:
branch: release-4.17
org: openshift-kni
Expand Down

0 comments on commit 868608c

Please sign in to comment.