[dev] fetch images

This commit is contained in:
Roy Crihfield 2024-07-19 15:27:32 +08:00
parent cecb7bf16c
commit 662a52c5c3
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,7 @@ on:
- ci-test
env:
SO_VERSION: v1.1.0-36d4969-202407091537
SO_VERSION: roysc/fetch-from-insecure-registry
FIXTURENET_ETH_STACKS_REF: roysc/set-validator-creds
SYSTEM_TESTS_REF: roysc/test-withdrawals
@ -81,6 +81,7 @@ jobs:
- name: Run testnet stack
env:
CERC_GO_AUTH_TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
SKIP_BUILD: fetch
run: ./scripts/run-test-stack.sh ./fixturenet-eth-stacks/stack-orchestrator/stacks/fixturenet-plugeth
- name: Run server
env:
@ -110,7 +111,7 @@ jobs:
- name: Run testnet stack without statediff
env:
CERC_RUN_STATEDIFF: false
SKIP_BUILD: 1
SKIP_BUILD: fetch
run: ./scripts/run-test-stack.sh ./fixturenet-eth-stacks/stack-orchestrator/stacks/fixturenet-plugeth
- name: Run server with call forwarding
env:

View File

@ -24,6 +24,8 @@ if [[ -z $SKIP_BUILD ]]; then
$laconic_so setup-repositories
$laconic_so build-containers
elif [[ $SKIP_BUILD = fetch ]]; then
$laconic_so fetch-containers --image-registry gitea.local:5555
fi
if ! $laconic_so deploy \