Made full release sequental vs parallel.
This commit is contained in:
parent
6ddf2ff0b5
commit
b8a3814deb
14
.drone.yml
14
.drone.yml
@ -412,7 +412,7 @@ steps:
|
||||
- text-matcher-nuget
|
||||
|
||||
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
# STAGE 2: Build Docker Images with Kaniko (3 parallel streams)
|
||||
# STAGE 2: Build Docker Images with Kaniko (sequential)
|
||||
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
|
||||
- name: telegram-listener-build-push
|
||||
@ -437,8 +437,6 @@ steps:
|
||||
--cache-repo=hub.musk.fun/k8s/cache/nocr-telegram-listener \
|
||||
--compressed-caching=true
|
||||
depends_on:
|
||||
- telegram-listener-nuget
|
||||
- text-matcher-nuget
|
||||
- users-nuget
|
||||
|
||||
- name: telegram-client-build-push
|
||||
@ -487,9 +485,7 @@ steps:
|
||||
--cache-repo=hub.musk.fun/k8s/cache/nocr-text-matcher \
|
||||
--compressed-caching=true
|
||||
depends_on:
|
||||
- telegram-listener-nuget
|
||||
- text-matcher-nuget
|
||||
- users-nuget
|
||||
- telegram-client-build-push
|
||||
|
||||
- name: text-matcher-migrator-build-push
|
||||
image: gcr.io/kaniko-project/executor:debug
|
||||
@ -537,9 +533,7 @@ steps:
|
||||
--cache-repo=hub.musk.fun/k8s/cache/nocr-users \
|
||||
--compressed-caching=true
|
||||
depends_on:
|
||||
- telegram-listener-nuget
|
||||
- text-matcher-nuget
|
||||
- users-nuget
|
||||
- text-matcher-migrator-build-push
|
||||
|
||||
- name: users-migrator-build-push
|
||||
image: gcr.io/kaniko-project/executor:debug
|
||||
@ -576,8 +570,6 @@ steps:
|
||||
- chmod +x deploy.sh
|
||||
- ./deploy.sh "${DRONE_TAG}" "${DRONE_COMMIT_SHA:0:7}"
|
||||
depends_on:
|
||||
- telegram-client-build-push
|
||||
- text-matcher-migrator-build-push
|
||||
- users-migrator-build-push
|
||||
when:
|
||||
ref:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user