Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
edd_provisioning
Commits
cdeda0c4
Commit
cdeda0c4
authored
Sep 30, 2021
by
Tobias Winchen
Browse files
Also allow pulsar image for pulsar test runner
parent
808b0cc0
Changes
1
Show whitespace changes
Inline
Side-by-side
roles/gitlab_runner/templates/config.toml
View file @
cdeda0c4
...
...
@@ -51,7 +51,7 @@ check_interval = 0
[runners.docker]
tls_verify
=
false
image
=
"{{ docker_registry }}:5000/:latest"
allowed_images
=
[
"{{ docker_registry }}:5000/pulsar_check:latest"
]
allowed_images
=
[
"{{ docker_registry }}:5000/pulsar_check:latest"
,
"{{ docker_registry }}:5000/edd_pulsar:latest"
]
user
=
1984
privileged
=
false
runtime
=
"nvidia"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment