Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
astrocyte_example_wordcount
Commits
d0e7a849
Commit
d0e7a849
authored
Jun 10, 2021
by
Devin OKelly
Browse files
Update runner tags to restrict to a particular branch
parent
f3f04e45
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d0e7a849
...
...
@@ -55,7 +55,8 @@ nextflow_test_docker:
artifacts
:
paths
:
-
$CI_PROJECT_DIR/workflow/.nextflow.log
tags
:
-
cluster_node
nextflow_test_singularity
:
stage
:
test
...
...
@@ -67,7 +68,8 @@ nextflow_test_singularity:
artifacts
:
paths
:
-
$CI_PROJECT_DIR/workflow/.nextflow.log
tags
:
-
cluster_node
# This runs the workflow with test data and does a simple
...
...
@@ -90,7 +92,9 @@ docker_astrocyte_test:
-
echo "Run astrocyte using dockerhub/docker.io registry pulls"
-
astrocyte_cli run "$CI_PROJECT_DIR" --option=q
-
test -s "$CI_PROJECT_DIR/workflow/output/mobydick.txt.uppercase.tolines.wordcount"
tags
:
-
cluster_node
cache_docker_image
:
stage
:
cache_docker
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment