@@ -207,17 +207,17 @@ jobs:
207207 name : Copy L2OO allocs to .devnet-l2oo
208208 command : cp -r .devnet/ .devnet-l2oo/
209209 - run :
210- name : Generate Plasma allocs
211- command : DEVNET_PLASMA ="true" make devnet-allocs
210+ name : Generate AltDA allocs
211+ command : DEVNET_ALTDA ="true" make devnet-allocs
212212 - run :
213- name : Copy Plasma allocs to .devnet-plasma
214- command : cp -r .devnet/ .devnet-plasma /
213+ name : Copy AltDA allocs to .devnet-altda
214+ command : cp -r .devnet/ .devnet-altda /
215215 - run :
216- name : Generate Generic Plasma allocs
217- command : DEVNET_PLASMA ="true" GENERIC_PLASMA ="true" make devnet-allocs
216+ name : Generate Generic AltDA allocs
217+ command : DEVNET_ALTDA ="true" GENERIC_ALTDA ="true" make devnet-allocs
218218 - run :
219- name : Copy Plasma allocs to .devnet-plasma
220- command : cp -r .devnet/ .devnet-plasma -generic/
219+ name : Copy AltDA allocs to .devnet-altda
220+ command : cp -r .devnet/ .devnet-altda -generic/
221221 - run :
222222 name : Generate default allocs
223223 command : make devnet-allocs
@@ -239,18 +239,18 @@ jobs:
239239 - " .devnet-l2oo/allocs-l2-ecotone.json"
240240 - " .devnet-l2oo/allocs-l2-fjord.json"
241241 - " .devnet-l2oo/allocs-l2-granite.json"
242- - " .devnet-plasma /allocs-l1.json"
243- - " .devnet-plasma /addresses.json"
244- - " .devnet-plasma /allocs-l2-delta.json"
245- - " .devnet-plasma /allocs-l2-ecotone.json"
246- - " .devnet-plasma /allocs-l2-fjord.json"
247- - " .devnet-plasma /allocs-l2-granite.json"
248- - " .devnet-plasma -generic/allocs-l1.json"
249- - " .devnet-plasma -generic/addresses.json"
250- - " .devnet-plasma -generic/allocs-l2-delta.json"
251- - " .devnet-plasma -generic/allocs-l2-ecotone.json"
252- - " .devnet-plasma -generic/allocs-l2-fjord.json"
253- - " .devnet-plasma -generic/allocs-l2-granite.json"
242+ - " .devnet-altda /allocs-l1.json"
243+ - " .devnet-altda /addresses.json"
244+ - " .devnet-altda /allocs-l2-delta.json"
245+ - " .devnet-altda /allocs-l2-ecotone.json"
246+ - " .devnet-altda /allocs-l2-fjord.json"
247+ - " .devnet-altda /allocs-l2-granite.json"
248+ - " .devnet-altda -generic/allocs-l1.json"
249+ - " .devnet-altda -generic/addresses.json"
250+ - " .devnet-altda -generic/allocs-l2-delta.json"
251+ - " .devnet-altda -generic/allocs-l2-ecotone.json"
252+ - " .devnet-altda -generic/allocs-l2-fjord.json"
253+ - " .devnet-altda -generic/allocs-l2-granite.json"
254254 - " packages/contracts-bedrock/deploy-config/devnetL1.json"
255255 - " packages/contracts-bedrock/deployments/devnetL1"
256256 - notify-failures-on-develop
@@ -838,11 +838,11 @@ jobs:
838838 command : echo 'export OP_E2E_USE_L2OO=true' >> $BASH_ENV
839839 - when :
840840 condition :
841- equal : ['-plasma ', <<parameters.variant>>]
841+ equal : ['-altda ', <<parameters.variant>>]
842842 steps :
843843 - run :
844- name : Set OP_E2E_USE_PLASMA = true
845- command : echo 'export OP_E2E_USE_PLASMA =true' >> $BASH_ENV
844+ name : Set OP_E2E_USE_ALTDA = true
845+ command : echo 'export OP_E2E_USE_ALTDA =true' >> $BASH_ENV
846846 - check-changed :
847847 patterns : op-(.+),cannon,contracts-bedrock
848848 - run :
@@ -1067,26 +1067,26 @@ jobs:
10671067 DEVNET_NO_BUILD : ' true'
10681068 # Default value; Can be overridden.
10691069 DEVNET_L2OO : ' false'
1070- DEVNET_PLASMA : ' false'
1070+ DEVNET_ALTDA : ' false'
10711071 steps :
10721072 - checkout
10731073 - when :
10741074 condition :
1075- equal : ['plasma ', <<parameters.variant>>]
1075+ equal : ['altda ', <<parameters.variant>>]
10761076 steps :
10771077 - run :
1078- name : Set DEVNET_PLASMA = true
1079- command : echo 'export DEVNET_PLASMA =true' >> $BASH_ENV
1078+ name : Set DEVNET_ALTDA = true
1079+ command : echo 'export DEVNET_ALTDA =true' >> $BASH_ENV
10801080 - when :
10811081 condition :
1082- equal : ['plasma -generic', <<parameters.variant>>]
1082+ equal : ['altda -generic', <<parameters.variant>>]
10831083 steps :
10841084 - run :
1085- name : Set DEVNET_PLASMA = true
1086- command : echo 'export DEVNET_PLASMA =true' >> $BASH_ENV
1085+ name : Set DEVNET_ALTDA = true
1086+ command : echo 'export DEVNET_ALTDA =true' >> $BASH_ENV
10871087 - run :
1088- name : Set GENERIC_PLASMA = true
1089- command : echo 'export GENERIC_PLASMA =true' >> $BASH_ENV
1088+ name : Set GENERIC_ALTDA = true
1089+ command : echo 'export GENERIC_ALTDA =true' >> $BASH_ENV
10901090 - check-changed :
10911091 patterns : op-(.+),packages,ops-bedrock,bedrock-devnet
10921092 - run :
@@ -1443,12 +1443,22 @@ jobs:
14431443 docker_layer_caching : true
14441444 - run :
14451445 name : Run Kontrol Tests
1446- command : just test-kontrol
1446+ command : |
1447+ curl -X POST \
1448+ -H "Accept: application/vnd.github+json" \
1449+ -H "Authorization: Bearer $RV_COMPUTE_TOKEN" \
1450+ https://api.github.com/repos/runtimeverification/optimism-ci/actions/workflows/optimism-ci.yaml/dispatches \
1451+ -d '{
1452+ "ref": "master",
1453+ "inputs": {
1454+ "branch_name": "<<pipeline.git.branch>>",
1455+ "extra_args": "script",
1456+ "statuses_sha": "<< pipeline.git.revision >>",
1457+ "org": "ethereum-optimism",
1458+ "repository": "optimism"
1459+ }
1460+ }'
14471461 working_directory : ./packages/contracts-bedrock
1448- - store_artifacts :
1449- path : ./packages/contracts-bedrock/test/kontrol/logs/kontrol-results_latest.tar.gz
1450- - store_test_results :
1451- path : ./packages/contracts-bedrock
14521462 - notify-failures-on-develop
14531463
14541464workflows :
@@ -1566,7 +1576,7 @@ workflows:
15661576 name : op-e2e-action-tests<< matrix.variant >>
15671577 matrix :
15681578 parameters :
1569- variant : ["", "-l2oo", "-plasma "]
1579+ variant : ["", "-l2oo", "-altda "]
15701580 module : op-e2e
15711581 target : test-actions
15721582 parallelism : 1
@@ -1611,7 +1621,7 @@ workflows:
16111621 - op-e2e-HTTP-tests
16121622 - op-e2e-fault-proof-tests
16131623 - op-e2e-action-tests
1614- - op-e2e-action-tests-plasma
1624+ - op-e2e-action-tests-altda
16151625 - docker-build :
16161626 name : op-node-docker-build
16171627 docker_name : op-node
@@ -1668,7 +1678,7 @@ workflows:
16681678 - devnet :
16691679 matrix :
16701680 parameters :
1671- variant : ["default", "plasma ", "plasma -generic"]
1681+ variant : ["default", "altda ", "altda -generic"]
16721682 requires :
16731683 - pnpm-monorepo
16741684 - op-batcher-docker-build
@@ -1990,6 +2000,7 @@ workflows:
19902000 - kontrol-tests :
19912001 context :
19922002 - slack
2003+ - runtimeverification
19932004
19942005 scheduled-docker-publish :
19952006 when :
0 commit comments