Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks_runner
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks_runner
Commits
8cbf8a5e
Commit
8cbf8a5e
authored
Mar 22, 2023
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
back to phy-scratch
parent
60e1742a
No related branches found
No related tags found
No related merge requests found
Pipeline
#53920
failed
Mar 22, 2023
Stage: config
Stage: initialize
Stage: running
Pipeline: detector_benchmarks_runner
#53921
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-19
5 additions, 19 deletions
.gitlab-ci.yml
with
5 additions
and
19 deletions
.gitlab-ci.yml
+
5
−
19
View file @
8cbf8a5e
...
@@ -6,7 +6,7 @@ variables:
...
@@ -6,7 +6,7 @@ variables:
default
:
default
:
tags
:
tags
:
-
phy
-
phy
-scratch
artifacts
:
artifacts
:
expire_in
:
72 hours
expire_in
:
72 hours
paths
:
paths
:
...
@@ -23,11 +23,7 @@ common:setup:
...
@@ -23,11 +23,7 @@ common:setup:
stage
:
config
stage
:
config
before_script
:
before_script
:
-
|
-
|
if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then
git clone -b "${COMMON_BENCH_VERSION:-master}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
export COMMON_BENCH_VERSION="master"
fi
echo "COMMON_BENCH_VERSION = ${COMMON_BENCH_VERSION}"
git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script
:
script
:
-
|
-
|
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "main" ]]; then
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "main" ]]; then
...
@@ -67,26 +63,16 @@ common:setup:
...
@@ -67,26 +63,16 @@ common:setup:
fi
fi
-
source setup/bin/env.sh && ./setup/bin/install_common.sh
-
source setup/bin/env.sh && ./setup/bin/install_common.sh
common:detector
:
stage
:
initialize
needs
:
[
"
common:setup"
]
script
:
-
source .local/bin/env.sh && build_detector.sh
-
mkdir_local_data_link sim_output
-
mkdir -p results
-
mkdir -p config
-
print_env.sh
common:benchmarks
:
common:benchmarks
:
stage
:
initialize
stage
:
initialize
needs
:
[
"
common:setup"
]
needs
:
[
"
common:setup"
]
script
:
script
:
-
git clone ${GITHUB_REPOSITORY}
/scratch/${CI_PROJECT_NAME}_${CI_PIPELINE_ID}/
benchmarks
-
git clone ${GITHUB_REPOSITORY} benchmarks
-
git -C
/scratch/${CI_PROJECT_NAME}_${CI_PIPELINE_ID}/
benchmarks checkout ${GITHUB_REF}
-
git -C benchmarks checkout ${GITHUB_REF}
benchmarks:running
:
benchmarks:running
:
stage
:
running
stage
:
running
needs
:
[
"
common:benchmarks"
]
needs
:
[
"
common:benchmarks"
]
trigger
:
trigger
:
include
:
include
:
-
local
:
'
/scratch/${CI_PROJECT_NAME}_${CI_PIPELINE_ID}/
benchmarks/config.yml'
-
local
:
'
benchmarks/config.yml'
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