Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
offline_csv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
exp
CSV
offline_csv
Commits
4d49a9fa
Commit
4d49a9fa
authored
5 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: .gitlab-ci.yml
modified: .gitlabci/elastic_test.sh
parent
7ee463d8
No related branches found
No related tags found
No related merge requests found
Pipeline
#1954
passed
5 years ago
Stage: data_replays
Stage: data_tests
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
.gitlabci/elastic_test.sh
+1
-4
1 addition, 4 deletions
.gitlabci/elastic_test.sh
with
7 additions
and
8 deletions
.gitlab-ci.yml
+
6
−
4
View file @
4d49a9fa
...
@@ -10,12 +10,13 @@ elastic_replay:
...
@@ -10,12 +10,13 @@ elastic_replay:
-
eic0 docker
-
eic0 docker
stage
:
data_replays
stage
:
data_replays
script
:
script
:
-
mkdir -p testing && cd testing
-
wget https://eicweb.phy.anl.gov/jlab/hcana/-/jobs/artifacts/master/raw/build/Singularity.hcana.simg?job=hcana_singularity -O Singularity.hcana.simg
-
wget https://eicweb.phy.anl.gov/jlab/hcana/-/jobs/artifacts/master/raw/build/Singularity.hcana.simg?job=hcana_singularity -O Singularity.hcana.simg
-
singularity exec Singularity.hcana.simg bash .gitlabci/replay_elastic_data.sh
-
singularity exec Singularity.hcana.simg bash
../
.gitlabci/replay_elastic_data.sh
artifacts
:
artifacts
:
paths
:
paths
:
-
ROOTfiles/*
-
testing/
ROOTfiles/*
-
Singularity.hcana.simg
-
testing/
Singularity.hcana.simg
elastic_test1
:
elastic_test1
:
...
@@ -25,7 +26,8 @@ elastic_test1:
...
@@ -25,7 +26,8 @@ elastic_test1:
dependencies
:
dependencies
:
-
elastic_replay
-
elastic_replay
script
:
script
:
-
bash .gitlabci/elastic_test.sh
-
cd testing
-
singularity exec Singularity.hcana.simg bash ../.gitlabci/elastic_test.sh
elastic_test2
:
elastic_test2
:
tags
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
.gitlabci/elastic_test.sh
+
1
−
4
View file @
4d49a9fa
...
@@ -20,7 +20,4 @@
...
@@ -20,7 +20,4 @@
#popd
#popd
singularity
help
Singularity.hcana.simg
hcana .gitlabci/elastic_test.cxx
||
exit
$?
singularity
exec
Singularity.hcana.simg hcana .gitlabci/elastic_test.cxx
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