You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Any newly-pushed, WIP branch will be ran through plan (keep in mind docker images are using the latest tag, which may be an older one since the current commit may not match an available image)
151
153
plan_staging:
152
154
stage: plan
153
-
tags:
154
-
- k8s
155
155
only:
156
156
- branches@satellite/satellite-api
157
157
except:
@@ -189,8 +189,6 @@ plan_staging:
189
189
deploy_staging:
190
190
stage: deploy
191
191
when: manual
192
-
tags:
193
-
- k8s
194
192
only:
195
193
- /^staging_v.*/
196
194
script:
@@ -221,8 +219,6 @@ deploy_staging:
221
219
# Tag with prod_v.* to plan mainnet + LB to production (e.g. prod_v0.1.1)
222
220
plan_production:
223
221
stage: plan
224
-
tags:
225
-
- k8s
226
222
only:
227
223
- /^prod_v.*/
228
224
script:
@@ -254,8 +250,6 @@ plan_production:
254
250
deploy_production:
255
251
stage: deploy
256
252
when: manual
257
-
tags:
258
-
- k8s
259
253
only:
260
254
- /^prod_v.*/
261
255
script:
@@ -286,8 +280,6 @@ deploy_production:
286
280
# Tag with testnet_prod_v.* to plan testnet to production (e.g. testnet_prod_v0.1.1)
287
281
plan_production_testnet:
288
282
stage: plan
289
-
tags:
290
-
- k8s
291
283
only:
292
284
- /^testnet_prod_v.*/
293
285
script:
@@ -315,8 +307,6 @@ plan_production_testnet:
315
307
deploy_production_testnet:
316
308
stage: deploy
317
309
when: manual
318
-
tags:
319
-
- k8s
320
310
only:
321
311
- /^testnet_prod_v.*/
322
312
script:
@@ -343,8 +333,6 @@ deploy_production_testnet:
343
333
# This plan gets triggered only for miscellaneous branches/tags (i.e. tor, prometheus, etc), so make sure the branch/tag name starts with misc_
344
334
plan_misc:
345
335
stage: plan
346
-
tags:
347
-
- k8s
348
336
only:
349
337
- /^misc_v.*/
350
338
script:
@@ -371,8 +359,6 @@ plan_misc:
371
359
deploy_misc:
372
360
stage: deploy
373
361
when: manual
374
-
tags:
375
-
- k8s
376
362
only:
377
363
- /^misc_v.*/
378
364
script:
@@ -398,8 +384,6 @@ deploy_misc:
398
384
# Pushing to this branch destroys the staging infrastructure
0 commit comments