Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GitLab Runner As Code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Foundation
IT
Releng
GitLab Runner Service
GitLab Runner As Code
Merge requests
!3
Resolve "Deployment volume empty dir"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Deployment volume empty dir"
feat/empty_dir
into
main
Overview
0
Commits
3
Pipelines
5
Changes
20
Merged
Sébastien Heurtematte
requested to merge
feat/empty_dir
into
main
2 years ago
Overview
0
Commits
3
Pipelines
5
Changes
20
Expand
Closes
#7 (closed)
Edited
2 years ago
by
Sébastien Heurtematte
0
0
Merge request reports
Compare
main
version 2
1df2ddec
2 years ago
version 1
7d54c592
2 years ago
main (base)
and
latest version
latest version
f65fbd01
3 commits,
2 years ago
version 2
1df2ddec
2 commits,
2 years ago
version 1
7d54c592
1 commit,
2 years ago
20 files
+
213
−
170
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
instances/eclipse.oniro-core/okd-c2/target/k8s/configmap-default.yaml
+
4
−
0
Options
@@ -68,6 +68,10 @@ data:
config.template.toml
:
|
[[runners]]
environment = [
"TMPDIR=$CI_PROJECT_DIR.tmp",
"CI_ONIRO_RUNNER_PERSISTENT_STORAGE=/var/shared",
]
[runners.kubernetes]
[[runners.kubernetes.volumes.pvc]]
name = "ef-grac-eclipse-oniro-core-nfs-pvc"
Loading