File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,17 @@ jobs:
22
22
strategy :
23
23
matrix :
24
24
aligner : ["star_salmon", "star_rsem"]
25
+ arch : ["arm64", "x86_64"]
25
26
steps :
26
27
- uses : seqeralabs/action-tower-launch@v2
27
28
with :
28
29
workspace_id : ${{ secrets.TOWER_WORKSPACE_ID }}
29
30
access_token : ${{ secrets.TOWER_ACCESS_TOKEN }}
30
- compute_env : ${{ secrets.TOWER_CE_AWS_CPU }}
31
+ compute_env : ${{ matrix.arch == 'arm64' && secrets.TOWER_CE_AWS_CPU_ARM64 || secrets.TOWER_CE_AWS_CPU }}
31
32
workdir : " ${{ secrets.TOWER_BUCKET_AWS }}/work/rnaseq/work-${{ github.sha }}"
32
- run_name : " aws_rnaseq_full_${{ matrix.aligner }}"
33
+ run_name : " aws_rnaseq_full_${{ matrix.aligner }}_${{ matrix.arch }} "
33
34
revision : ${{ github.sha }}
34
- profiles : test_full_aws
35
+ profiles : test_full_aws${{ matrix.arch == 'arm64' && ',wave,arm' || '' }}
35
36
parameters : |
36
37
{
37
38
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
You can’t perform that action at this time.
0 commit comments