Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
HEP-Benchmarks
hep-workloads
Merge requests
!122
added CI script for debugging purpose
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
added CI script for debugging purpose
BMK-77
into
qa
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
added CI script for debugging purpose
Domenico Giordano
requested to merge
BMK-77
into
qa
Jun 19, 2019
Overview
0
Commits
1
Pipelines
0
Changes
1
Closes
BMK-77
0
0
Merge request reports
Compare
qa
qa (base)
and
latest version
latest version
7506cf08
1 commit,
Jun 19, 2019
1 file
+
17
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
17
−
0
View file @ 7506cf08
Edit in single-file editor
Open in Web IDE
Show full file
stages
:
-
debug
-
build-image
-
test-build-image
-
build
-
test
job_debug
:
stage
:
debug
only
:
refs
:
-
qa
tags
:
-
hep-workload-docker-builder
# for private runners
image
:
$CI_REGISTRY_IMAGE/hep-workload-builder:latest
variables
:
HEP_WL_SPEC_FILE
:
$CI_PROJECT_DIR/atlas/kv-bmk-v17.8.0.9/kv-bmk.spec
script
:
-
echo $HEP_WL_SPEC_FILE
-
pwd
-
ls
-
sleep 3600s
job_make_builder_image
:
stage
:
build-image
only
:
Loading