File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 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 }}
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
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 }}
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
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 }}
You can’t perform that action at this time.
0 commit comments