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 6969 pip install --editable .[evaluate]
7070 python -c "import openproblems"
7171
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+
7283 - name : Update Docker images
7384 if : |
7485 !(
@@ -505,13 +516,15 @@ jobs:
505516 env :
506517 TOWER_WATCH_URL : https://tower.nf/orgs/openproblems-bio/workspaces/openproblems-bio/watch
507518 TOWER_WORKSPACE_ID : 53907369739130
519+ TOWER_TEST_ACTION_ID : " 6yMzmbRXXDZMoVqVkEozQo"
520+ TOWER_FULL_ACTION_ID : " 6znCmebL2EBgWJTQz0H7pz"
508521 BRANCH : ${{ needs.setup_benchmark.outputs.branch }}
509522 run : |
510523 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} "
512525 WORKDIR="s3://openproblems-nextflow/work_main"
513526 else
514- TOWER_ACTION_ID="5BQc88ZvjuXCYbc55Hot27 "
527+ TOWER_ACTION_ID="${TOWER_TEST_ACTION_ID} "
515528 WORKDIR="s3://openproblems-nextflow/work/${BRANCH}"
516529 fi
517530 generate_parameters()
You can’t perform that action at this time.
0 commit comments