Skip to content

Commit c958a01

Browse files
authored
Add revision parameter to action
1 parent d66151d commit c958a01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cloud_tests_full.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
steps:
2626
- uses: seqeralabs/action-tower-launch@v2
2727
with:
28+
revision: ${{ github.sha }}
2829
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
2930
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
3031
compute_env: ${{ secrets.TOWER_CE_AWS_CPU }}
@@ -41,6 +42,7 @@ jobs:
4142
with:
4243
name: Tower debug log file
4344
path: tower_action_*.log
45+
4446
run-full-tests-on-gcp:
4547
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'gcp' || !github.event.inputs }}
4648
runs-on: ubuntu-latest
@@ -50,6 +52,7 @@ jobs:
5052
steps:
5153
- uses: seqeralabs/action-tower-launch@v2
5254
with:
55+
revision: ${{ github.sha }}
5356
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
5457
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
5558
compute_env: ${{ secrets.TOWER_CE_GCP_CPU }}
@@ -66,6 +69,7 @@ jobs:
6669
with:
6770
name: Tower debug log file
6871
path: tower_action_*.log
72+
6973
run-full-tests-on-azure:
7074
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'azure' || !github.event.inputs }}
7175
runs-on: ubuntu-latest
@@ -75,6 +79,7 @@ jobs:
7579
steps:
7680
- uses: seqeralabs/action-tower-launch@v2
7781
with:
82+
revision: ${{ github.sha }}
7883
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
7984
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
8085
compute_env: ${{ secrets.TOWER_CE_AZURE_CPU }}

0 commit comments

Comments
 (0)