Skip to content

Commit

Permalink
SCALRCORE-28525: Introduce GH label to force tev2 creation on Scalr s…
Browse files Browse the repository at this point in the history
…erver (without agent pool)
  • Loading branch information
AKramarenko committed Nov 10, 2023
1 parent 55637cc commit efa92d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Expand Up @@ -121,7 +121,7 @@ jobs:
--branch ${{ env.API_BRANCH }} \
--run-url ${{ steps.get-job-id.outputs.html_url }} \
--skip-ui-build \
--agent-pool-id="${{ contains(steps.pr-labels.outputs.labels, ' e2e:tev2_on_server ') && vars.TACO_APOOL_ID || '' }}" \
--agent-pool-id="${{ !contains(steps.pr-labels.outputs.labels, ' e2e:tev2_on_server ') && vars.TACO_APOOL_ID || '' }}" \
${{ env.RUN_TAG }}
- name: Get Scalr hostname
shell: bash
Expand Down

0 comments on commit efa92d8

Please sign in to comment.