Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
astrocyte_example_wordcount
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Workflows
BioHPC
astrocyte_example_wordcount
Commits
b1bdbe74
There was an error fetching the commit references. Please try again later.
Commit
b1bdbe74
authored
3 years ago
by
Hololens Test
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
[ci skip]
parent
6c7d6267
1 merge request
!3
Merge new CI pipeline with the changes from Peng.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-3
6 additions, 3 deletions
.gitlab-ci.yml
with
6 additions
and
3 deletions
.gitlab-ci.yml
+
6
−
3
View file @
b1bdbe74
...
...
@@ -16,7 +16,6 @@ variables:
-
env
-
ls -laht
-
whoami
-
set -x
### All base jobs.
...
...
@@ -85,8 +84,8 @@ astrocyte_test:
paths
:
-
$CI_PROJECT_DIR/workflow/.nextflow.log
# This runs the workflow, opting to use Docker containers.
# This runs the workflow, opting to use Docker containers.
docker_astrocyte_test
:
stage
:
test_docker
variables
:
...
...
@@ -95,11 +94,15 @@ docker_astrocyte_test:
script
:
-
sed -i "s|nextflow_config\x3A \x27biohpc.config\x27|nextflow_config\x3A \x27${config_filename}\x27|" astrocyte_pkg.yml
-
echo "Run astrocyte using dockerhub/docker.io registry pulls"
-
nextflow -C ./${config_path}/${config_filename} config -flat
-
nextflow -C ./configs/biohpc_docker.config config -flat | grep -oP "process\.'[\w:]+'\.container = '\K([\w:]+)(?=')" | uniq >> containers.txt
-
echo "BUILD_VERSION=hello" >> build.env
-
astrocyte_cli run "$CI_PROJECT_DIR" --option=q
-
test -s "$CI_PROJECT_DIR/workflow/output/mobydick.txt.uppercase.tolines.wordcount"
tags
:
-
cluster_node
artifacts
:
reports
:
dotenv
:
build.env
cache_docker_image
:
stage
:
cache_docker
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment