Skip to content

Commit c42f0b4

Browse files
authored
Merge pull request #1106 from maxulysse/remove_tracedir
FEAT: Add slack notification for megatests
2 parents ee6e461 + a803e27 commit c42f0b4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/awsfulltest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/sarek/work-${{ github.sha }}/somatic_test
2424
parameters: |
2525
{
26+
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
2627
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-${{ github.sha }}/somatic_test"
2728
}
2829
profiles: test_full,public_aws_ecr

.github/workflows/awsfulltest_germline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/sarek/work-${{ github.sha }}/germline_test
2424
parameters: |
2525
{
26+
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
2627
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-${{ github.sha }}/germline_test"
2728
}
2829
profiles: test_full_germline,public_aws_ecr

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Vuoinesluobbalah is a lake close to Bierikjávrre.
1111

12+
### Added
13+
14+
- [#1106](https://github.com/nf-core/sarek/pull/1106) - Add Slack integration to Megatests
15+
1216
### Changed
1317

1418
- [#1087](https://github.com/nf-core/sarek/pull/1087) - Back to dev

0 commit comments

Comments
 (0)