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
|
- 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
|
- name: telegram-listener-build-push
|
||||||
@ -437,8 +437,6 @@ steps:
|
|||||||
--cache-repo=hub.musk.fun/k8s/cache/nocr-telegram-listener \
|
--cache-repo=hub.musk.fun/k8s/cache/nocr-telegram-listener \
|
||||||
--compressed-caching=true
|
--compressed-caching=true
|
||||||
depends_on:
|
depends_on:
|
||||||
- telegram-listener-nuget
|
|
||||||
- text-matcher-nuget
|
|
||||||
- users-nuget
|
- users-nuget
|
||||||
|
|
||||||
- name: telegram-client-build-push
|
- name: telegram-client-build-push
|
||||||
@ -487,9 +485,7 @@ steps:
|
|||||||
--cache-repo=hub.musk.fun/k8s/cache/nocr-text-matcher \
|
--cache-repo=hub.musk.fun/k8s/cache/nocr-text-matcher \
|
||||||
--compressed-caching=true
|
--compressed-caching=true
|
||||||
depends_on:
|
depends_on:
|
||||||
- telegram-listener-nuget
|
- telegram-client-build-push
|
||||||
- text-matcher-nuget
|
|
||||||
- users-nuget
|
|
||||||
|
|
||||||
- name: text-matcher-migrator-build-push
|
- name: text-matcher-migrator-build-push
|
||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
@ -537,9 +533,7 @@ steps:
|
|||||||
--cache-repo=hub.musk.fun/k8s/cache/nocr-users \
|
--cache-repo=hub.musk.fun/k8s/cache/nocr-users \
|
||||||
--compressed-caching=true
|
--compressed-caching=true
|
||||||
depends_on:
|
depends_on:
|
||||||
- telegram-listener-nuget
|
- text-matcher-migrator-build-push
|
||||||
- text-matcher-nuget
|
|
||||||
- users-nuget
|
|
||||||
|
|
||||||
- name: users-migrator-build-push
|
- name: users-migrator-build-push
|
||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
@ -576,8 +570,6 @@ steps:
|
|||||||
- chmod +x deploy.sh
|
- chmod +x deploy.sh
|
||||||
- ./deploy.sh "${DRONE_TAG}" "${DRONE_COMMIT_SHA:0:7}"
|
- ./deploy.sh "${DRONE_TAG}" "${DRONE_COMMIT_SHA:0:7}"
|
||||||
depends_on:
|
depends_on:
|
||||||
- telegram-client-build-push
|
|
||||||
- text-matcher-migrator-build-push
|
|
||||||
- users-migrator-build-push
|
- users-migrator-build-push
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user