Skip to content
Snippets Groups Projects
Verified Commit 71e11939 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

make all jobs interruptible, because once 1 uninteruptable job has started,...

make all jobs interruptible, because once 1 uninteruptable job has started, pipeline will never be interrupted

TRIGGER_JOBS=enable-wordpress
parent 6b07105c
No related branches found
No related tags found
No related merge requests found
...@@ -179,6 +179,7 @@ ci-test-image-build: ...@@ -179,6 +179,7 @@ ci-test-image-build:
- if: '$CI_COMMIT_MESSAGE =~ /TRIGGER_JOBS=.*ci-test-image-build/' - if: '$CI_COMMIT_MESSAGE =~ /TRIGGER_JOBS=.*ci-test-image-build/'
extends: extends:
- .kaniko_build - .kaniko_build
interruptible: true
# Stage: create-vps # Stage: create-vps
# ================= # =================
...@@ -214,6 +215,7 @@ create-vps: ...@@ -214,6 +215,7 @@ create-vps:
url: https://$FQDN url: https://$FQDN
on_stop: terminate-droplet on_stop: terminate-droplet
auto_stop_in: 1 week auto_stop_in: 1 week
interruptible: true
# Stage: enable-apps # Stage: enable-apps
# ================== # ==================
...@@ -232,6 +234,7 @@ create-vps: ...@@ -232,6 +234,7 @@ create-vps:
paths: paths:
- ./clusters - ./clusters
- ./enabled_apps/$APP - ./enabled_apps/$APP
interruptible: true
enable-eventrouter: enable-eventrouter:
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment