Skip to content

Commit

Permalink
fix: small and full AWS test
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Nov 30, 2024
1 parent 4dea965 commit b72d716
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/awsfulltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,8 @@ jobs:
{
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/marsseq/results-${{ github.sha }}",
"build_references": true,
"velocity": true
}
profiles: test_full,aws_tower
- uses: actions/upload-artifact@v3
with:
name: Tower debug log file
path: tower_action_*.log

- name: Launch execution workflow via tower
uses: seqeralabs/action-tower-launch@v2
with:
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
revision: ${{ github.sha }}
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/marsseq/work-${{ github.sha }}
parameters: |
{
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/marsseq/results-${{ github.sha }}/references",
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/marsseq/results-${{ github.sha }}",
"velocity": true
}
profiles: test_full

- uses: actions/upload-artifact@v4
with:
Expand Down
23 changes: 1 addition & 22 deletions .github/workflows/awstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,9 @@ jobs:
parameters: |
{
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/marsseq/results-test-${{ github.sha }}",
"build_references": true,
"velocity": true
}
profiles: test,aws_tower
- uses: actions/upload-artifact@v3
with:
name: Tower debug log file
path: tower_action_*.log

- name: Launch execution workflow via tower
uses: seqeralabs/action-tower-launch@v2
with:
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/marsseq/work-${{ github.sha }}
parameters: |
{
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/marsseq/results-test-${{ github.sha }}/references",
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/marsseq/results-test-${{ github.sha }}",
"velocity": true
}
profiles: test

- uses: actions/upload-artifact@v4
with:
name: Seqera Platform debug log file
Expand Down

0 comments on commit b72d716

Please sign in to comment.