Skip to content

Commit

Permalink
ci: all containers test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmillennick committed Feb 4, 2025
1 parent 76dc5c0 commit 548ead1
Showing 1 changed file with 35 additions and 10 deletions.
45 changes: 35 additions & 10 deletions .github/workflows/build-push-containers-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
strategy:
matrix:
container_name:
# - movement-celestia-da-light-node
# - movement-celestia-appd
# - movement-celestia-bridge
# - movement-full-node-setup
# - wait-for-celestia-light-node
- movement-celestia-da-light-node
- movement-celestia-appd
- movement-celestia-bridge
- movement-full-node-setup
- wait-for-celestia-light-node
- movement-full-node
# - movement-faucet-service
# - movement-tests-e2e-simple-interaction
# - movement-indexer
# - movement-tests-e2e-followers-consistent
# - movement-util
- movement-faucet-service
- movement-tests-e2e-simple-interaction
- movement-indexer
- movement-tests-e2e-followers-consistent
- movement-util
with:
container_name: ${{ matrix.container_name }}

Expand All @@ -43,7 +43,17 @@ jobs:
strategy:
matrix:
container_name:
- movement-celestia-da-light-node
- movement-celestia-appd
- movement-celestia-bridge
- movement-full-node-setup
- wait-for-celestia-light-node
- movement-full-node
- movement-faucet-service
- movement-tests-e2e-simple-interaction
- movement-indexer
- movement-tests-e2e-followers-consistent
- movement-util
with:
container_name: ${{ matrix.container_name }}

Expand Down Expand Up @@ -98,6 +108,21 @@ jobs:
uses: ./.github/workflows/build-push-container.yml
name: Build Push Unchecked Containers
secrets: inherit
strategy:
matrix:
container_name:
- bridge-service
- bridge-setup
- helios
with:
container_name: ${{ matrix.container_name }}

build-push-unchecked-manifest:
uses: ./.github/workflows/build-push-manifest.yml
name: Build Push Unchecked Manifest
needs:
- build-push-unchecked-containers
secrets: inherit
strategy:
matrix:
container_name:
Expand Down

0 comments on commit 548ead1

Please sign in to comment.