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
Merge requests
!338
Base oneapi_jug_xl off jug_xl
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Base oneapi_jug_xl off jug_xl
ujwalk-oneapi-cuda-patch
into
master
Overview
5
Commits
15
Pipelines
0
Changes
1
Merged
Ujwal Kundur
requested to merge
ujwalk-oneapi-cuda-patch
into
master
2 years ago
Overview
3
Commits
15
Pipelines
0
Changes
1
Expand
Use baseargs in Dockerfiles to base oneapi_jug_xl off jug_xl
Edited
2 years ago
by
Ujwal Kundur
0
0
Merge request reports
Viewing commit
0d23e63c
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0d23e63c
Fix: Always Cleanup at end of Pipeline
· 0d23e63c
Ujwal Kundur
authored
2 years ago
.gitlab-ci.yml
+
4
−
4
Options
@@ -272,9 +272,10 @@ oneapi_jug_xl:default:
script
:
-
cp containers/jug/setup_detectors.py containers/oneapi
-
cp detectors.yaml containers/oneapi
-
sed 's/^FROM.*$/FROM ${DOCKER_REGISTRY}oneapi_jug_dev:${INTERNAL_TAG}/' containers/jug/xl.Dockerfile |
docker build \- -t ${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}
-
docker build -t ${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}
-f containers/jug/xl.Dockerfile
--build-arg INTERNAL_TAG=${INTERNAL_TAG}
--build-arg BASEIMAGE="oneapi_jug_dev"
--build-arg JUGGLER_VERSION=${JUGGLER_VERSION}
--build-arg NPDET_VERSION=${NPDET_VERSION}
--build-arg EICD_VERSION=${EICD_VERSION}
@@ -602,8 +603,7 @@ cleanup:
stage
:
finalize
dependencies
:
-
version
rules
:
-
when
:
always
when
:
always
script
:
## remove the pipeline specific export from eicweb if needed
-
echo "Cleaning up pipeline specific docker tags if needed"
Loading