Skip to content

Commit

Permalink
Merge pull request #863 from movementlabsxyz/mikhail/rename-suzuka
Browse files Browse the repository at this point in the history
Change Suzuka naming to Movement, m1 to movement-celestia
  • Loading branch information
l-monninger authored Nov 21, 2024
2 parents 3e7383f + 23d33dc commit be9d969
Show file tree
Hide file tree
Showing 256 changed files with 6,603 additions and 6,592 deletions.
142 changes: 71 additions & 71 deletions .github/workflows/build-push-containers-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:

jobs:

m1-da-light-node-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-celestia-da-light-node-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -45,13 +45,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image m1-da-light-node
./scripts/movement/build-push-image movement-celestia-da-light-node
m1-da-light-node-manifest:
movement-celestia-da-light-node-manifest:
permissions:
contents: read
packages: write
needs: m1-da-light-node-build
needs: movement-celestia-da-light-node-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -75,10 +75,10 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest m1-da-light-node
./scripts/movement/manifest movement-celestia-da-light-node
m1-da-light-node-celestia-appd-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-celestia-appd-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -110,13 +110,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image m1-da-light-node-celestia-appd
./scripts/movement/build-push-image movement-celestia-appd
m1-da-light-node-celestia-appd-manifest:
movement-celestia-appd-manifest:
permissions:
contents: read
packages: write
needs: m1-da-light-node-celestia-appd-build
needs: movement-celestia-appd-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -140,10 +140,10 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest m1-da-light-node-celestia-appd
./scripts/movement/manifest movement-celestia-appd
m1-da-light-node-celestia-bridge-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-celestia-bridge-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -175,13 +175,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image m1-da-light-node-celestia-bridge
./scripts/movement/build-push-image movement-celestia-bridge
m1-da-light-node-celestia-bridge-manifest:
movement-celestia-bridge-manifest:
permissions:
contents: read
packages: write
needs: m1-da-light-node-celestia-bridge-build
needs: movement-celestia-bridge-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -205,10 +205,10 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest m1-da-light-node-celestia-bridge
./scripts/movement/manifest movement-celestia-bridge
suzuka-full-node-setup-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-full-node-setup-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -240,13 +240,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image suzuka-full-node-setup
./scripts/movement/build-push-image movement-full-node-setup
suzuka-full-node-setup-manifest:
movement-full-node-setup-manifest:
permissions:
contents: read
packages: write
needs: suzuka-full-node-setup-build
needs: movement-full-node-setup-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -270,10 +270,10 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest suzuka-full-node-setup
./scripts/movement/manifest movement-full-node-setup
wait-for-celestia-light-node-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -337,8 +337,8 @@ jobs:
run: |
./scripts/movement/manifest wait-for-celestia-light-node
suzuka-full-node-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-full-node-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -370,13 +370,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image suzuka-full-node
./scripts/movement/build-push-image movement-full-node
suzuka-full-node-manifest:
movement-full-node-manifest:
permissions:
contents: read
packages: write
needs: suzuka-full-node-build
needs: movement-full-node-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -400,10 +400,10 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest suzuka-full-node
./scripts/movement/manifest movement-full-node
suzuka-faucet-service-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-faucet-service-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -435,13 +435,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image suzuka-faucet-service
./scripts/movement/build-push-image movement-faucet-service
suzuka-faucet-service-manifest:
movement-faucet-service-manifest:
permissions:
contents: read
packages: write
needs: suzuka-faucet-service-build
needs: movement-faucet-service-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -465,10 +465,10 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest suzuka-faucet-service
./scripts/movement/manifest movement-faucet-service
suzuka-client-e2e-simple-interaction-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-tests-e2e-simple-interaction-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -500,13 +500,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image suzuka-client-e2e-simple-interaction
./scripts/movement/build-push-image movement-tests-e2e-simple-interaction
suzuka-client-e2e-simple-interaction-manifest:
movement-tests-e2e-simple-interaction-manifest:
permissions:
contents: read
packages: write
needs: suzuka-client-e2e-simple-interaction-build
needs: movement-tests-e2e-simple-interaction-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -530,10 +530,10 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest suzuka-client-e2e-simple-interaction
./scripts/movement/manifest movement-tests-e2e-simple-interaction
suzuka-indexer-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-indexer-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -565,13 +565,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image suzuka-indexer
./scripts/movement/build-push-image movement-indexer
suzuka-indexer-manifest:
movement-indexer-manifest:
permissions:
contents: read
packages: write
needs: suzuka-indexer-build
needs: movement-indexer-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -595,10 +595,10 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest suzuka-indexer
./scripts/movement/manifest movement-indexer
suzuka-client-e2e-followers-consistent-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-tests-e2e-followers-consistent-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -630,13 +630,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image suzuka-client-e2e-followers-consistent
./scripts/movement/build-push-image movement-tests-e2e-followers-consistent
suzuka-client-e2e-followers-consistent-manifest:
movement-tests-e2e-followers-consistent-manifest:
permissions:
contents: read
packages: write
needs: suzuka-client-e2e-followers-consistent-build
needs: movement-tests-e2e-followers-consistent-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -660,11 +660,11 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest suzuka-client-e2e-followers-consistent
./scripts/movement/manifest movement-tests-e2e-followers-consistent
suzuka-util-build:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
movement-util-build:
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -696,13 +696,13 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image suzuka-util
./scripts/movement/build-push-image movement-util
suzuka-util-manifest:
movement-util-manifest:
permissions:
contents: read
packages: write
needs: suzuka-util-build
needs: movement-util-build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -726,23 +726,23 @@ jobs:

- name: Build and Push Docker image movement
run: |
./scripts/movement/manifest suzuka-util
./scripts/movement/manifest movement-util
container-checks:
if: github.event.label.name == 'cicd:suzuka-containers' || github.ref == 'refs/heads/main'
if: github.event.label.name == 'cicd:movement-containers' || github.ref == 'refs/heads/main'
runs-on: buildjet-8vcpu-ubuntu-2204
needs:
- m1-da-light-node-manifest
- m1-da-light-node-celestia-appd-manifest
- m1-da-light-node-celestia-bridge-manifest
- suzuka-full-node-setup-manifest
- movement-celestia-da-light-node-manifest
- movement-celestia-appd-manifest
- movement-celestia-bridge-manifest
- movement-full-node-setup-manifest
- wait-for-celestia-light-node-manifest
- suzuka-full-node-manifest
- suzuka-faucet-service-manifest
- suzuka-client-e2e-simple-interaction-manifest
- suzuka-client-e2e-followers-consistent-manifest
- suzuka-util-manifest
- movement-full-node-manifest
- movement-faucet-service-manifest
- movement-tests-e2e-simple-interaction-manifest
- movement-tests-e2e-followers-consistent-manifest
- movement-util-manifest
steps:

- name: Checkout repository
Expand Down
Loading

0 comments on commit be9d969

Please sign in to comment.