Skip to content

Commit

Permalink
Reduce number of new ECR images in AWS (#1548)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9cb8bba)

# Conflicts:
#	.github/workflows/indexer-build-and-push-dev-staging.yml
#	.github/workflows/indexer-build-and-push-mainnet.yml
#	.github/workflows/indexer-build-and-push-testnet.yml
#	.github/workflows/protocol-build-and-push-snapshot.yml
#	.github/workflows/protocol-build-and-push.yml
  • Loading branch information
Christopher-Li authored and mergify[bot] committed May 23, 2024
1 parent 07f18c3 commit a504483
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/indexer-build-and-push-dev-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/v0.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/indexer/v1.x
=======
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))
# TODO(DEC-837): Customize github build and push to ECR by service with paths

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/indexer-build-and-push-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/0.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/indexer/v1.x
=======
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))
# TODO(DEC-837): Customize github build and push to ECR by service with paths

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/indexer-build-and-push-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/v0.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/indexer/v1.x
=======
- 'release/indexer/v[0-9]+.[0-9]+.x' # e.g. release/indexer/v0.1.x
- 'release/indexer/v[0-9]+.x' # e.g. release/indexer/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))
# TODO(DEC-837): Customize github build and push to ECR by service with paths

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/protocol-build-and-push-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/v0.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/protocol/v1.x
=======
- 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))

jobs:
build-and-push-snapshot-dev:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/protocol-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
<<<<<<< HEAD
- 'release/[a-z]+/v0.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/[a-z]+/v[0-9]+.x' # e.g. release/protocol/v1.x
=======
- 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x
>>>>>>> 9cb8bbae (Reduce number of new ECR images in AWS (#1548))

jobs:
build-and-push-dev:
Expand Down

0 comments on commit a504483

Please sign in to comment.