Skip to content

Commit

Permalink
run Metrics tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Jan 2, 2025
1 parent 19f39c5 commit 344ddb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
make deploy -e GIT_BRANCH=${{ env.GIT_BRANCH }} TAG=${{ env.GIT_BRANCH }}-${{ env.TAG }} ENV=standalone
- name: Run E2E tests
run: LABEL_FILTER="Standalone,Webhook" ./hack/run-tests-on-cluster.sh
run: LABEL_FILTER="Metrics,Standalone,Webhook" ./hack/run-tests-on-cluster.sh
2 changes: 1 addition & 1 deletion hack/run-tests-on-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export GORACE=1
export CLEANUP_CLUSTER=${CLEANUP_CLUSTER:-"false"}
export CLUSTER_STARTED="true"
export KUTTL_TEST_SUITES=("")
export LABEL_FILTER=${LABEL_FILTER:-"Kueue,Webhook"}
export LABEL_FILTER=${LABEL_FILTER:-"Kueue,Webhook,Metrics"}

source ${ROOT_DIR}/hack/e2e-util.sh

Expand Down

0 comments on commit 344ddb9

Please sign in to comment.