Skip to content

Commit

Permalink
add registry operator deploy command to openshift integration test sc…
Browse files Browse the repository at this point in the history
…ript

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed Aug 30, 2023
1 parent 69c5f99 commit 2c763a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ci/openshift_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ make controller-gen
make install-cert
# wait one minute for cert manager to get set up
sleep 60
# need to deploy the registry operator to run tests
# ToDo: Remove later after the addition of readiness check, integration tests can deploy the operator however tests fail if
# pod is not ready in time.
make install && make deploy
# wait 15 seconds for registry operator to get set up
sleep 15

# run integration test suite
make test-integration

0 comments on commit 2c763a2

Please sign in to comment.