Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
containers
eic_container
Commits
56cc8598
Commit
56cc8598
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
Do tutorial test without shoehorning in singularity
parent
263a0d28
No related branches found
No related tags found
1 merge request
!171
Do tutorial test without shoehorning in singularity
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-8
7 additions, 8 deletions
.gitlab-ci.yml
tests/tutorial/config.yml
+2
-12
2 additions, 12 deletions
tests/tutorial/config.yml
with
9 additions
and
20 deletions
.gitlab-ci.yml
+
7
−
8
View file @
56cc8598
...
@@ -283,7 +283,7 @@ jug_xl:nightly:
...
@@ -283,7 +283,7 @@ jug_xl:nightly:
rules
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
never
when
:
never
-
when
:
on_success
-
when
:
manual
artifacts
:
artifacts
:
expire_in
:
1 days
expire_in
:
1 days
paths
:
paths
:
...
@@ -314,12 +314,6 @@ jug_xl:singularity:nightly:
...
@@ -314,12 +314,6 @@ jug_xl:singularity:nightly:
needs
:
needs
:
-
version
-
version
-
jug_xl:nightly
-
jug_xl:nightly
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
on_success
-
when
:
never
variables
:
variables
:
BUILD_IMAGE
:
"
jug_xl"
BUILD_IMAGE
:
"
jug_xl"
script
:
script
:
...
@@ -348,16 +342,21 @@ juggler:master:
...
@@ -348,16 +342,21 @@ juggler:master:
allow_failure
:
true
allow_failure
:
true
.test
:
.test
:
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:${NIGHTLY_TAG}
stage
:
test
stage
:
test
needs
:
needs
:
-
version
-
version
-
jug_xl:
singularity:
nightly
-
jug_xl:nightly
rules
:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
when
:
on_success
when
:
on_success
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
on_success
when
:
on_success
-
when
:
never
-
when
:
never
before_script
:
-
echo "Testing the new container setup"
after_script
:
-
echo "Testing completed"
include
:
include
:
-
local
:
'
tests/tutorial/config.yml'
-
local
:
'
tests/tutorial/config.yml'
...
...
This diff is collapsed.
Click to expand it.
tests/tutorial/config.yml
+
2
−
12
View file @
56cc8598
...
@@ -5,15 +5,5 @@
...
@@ -5,15 +5,5 @@
test:tutorial
:
test:tutorial
:
extends
:
.test
extends
:
.test
script
:
script
:
-
mkdir eic && cd eic
-
tests/tutorial/quick-start.sh
-
mkdir -p .gitlab-ci && mv ../build/jug_xl.sif .gitlab-ci/jug_xl-ci-test.sif
-
tests/tutorial/part1.sh
# setup our environment to be weird
-
|
echo ROOTSYS=/invalid-path >> ~/.bashrc
echo CC=`which gfortran` >> ~/.bashrc
echo CXX=`which gfortran` >> ~/.bashrc
# setup tutorial starting position
-
bash ../install.sh -v ci-test
# now attempt the tutorial
-
./eic-shell -- ../tests/tutorial/quick-start.sh
-
./eic-shell -- ../tests/tutorial/part1.sh
This diff is collapsed.
Click to expand it.
Sylvester Joosten
@sly2j
mentioned in commit
580c84a5
·
3 years ago
mentioned in commit
580c84a5
mentioned in commit 580c84a5ea745cc3077d24c9fb071b8055159182
Toggle commit list
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