From 548ead15b5c36b4ad2a62650b029be4b8fc0ee56 Mon Sep 17 00:00:00 2001 From: Nicholas McMillen Date: Tue, 4 Feb 2025 05:52:33 -0800 Subject: [PATCH] ci: all containers test --- .../workflows/build-push-containers-all.yml | 45 ++++++++++++++----- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-push-containers-all.yml b/.github/workflows/build-push-containers-all.yml index a3a0aa343..65f381565 100644 --- a/.github/workflows/build-push-containers-all.yml +++ b/.github/workflows/build-push-containers-all.yml @@ -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 }} @@ -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 }} @@ -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: