File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 69
69
pip install --editable .[evaluate]
70
70
python -c "import openproblems"
71
71
72
+ - name : Pull Docker images
73
+ if : |
74
+ (
75
+ startsWith(github.ref, 'refs/heads/test_benchmark') ||
76
+ startsWith(github.ref, 'refs/heads/test_full_benchmark')
77
+ )
78
+ run : |
79
+ cd workflow
80
+ snakemake -j $(nproc) docker_pull
81
+ cd ..
82
+
72
83
- name : Update Docker images
73
84
if : |
74
85
!(
@@ -505,13 +516,15 @@ jobs:
505
516
env :
506
517
TOWER_WATCH_URL : https://tower.nf/orgs/openproblems-bio/workspaces/openproblems-bio/watch
507
518
TOWER_WORKSPACE_ID : 53907369739130
519
+ TOWER_TEST_ACTION_ID : " 6yMzmbRXXDZMoVqVkEozQo"
520
+ TOWER_FULL_ACTION_ID : " 6znCmebL2EBgWJTQz0H7pz"
508
521
BRANCH : ${{ needs.setup_benchmark.outputs.branch }}
509
522
run : |
510
523
if [[ ${{ startsWith(github.ref, 'refs/tags') || startsWith(github.ref, 'refs/heads/test_full_benchmark') }} == true ]]; then
511
- TOWER_ACTION_ID="bVQhVSNah1JmJfnKkfyjg "
524
+ TOWER_ACTION_ID="${TOWER_FULL_ACTION_ID} "
512
525
WORKDIR="s3://openproblems-nextflow/work_main"
513
526
else
514
- TOWER_ACTION_ID="5BQc88ZvjuXCYbc55Hot27 "
527
+ TOWER_ACTION_ID="${TOWER_TEST_ACTION_ID} "
515
528
WORKDIR="s3://openproblems-nextflow/work/${BRANCH}"
516
529
fi
517
530
generate_parameters()
You can’t perform that action at this time.
0 commit comments