Skip to content

Commit

Permalink
chore: Temporary disable validium in CI until PR/1910 (matter-labs#1917)
Browse files Browse the repository at this point in the history
## What ❔

Temporary disable validium, which got broken over the weekend due to
emergency.
The fix is coming in PR 1910.
  • Loading branch information
mm-zk authored May 13, 2024
1 parent bf7f22e commit a215d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
matrix:
consensus: [false, true]
base_token: ["Eth", "Custom"]
deployment_mode: ["Rollup", "Validium"]
deployment_mode: ["Rollup"] #, "Validium"] - Temporary disable validium until PR/1910.
env:
SERVER_COMPONENTS: "api,tree,eth,state_keeper,housekeeper,commitment_generator${{ matrix.consensus && ',consensus' || '' }}"

Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
matrix:
consensus: [false, true]
base_token: ["Eth", "Custom"]
deployment_mode: ["Rollup", "Validium"]
deployment_mode: ["Rollup"] # "Validium"] - Temporary disable validium until PR/1910.
runs-on: [matterlabs-ci-runner]

env:
Expand Down

0 comments on commit a215d71

Please sign in to comment.