10000 Push images from GHA pipeline instead of CircleCI · localstack/localstack@8237d9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8237d9f

Browse files
committed
Push images from GHA pipeline instead of CircleCI
1 parent 6a52793 commit 8237d9f

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.circleci/config.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -880,14 +880,6 @@ workflows:
880880
resource_class: medium
881881
requires:
882882
- docker-build-amd64
883-
- push:
884-
filters:
885-
branches:
886-
only: master
887-
requires:
888-
- acceptance-tests-amd64
889-
- acceptance-tests-arm64
890-
- unit-tests
891883
full-run:
892884
# this workflow only runs when only-acceptance-tests is not explicitly set (the default)
893885
# or when the pipeline is running on the master branch because of a Github event (webhook)
@@ -994,17 +986,3 @@ workflows:
994986
- integration-tests-arm64
995987
- collect-not-implemented
996988
- unit-tests
997-
- push:
998-
filters:
999-
branches:
1000-
only: master
1001-
requires:
1002-
- itest-cloudwatch-v1-provider
1003-
- itest-events-v1-provider
1004-
- itest-ddb-v2-provider
1005-
- itest-cfn-v2-engine-provider
1006-
- acceptance-tests-amd64
1007-
- acceptance-tests-arm64
1008-
- integration-tests-amd64
1009-
- integration-tests-arm64
1010-
- unit-tests

.github/workflows/aws-main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@ jobs:
189189
name: "Push images"
190190
runs-on: ubuntu-latest
191191
# push image on master, target branch not set, and the dependent steps were either successful or skipped
192-
# TO-DO: enable job after workflow in CircleCI is disabled
193-
if: false
194-
# if: github.ref == 'refs/heads/master' && !failure() && !cancelled() && github.repository == 'localstack/localstack'
192+
if: github.ref == 'refs/heads/master' && !failure() && !cancelled() && github.repository == 'localstack/localstack'
195193
needs:
196194
# all tests need to be successful for the image to be pushed
197195
- test

0 commit comments

Comments
 (0)
0