Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jlab
hallc
analyzer_software
hcana
Commits
5b3ccf64
Commit
5b3ccf64
authored
5 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: .gitlab-ci.yml
modified: tests/elastic_test.sh
parent
a75d529b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1743
passed with stages
in 5 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-4
6 additions, 4 deletions
.gitlab-ci.yml
tests/elastic_test.sh
+5
-0
5 additions, 0 deletions
tests/elastic_test.sh
with
11 additions
and
4 deletions
.gitlab-ci.yml
+
6
−
4
View file @
5b3ccf64
...
@@ -20,20 +20,22 @@ hcana_singularity:
...
@@ -20,20 +20,22 @@ hcana_singularity:
#when: manual
#when: manual
dependencies
:
dependencies
:
-
hcana_docker
-
hcana_docker
#- /bin/bash .gitlabci/setup.sh
script
:
script
:
-
/bin/bash .gitlabci/setup.sh
-
mkdir -p build
-
mkdir -p build
-
pwd
-
pwd
-
cp containers/singularity/Singularity Singularity.hcana
-
cp containers/singularity/Singularity Singularity.hcana
-
cp Singularity.hcana build/.
-
cp Singularity.hcana build/.
#
- /bin/bash .gitlabci/build.sh Singularity.hcana
-
/bin/bash .gitlabci/build.sh Singularity.hcana
#
- cp Singularity.hcana.simg build/.
-
cp Singularity.hcana.simg build/.
artifacts
:
artifacts
:
paths
:
paths
:
-
build/Singularity.hcana
-
build/Singularity.hcana
#
- build/Singularity.hcana.simg
-
build/Singularity.hcana.simg
elastic_tests
:
elastic_tests
:
tags
:
-
eic0 docker
stage
:
data_tests
stage
:
data_tests
dependencies
:
dependencies
:
-
hcana_singularity
-
hcana_singularity
...
...
This diff is collapsed.
Click to expand it.
tests/elastic_test.sh
+
5
−
0
View file @
5b3ccf64
...
@@ -7,3 +7,8 @@ which hcana
...
@@ -7,3 +7,8 @@ which hcana
ls
-lrth
ls
-lrth
ls
-lrth
build
ls
-lrth
build
singularity
help
build/Singularity.hcana.simg
singularity
exec
build/Singularity.hcana.simg which hcana
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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