From 038149e6f62c3d0a41bbc36536800b177275443a Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Mon, 25 Mar 2024 15:24:36 +0000 Subject: [PATCH] DO NOT MERGE: test on custom branch --- .github/workflows/trigger-e2e-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trigger-e2e-tests.yml b/.github/workflows/trigger-e2e-tests.yml index 9895f5c7a5a9..6774da7f5d8e 100644 --- a/.github/workflows/trigger-e2e-tests.yml +++ b/.github/workflows/trigger-e2e-tests.yml @@ -91,7 +91,7 @@ jobs: COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }} BASE_SHA: ${{ github.event.pull_request.base.sha || github.sha }} run: | - # Default set of plafforms to run e2e tests on + # Default set of platforms to run e2e tests on platforms='["docker", "k8s"]' # If the PR changes vendor/ or pgxn/ directories, or Dockerfile.compute-node, add k8s-neonvm to the list of platforms. @@ -138,7 +138,7 @@ jobs: --user "${{ secrets.CI_ACCESS_TOKEN }}" \ --data \ "{ - \"ref\": \"main\", + \"ref\": \"bayandin/skip-neonvm\", \"inputs\": { \"ci_job_name\": \"neon-cloud-e2e\", \"commit_hash\": \"$COMMIT_SHA\", @@ -146,6 +146,6 @@ jobs: \"storage_image_tag\": \"${TAG}\", \"compute_image_tag\": \"${TAG}\", \"concurrency_group\": \"${{ env.E2E_CONCURRENCY_GROUP }}\", - \"e2e-platforms": \""'"${E2E_PLATFORMS}"'"\" + \"e2e-platforms": \"'${E2E_PLATFORMS}'\" } }"