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
!309
Repo Cleanup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Repo Cleanup
ujwalk-repo-cleanup
into
master
Overview
0
Commits
8
Pipelines
0
Changes
1
Merged
Ujwal Kundur
requested to merge
ujwalk-repo-cleanup
into
master
2 years ago
Overview
0
Commits
8
Pipelines
0
Changes
1
Expand
Minor fixes to files and Comment cleanups
Edited
2 years ago
by
Ujwal Kundur
0
0
Merge request reports
Viewing commit
cf428c2f
Show latest version
1 file
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cf428c2f
Fix 3
· cf428c2f
Ujwal Kundur
authored
2 years ago
Cleanup comments in .gitlab-ci.yml
.gitlab-ci.yml
+
6
−
6
Options
@@ -70,23 +70,23 @@ workflow:
## Workflows:
## - master --> config + all build stages + singularity
# + nightly build:jug + nightly singularity
## - v
3
.0-stable --> config + all build stages + singularity
## - v
3
.0.0 --> config + all build stages + singularity
## - v
4
.0-stable --> config + all build stages + singularity
## - v
4
.0.0 --> config + all build stages + singularity
## - MR --> config + all build stages
##
## Container images tags
## - master --> testing
## - <nightly> --> nightly (run as part of master)
## - v
3
.0-stable -->
3
.0-stable
## - v
3
.0.0 -->
3
.0-stable,
3
.0.0
## - v
4
.0-stable -->
4
.0-stable
## - v
4
.0.0 -->
4
.0-stable,
4
.0.0
## - acadia
## - MR -->
3
.0-unstable (on all registries)
## - MR -->
4
.0-unstable (on all registries)
## --> unstable-mr-XXX (on eicweb only, untag at end of pipeline)
## - all other --> do nothing
##
## caching strategy for dispatch to multiple nodes and to avoid
## --> try this strategy: https://medium.com/titansoft-engineering/docker-build-cache-sharing-on-multi-hosts-with-buildkit-and-buildx-eb8f7005918e
## (first try with buildx didn't pan out, let's try again later)
version
:
stage
:
config
Loading