Skip to content

Commit 61b3d13

Browse files
committed
Update
1 parent d6f7345 commit 61b3d13

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/openshiftci-presubmit-all-tests.sh

+12
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ export KUBECONFIG=$TMP_DIR/kubeconfig
2727
# Run e2e test
2828
# make test-e2e
2929

30+
source $(dirname $0)/e2e-common.sh
31+
32+
# Ensuring proper installation
33+
pod=openshift-gitops-operator-controller-manager && oc get pods `oc get pods --all-namespaces | grep $pod | head -1 | awk '{print $2}'` -n openshift-gitops-operator -o yaml
34+
35+
subscription=gitops-operator- && oc get subscription `oc get subscription --all-namespaces | grep $subscription | head -1 | awk '{print $2}'` -n openshift-gitops-operator
36+
37+
oc wait --for=condition=Ready -n openshift-gitops pod --timeout=15m -l 'app.kubernetes.io/name in (cluster,kam,openshift-gitops-application-controller,openshift-gitops-applicationset-controller,openshift-gitops-dex-server,openshift-gitops-redis,openshift-gitops-repo-server,openshift-gitops-server)'
38+
39+
40+
41+
3042

3143
ROLLOUTS_TMP_DIR=$(mktemp -d)
3244

0 commit comments

Comments
 (0)