We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cece4f commit 85c4e7aCopy full SHA for 85c4e7a
scripts/openshiftci-presubmit-all-tests.sh
@@ -58,13 +58,13 @@ elif [ "${ARCH}" == "ppc64le" ]; then
58
make test-e2e-beta
59
else
60
# Integration tests
61
- make test-integration
62
- make test-integration-devfile
63
- make test-cmd-login-logout
64
- make test-cmd-project
65
- make test-operator-hub
+ time make test-integration
+ time make test-integration-devfile
+ time make test-cmd-login-logout
+ time make test-cmd-project
+ time make test-operator-hub
66
# E2e tests
67
- make test-e2e-all
+ time make test-e2e-all
68
fi
69
70
odo logout
0 commit comments