Skip to content

Commit f34f610

Browse files
testing
1 parent e6971b6 commit f34f610

File tree

6 files changed

+4
-32
lines changed

6 files changed

+4
-32
lines changed

.github/workflows/build-intermediary-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and Push Intermediary Docker Image
22

33
on:
4+
push:
45
workflow_dispatch:
56

67
concurrency:

.github/workflows/test-e2e.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
build-aggkit-image:
16-
uses: ./.github/workflows/build-aggkit-image.yml
17-
with:
18-
go-version: 1.24.x
19-
docker-image-name: aggkit
20-
2115
single-l2-chain:
22-
needs: build-aggkit-image
2316
runs-on: amd-runner-2204
2417
timeout-minutes: 30
2518
strategy:
@@ -46,17 +39,6 @@ jobs:
4639
- name: Setup Bats and bats libs
4740
uses: bats-core/[email protected]
4841

49-
- name: Download aggkit archive
50-
uses: actions/download-artifact@v4
51-
with:
52-
name: aggkit
53-
path: /tmp
54-
55-
- name: Load aggkit image
56-
run: |
57-
docker load --input /tmp/aggkit.tar
58-
docker image ls -a
59-
6042
- name: Run E2E tests
6143
run: make test-e2e-${{ matrix.e2e-group }}
6244
working-directory: test
@@ -84,7 +66,6 @@ jobs:
8466
path: ./dump
8567

8668
multi-l2-chains:
87-
needs: build-aggkit-image
8869
runs-on: amd-runner-2204
8970
timeout-minutes: 30
9071

test/combinations/fork12-op-succinct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ deployment_stages:
44
deploy_op_succinct: true
55

66
args:
7-
aggkit_image: aggkit:local
7+
aggkit_image: ghcr.io/agglayer/aggkit:feat-update-goreleaser-temporary-versions_07_06_2025_05_32_961ded0
88
# Arbitrary key for the SP1 prover. This will not work if op_succinct_mock is set to false. Replace with a valid SPN key if you want to use the network provers.
99
# cast wallet private-key --mnemonic "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete"
1010
# Valid values are: "network-prover", "mock-prover"

test/combinations/fork12-pessimistic-multi-attach-second-cdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ args:
2626
zkevm_l2_proofsigner_address: "0xf1a661D7b601Ec46a040f57193cC99aB8c4132FA"
2727
zkevm_l2_proofsigner_private_key: "0xc7fe3a006d75ba9326d9792523385abb49057c66aee0b8b4248821a89713f975"
2828

29-
cdk_node_image: aggkit:local
29+
cdk_node_image: ghcr.io/agglayer/aggkit:feat-update-goreleaser-temporary-versions_07_06_2025_05_32_961ded0
3030
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.61.16-hotfix2
3131
zkevm_contracts_image: leovct/zkevm-contracts:v10.0.0-rc.3-fork.12
3232
additional_services: []

test/combinations/fork12-pessimistic-multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ deployment_stages:
33

44
args:
55
verbosity: debug
6-
cdk_node_image: aggkit:local
6+
cdk_node_image: ghcr.io/agglayer/aggkit:feat-update-goreleaser-temporary-versions_07_06_2025_05_32_961ded0
77
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.61.16-hotfix2
88
additional_services: []
99
consensus_contract_type: pessimistic

test/run-e2e.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ if [ -z $DATA_AVAILABILITY_MODE ]; then
1313
exit 1
1414
fi
1515

16-
BASE_FOLDER=$(dirname $0)
17-
if [ "$(docker images -q aggkit:local | wc -l)" -eq 0 ]; then
18-
echo "Building aggkit:local docker image" >&2
19-
pushd $BASE_FOLDER/..
20-
make build-docker
21-
popd
22-
else
23-
echo "docker image aggkit:local already exists" >&2
24-
fi
25-
2616
kurtosis clean --all
2717
echo "Override aggkit config file" >&2
2818
KURTOSIS_AGGKIT_CONFIG_FILE=$KURTOSIS_FOLDER/templates/aggkit/aggkit-config.toml

0 commit comments

Comments
 (0)