Skip to content

Commit 6aa9155

Browse files
author
Marat Komarov
authored
Merge pull request #131 from Scalr/SCALRCORE-28027
SCALRCORE-28027 Updating e2e action to create test app on the agent pool
2 parents 6f466d4 + 5f40f84 commit 6aa9155

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
--branch ${{ env.API_BRANCH }} \
127127
--run-url ${{ steps.get-job-id.outputs.html_url }} \
128128
--skip-ui-build \
129+
--agent-pool-id="${{vars.TACO_APOOL_ID}}" \
129130
${{ env.RUN_TAG }}
130131
- name: Get Scalr hostname
131132
shell: bash

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
--branch ${{ inputs.pr_branch }} \
118118
--run-url ${{ steps.get-job-id.outputs.html_url }} \
119119
--skip-ui-build \
120+
--agent-pool-id="${{vars.TACO_APOOL_ID}}" \
120121
${{ env.RUN_TAG }}
121122
- name: Get Scalr hostname
122123
shell: bash

0 commit comments

Comments
 (0)