Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 76919fa

Browse files
Update CircleCI config to deploy grid from trunk
1 parent 334c86e commit 76919fa

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

.circleci/config.yml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
PLATFORMS: << parameters.platforms >>
205205
BUILD_ARGS: << parameters.build-args >>
206206
MAKE_TARGETS: << parameters.make-targets >>
207-
DEPLOY_BRANCH: full-grid
207+
DEPLOY_BRANCH: trunk
208208
GITHUB_USER: seleniumhq-community
209209
GITHUB_REPO: docker-seleniarm
210210
steps:
@@ -329,18 +329,6 @@ workflows:
329329
requires: [build-multi-arch-amd64]
330330
platforms: linux/amd64
331331
machine-type: ubuntu2004amd64
332-
333-
# deploy-multi-arch:
334-
# jobs:
335-
# - deploy-multi-arch:
336-
# name: deploy-multi-arch
337-
# platforms: linux/arm64,linux/amd64,linux/arm/v7
338-
# build-args: --push
339-
# machine-type: ubuntu2004arm64
340-
# filters:
341-
# branches:
342-
# only:
343-
# - trunk
344332

345333
deploy-multi-arch-full-grid:
346334
jobs:
@@ -353,7 +341,7 @@ workflows:
353341
filters:
354342
branches:
355343
only:
356-
- full-grid
344+
- trunk
357345
- deploy-multi-arch-full-grid:
358346
name: deploy-multi-arch-full-grid
359347
requires: [deploy-multi-arch-base]
@@ -364,7 +352,7 @@ workflows:
364352
filters:
365353
branches:
366354
only:
367-
- full-grid
355+
- trunk
368356
- deploy-multi-arch-full-grid:
369357
name: deploy-multi-arch-node-base
370358
requires: [deploy-multi-arch-base]
@@ -375,7 +363,7 @@ workflows:
375363
filters:
376364
branches:
377365
only:
378-
- full-grid
366+
- trunk
379367
- deploy-multi-arch-full-grid:
380368
name: deploy-multi-arch-firefox
381369
requires: [deploy-multi-arch-node-base]
@@ -386,7 +374,7 @@ workflows:
386374
filters:
387375
branches:
388376
only:
389-
- full-grid
377+
- trunk
390378
- deploy-multi-arch-full-grid:
391379
name: deploy-multi-arch-chromium
392380
requires: [deploy-multi-arch-node-base]
@@ -397,7 +385,7 @@ workflows:
397385
filters:
398386
branches:
399387
only:
400-
- full-grid
388+
- trunk
401389
- deploy-multi-arch-full-grid:
402390
name: deploy-multi-arch-release-notes
403391
requires: [deploy-multi-arch-firefox,deploy-multi-arch-chromium]
@@ -408,4 +396,4 @@ workflows:
408396
filters:
409397
branches:
410398
only:
411-
- full-grid
399+
- trunk

0 commit comments

Comments
 (0)