Compare commits
2 Commits
bf71dc3714
...
c10a3d4d0c
Author | SHA1 | Date | |
---|---|---|---|
c10a3d4d0c | |||
9d50f2cfbe |
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user