Skip to content

Commit

Permalink
DO NOT MERGE: test on custom branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Mar 25, 2024
1 parent 5b96925 commit 038149e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -138,14 +138,14 @@ jobs:
--user "${{ secrets.CI_ACCESS_TOKEN }}" \
--data \
"{
\"ref\": \"main\",
\"ref\": \"bayandin/skip-neonvm\",
\"inputs\": {
\"ci_job_name\": \"neon-cloud-e2e\",
\"commit_hash\": \"$COMMIT_SHA\",
\"remote_repo\": \"${{ github.repository }}\",
\"storage_image_tag\": \"${TAG}\",
\"compute_image_tag\": \"${TAG}\",
\"concurrency_group\": \"${{ env.E2E_CONCURRENCY_GROUP }}\",
\"e2e-platforms": \""'"${E2E_PLATFORMS}"'"\"
\"e2e-platforms": \"'${E2E_PLATFORMS}'\"
}
}"

0 comments on commit 038149e

Please sign in to comment.