Skip to content

Commit d6f7345

Browse files
committed
Update
1 parent 5dda70f commit d6f7345

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/openshiftci-presubmit-all-tests.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ ROLLOUTS_TMP_DIR=$(mktemp -d)
3232

3333
cd $ROLLOUTS_TMP_DIR
3434

35+
kubectl get namespaces
36+
37+
kubectl get pods -A || true
38+
39+
kubectl api-resources
3540

3641
git clone https://github.com/argoproj-labs/argo-rollouts-manager
3742

@@ -41,6 +46,5 @@ TARGET_ROLLOUT_MANAGER_COMMIT=027faa92ffdbc43a02eca3982f020a8c391fd340
4146

4247
git checkout $TARGET_ROLLOUT_MANAGER_COMMIT
4348

44-
4549
make install generate fmt vet
4650
make test-e2e

0 commit comments

Comments
 (0)