Skip to content

Commit 4a83c68

Browse files
committed
Next attempt
1 parent 11ea2fb commit 4a83c68

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

benchmarks/lowq2_reconstruction/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ bench:lowq2_reconstruction:
1515
- snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB lowq2_reconstruction_local
1616

1717
check:lowq2_reconstruction:
18+
extends: .det_benchmark
1819
needs: ["bench:lowq2_reconstruction"]
1920
stage: benchmarks
2021
script: |
@@ -25,11 +26,7 @@ check:lowq2_reconstruction:
2526
bench:lowq2_reconstruction_retrained:
2627
extends: .det_benchmark
2728
stage: benchmarks
28-
needs:
29-
- job: bench:lowq2_reconstruction
30-
artifacts: true
31-
- job: check:lowq2_reconstruction
32-
artifacts: false
29+
needs: [bench:lowq2_reconstruction,check:lowq2_reconstruction]
3330
rules:
3431
- if: '$BENCHMARKS_TAG =~ /nightly/'
3532
when: on_failure
@@ -40,6 +37,7 @@ bench:lowq2_reconstruction_retrained:
4037
- snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB lowq2_reconstruction_retrained
4138

4239
check:lowq2_reconstruction_retrained:
40+
extends: .det_benchmark
4341
needs: ["bench:lowq2_reconstruction_retrained"]
4442
stage: benchmarks
4543
rules:

0 commit comments

Comments
 (0)