Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DII
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
EIC
detectors
DII
Merge requests
!2
Fixing upstream trigger rules.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixing upstream trigger rules.
fix_upstream_trigger
into
main
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Whitney Armstrong
requested to merge
fix_upstream_trigger
into
main
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
modified: .gitlab-ci.yml
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
9aa76cb4
2 commits,
1 year ago
1 file
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
3
Options
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:
master
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:
nightly
variables
:
BEAMLINE
:
"
ip8"
@@ -12,7 +12,7 @@ workflow:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"web"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"webide"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"
acadia
"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"
main
"'
-
if
:
'
$CI_COMMIT_TAG'
default
:
@@ -52,7 +52,6 @@ common:setup:
before_script
:
-
git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script
:
-
export DETECTOR="DII"
-
|
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]] ; then
export DETECTOR_VERSION="${CI_COMMIT_REF_NAME}"
Loading