1717 - gcp
1818jobs :
1919 run-full-tests-on-aws :
20- if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' }}
20+ if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' || !github.event.inputs }}
2121 runs-on : ubuntu-latest
2222 strategy :
2323 matrix :
@@ -34,14 +34,15 @@ jobs:
3434 parameters : |
3535 {
3636 "hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
37+ "aligner": "${{ matrix.aligner }}",
3738 "outdir": "${{ secrets.TOWER_BUCKET_AWS }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}"
3839 }
3940 - uses : actions/upload-artifact@v3
4041 with :
4142 name : Tower debug log file
4243 path : tower_action_*.log
4344 run-full-tests-on-gcp :
44- if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'gcp' }}
45+ if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'gcp' || !github.event.inputs }}
4546 runs-on : ubuntu-latest
4647 strategy :
4748 matrix :
@@ -58,14 +59,15 @@ jobs:
5859 parameters : |
5960 {
6061 "hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
62+ "aligner": "${{ matrix.aligner }}",
6163 "outdir": "${{ secrets.TOWER_BUCKET_GCP }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}"
6264 }
6365 - uses : actions/upload-artifact@v3
6466 with :
6567 name : Tower debug log file
6668 path : tower_action_*.log
6769 run-full-tests-on-azure :
68- if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'azure' }}
70+ if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'azure' || !github.event.inputs }}
6971 runs-on : ubuntu-latest
7072 strategy :
7173 matrix :
8284 parameters : |
8385 {
8486 "hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
87+ "aligner": "${{ matrix.aligner }}",
8588 "outdir": "${{ secrets.TOWER_BUCKET_AZURE }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}",
8689 "igenomes_base": "${{ secrets.TOWER_IGENOMES_BASE_AZURE }}"
8790 }
0 commit comments