From f98602918b517e8d4fb06f0733ad1717e12809db Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 2 Nov 2023 19:03:15 +0100 Subject: [PATCH] Revert "Update .cirrus.yml" This reverts commit 33ac0b45917d1dfcd6d673eab2f7840173c84068. --- .cirrus.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3e210d316..c37ad7e0c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -80,7 +80,7 @@ task: only_if: $CIRRUS_BRANCH == 'master' task: - name: "Regtest functional tests $Binaries" + name: "Regtest functional tests" compute_engine_instance: image_project: cirrus-images image: family/docker-builder @@ -109,22 +109,6 @@ task: - electrum/tests/regtest/run_bitcoind.sh electrumx_service_background_script: - electrum/tests/regtest/run_electrumx.sh - matrix: - - env: - Binaries: 'Tarball' - depends_on: - - "linter: Flake8 Mandatory" - - env: - Binaries: 'AppImage' - app_image_setup: - - apt-get -y install libfuse2 - - rm run_electrum - - VERSION="$(git describe --tags --always | cut -c 1-9)" - - curl -o run_electrum https://api.cirrus-ci.com/v1/artifact/build/$CIRRUS_BUILD_ID/build:%20AppImage/binaries/dist/electrum-$VERSION-x86_64.AppImage - - chmod u+x run_electrum - depends_on: - - "build: AppImage" - - "linter: Flake8 Mandatory" regtest_script: - sleep 10s - python3 -m unittest electrum/tests/regtest.py @@ -132,6 +116,8 @@ task: ELECTRUM_REQUIREMENTS: contrib/requirements/requirements.txt # ElectrumX exits with an error without this: ALLOW_ROOT: 1 + depends_on: + - "linter: Flake8 Mandatory" task: container: