Skip to content
Snippets Groups Projects
Commit 25a479a0 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Add resource-group semaphore to force pipelines to run one after the other to...

Add resource-group semaphore to force pipelines to run one after the other to avoid race conditions on the NFS mount
parent 199428f8
No related branches found
No related tags found
No related merge requests found
Pipeline #8905 passed with stage
in 8 minutes and 12 seconds
......@@ -38,6 +38,7 @@ deploy-build-environment:
- if [ $(cat log.txt |grep "Error:"|wc -l) -gt 0 ]; then exit 1;fi;
# delete the job from OpenShift as we have the logs here
- oc delete job simplejob${CI_PIPELINE_ID} || true
resource_group: shared-NFS-mount
tags:
- shell-runner
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment