Skip to content

Commit

Permalink
chore: use new cluster names (#4522)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored May 3, 2023
1 parent 8b6ca18 commit a2f4dfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: make scale-node-pool
env:
NODE_POOL_SIZE: 4
TEST_CLUSTER_NAME: keda-pr-run
TEST_CLUSTER_NAME: keda-e2e-cluster-pr

- name: Run end to end tests
continue-on-error: true
Expand All @@ -141,7 +141,7 @@ jobs:
AZURE_RUN_WORKLOAD_IDENTITY_TESTS: true
GCP_RUN_IDENTITY_TESTS: true
E2E_IMAGE_TAG: ${{ needs.triage.outputs.image_tag }}
TEST_CLUSTER_NAME: keda-pr-run
TEST_CLUSTER_NAME: keda-e2e-cluster-pr
run: |
MESSAGE="${{ github.event.comment.body }}"
REGEX='/run-e2e (.+)'
Expand All @@ -156,14 +156,14 @@ jobs:
if: ${{ always() }}
run: make e2e-test-clean
env:
TEST_CLUSTER_NAME: keda-pr-run
TEST_CLUSTER_NAME: keda-e2e-cluster-pr

- name: Scale cluster
if: ${{ always() }}
run: make scale-node-pool
env:
NODE_POOL_SIZE: 1
TEST_CLUSTER_NAME: keda-pr-run
TEST_CLUSTER_NAME: keda-e2e-cluster-pr

- name: React to comment with success
uses: dkershner6/reaction-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GIT_VERSION ?= $(shell git describe --always --abbrev=7)
GIT_COMMIT ?= $(shell git rev-list -1 HEAD)
DATE = $(shell date -u +"%Y.%m.%d.%H.%M.%S")

TEST_CLUSTER_NAME ?= keda-nightly-run-3
TEST_CLUSTER_NAME ?= keda-e2e-cluster-nightly
NODE_POOL_SIZE ?= 1
NON_ROOT_USER_ID ?= 1000

Expand Down

0 comments on commit a2f4dfe

Please sign in to comment.