Skip to content

Commit afa8e8d

Browse files
committed
Triger new templated jobs
1 parent 8baccb2 commit afa8e8d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
jankyJobName:
16-
- enterprise2-binary-backup
17-
- enterprise2-migration
16+
- enterprise2-backup-utils-binary-backup
17+
- enterprise2-backup-utils-migration
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:
@@ -24,10 +24,9 @@ jobs:
2424
ref="${{ github.ref }}"
2525
merge_branch=${ref#"refs/heads/"}
2626
backup_utils_branch="${{ env.SOURCE_BRANCH }}"
27-
#branch_name="${{ env.TARGET_BRANCH }}"
28-
branch_name="janky-backup-utils-branch-test"
27+
branch_name="${{ env.TARGET_BRANCH }}"
2928
curl -v -X POST \
3029
-u "hubot:${{ secrets.API_AUTH_TOKEN }}" \
3130
-H "Content-Type: application/json" \
32-
-d '{"buildable_name":"${{ matrix.jankyJobName }}","repo":"enterprise2","branch_name": "'"$branch_name"'","env_vars":{"JANKY_ENV_BACKUP_UTILS_BRANCH": "'"$backup_utils_branch"'" },"force":"true","room_id":"#builds"}' \
31+
-d '{"buildable_name":"${{ matrix.jankyJobName }}","repo":"${{ github.repository }}","branch_name": "'"$branch_name"'","env_vars":{"JANKY_ENV_BACKUP_UTILS_BRANCH": "'"$backup_utils_branch"'" },"force":"true","room_id":"#builds"}' \
3332
"https://janky.githubapp.com/api/builds"

0 commit comments

Comments
 (0)