Skip to content

Commit

Permalink
Disable other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Oct 3, 2023
1 parent 6137098 commit fcf1ff3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 deletions test-cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ if [ -n "${nightly-}" ] && [ -z "${pkg-}" ]; then
err=0
trap 'err=1' ERR

yarn run test-cypress-dev-console-nightly
yarn run test-cypress-helm-nightly
yarn run test-cypress-pipelines-nightly
yarn run test-cypress-shipwright-nightly
yarn run test-cypress-topology-nightly
yarn run test-cypress-knative-nightly
yarn run test-cypress-webterminal-nightly
# yarn run test-cypress-dev-console-nightly
# yarn run test-cypress-helm-nightly
# yarn run test-cypress-pipelines-nightly
# yarn run test-cypress-shipwright-nightly
# yarn run test-cypress-topology-nightly
# yarn run test-cypress-knative-nightly
# yarn run test-cypress-webterminal-nightly

exit $err;
fi
Expand All @@ -71,10 +71,10 @@ if [ -n "${headless-}" ] && [ -z "${pkg-}" ]; then
yarn run test-cypress-console-headless
yarn run test-cypress-dev-console-headless
yarn run test-cypress-olm-headless
yarn run test-cypress-helm-headless
yarn run test-cypress-knative-headless
yarn run test-cypress-topology-headless
yarn run test-cypress-pipelines-headless
# yarn run test-cypress-helm-headless
# yarn run test-cypress-knative-headless
# yarn run test-cypress-topology-headless
# yarn run test-cypress-pipelines-headless
# yarn run test-cypress-shipwright-headless
# yarn run test-cypress-webterminal-headless
exit;
Expand Down
24 changes: 12 additions & 12 deletions test-prow-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ elif [ "$SCENARIO" == "login" ]; then
./test-cypress.sh -p console -s 'tests/app/auth-multiuser-login.spec.ts' -h true
elif [ "$SCENARIO" == "olmFull" ]; then
./test-cypress.sh -p olm -h true
elif [ "$SCENARIO" == "ceph" ]; then
./test-cypress.sh -p ceph -h true
elif [ "$SCENARIO" == "kubevirt-gating" ]; then
./test-cypress.sh -p kubevirt -h true
elif [ "$SCENARIO" == "dev-console" ]; then
./test-cypress.sh -p dev-console -h true
elif [ "$SCENARIO" == "pipelines" ]; then
./test-cypress.sh -p pipelines -h true
elif [ "$SCENARIO" == "gitops" ]; then
./test-cypress.sh -p gitops -h true
elif [ "$SCENARIO" == "knative" ]; then
./test-cypress.sh -p knative -h true
# elif [ "$SCENARIO" == "ceph" ]; then
# ./test-cypress.sh -p ceph -h true
# elif [ "$SCENARIO" == "kubevirt-gating" ]; then
# ./test-cypress.sh -p kubevirt -h true
# elif [ "$SCENARIO" == "dev-console" ]; then
# ./test-cypress.sh -p dev-console -h true
# elif [ "$SCENARIO" == "pipelines" ]; then
# ./test-cypress.sh -p pipelines -h true
# elif [ "$SCENARIO" == "gitops" ]; then
# ./test-cypress.sh -p gitops -h true
# elif [ "$SCENARIO" == "knative" ]; then
# ./test-cypress.sh -p knative -h true
fi

0 comments on commit fcf1ff3

Please sign in to comment.