Compare commits

...

2 Commits

Author SHA1 Message Date
c10a3d4d0c [dev] fetch images
Some checks failed
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Has been skipped
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (push) Has been cancelled
2024-06-28 12:33:33 +08:00
9d50f2cfbe [debug] disable other wf, wait on failure
Some checks are pending
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (push) Waiting to run
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Has been skipped
2024-06-28 12:33:19 +08:00
3 changed files with 14 additions and 4 deletions

View File

@ -10,6 +10,7 @@ jobs:
test:
name: "Run Ethereum Fixturenet stack test"
runs-on: ubuntu-latest
if: false
steps:
- name: "Clone project repository"
uses: actions/checkout@v3

View File

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: cerc-io/stack-orchestrator
ref: roysc/fix-various
ref: roysc/fetch-from-insecure-registry
path: .tools/stack-orchestrator
- name: "Install stack orchestrator"
run: pip3 install .tools/stack-orchestrator
@ -41,3 +41,10 @@ jobs:
run: |
PATH=$PATH:~/bin
./tests/fixturenet-plugeth-stack/run-test.sh
- name: "Wait if job failed"
if: ${{ failure() }}
run: |
until [ -f /tmp/stop ]; do
sleep 10
done

View File

@ -45,10 +45,12 @@ echo "Cloning repositories into: $CERC_REPO_BASE_DIR"
rm -rf $CERC_REPO_BASE_DIR
mkdir -p $CERC_REPO_BASE_DIR
$SO_COMMAND --stack ${stack_name} setup-repositories
# $SO_COMMAND --stack ${stack_name} setup-repositories
echo "Building containers"
$SO_COMMAND --stack ${stack_name} build-containers
# echo "Building containers"
# $SO_COMMAND --stack ${stack_name} build-containers
$SO_COMMAND --stack ${stack_name} fetch-containers --image-registry "gitea.local:5555"
test_deployment_dir=$CERC_REPO_BASE_DIR/test-deployment-dir
test_deployment_spec=$CERC_REPO_BASE_DIR/test-deployment-spec.yml