Skip to content

Commit

Permalink
merge main and resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Mar 4, 2025
2 parents d8db57f + 9cedb2a commit 5fa84bf
Show file tree
Hide file tree
Showing 80 changed files with 1,287 additions and 1,769 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
architecture: [x86_64, arm64]
runs-on: ${{ matrix.architecture == 'x86_64' && 'buildjet-8vcpu-ubuntu-2204' || 'buildjet-8vcpu-ubuntu-2204-arm' }}
runs-on: ${{ matrix.architecture == 'x86_64' && 'buildjet-16vcpu-ubuntu-2204' || 'buildjet-16vcpu-ubuntu-2204-arm' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
28 changes: 28 additions & 0 deletions .github/workflows/checks-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,34 @@ jobs:
nix develop --command bash -c "just movement-full-node native build.setup.eth-holesky.celestia-local.test -t=false"
nix develop --command bash -c "just movement-full-node native build.setup.eth-holesky.celestia-local.test -t=false"
# Elsa to Biarritz RC1
movement-elsa-to-biarritz-rc1-bring-up:
if: github.event.label.name == 'cicd:movement-elsa-to-biarritz-rc1' || github.ref == 'refs/heads/main'

strategy:
matrix:
include:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-16vcpu-ubuntu-2204

runs-on: ${{ matrix.runs-on }}

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- name: Run Movement Full Node Gas DoS Test
env:
CELESTIA_LOG_LEVEL: FATAL # adjust the log level while debugging
run: |
nix develop --command bash -c "just movement-full-node native build.setup.eth-local.celestia-local.gas-dos -t=false"
movement-celestia-da-light-node:
if: false # this is effectively tested by the above
strategy:
Expand Down
Loading

0 comments on commit 5fa84bf

Please sign in to comment.