From d7e6cb9f9c788885a86725c1fc928a5e06373a25 Mon Sep 17 00:00:00 2001 From: Wilfried Kopp Date: Wed, 6 Jul 2022 16:18:34 +0200 Subject: [PATCH] Switch defaults to the new version --- .github/workflows/bridges.yml | 67 ---------------------------------- .github/workflows/cumulus.yml | 2 +- .github/workflows/polkadot.yml | 2 +- 3 files changed, 2 insertions(+), 69 deletions(-) delete mode 100644 .github/workflows/bridges.yml diff --git a/.github/workflows/bridges.yml b/.github/workflows/bridges.yml deleted file mode 100644 index 6c8f67e..0000000 --- a/.github/workflows/bridges.yml +++ /dev/null @@ -1,67 +0,0 @@ -name: Build Bridges Repo - -env: - DEFAULT_IMAGE: paritytech/srtool - -on: - push: - branches: - - "*" - tags: - - "v*" - - workflow_dispatch: - inputs: - srtool_image: - description: The SRTOOL image to use - default: paritytech/srtool - required: false - srtool_tag: - description: The SRTOOL tag to use - default: 1.60.0 - required: false - - schedule: - - cron: "00 04 * * 1" # 4AM weekly on mondays - -jobs: - build: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - chain: ["millau", "rialto"] - - name: Build ${{ matrix.chain }} - steps: - - uses: actions/checkout@v3 - with: - path: action - - - name: Checkout repo under test - uses: actions/checkout@v3 - with: - repository: paritytech/parity-bridges-common - fetch-depth: 0 - path: repo - - - name: debug - run: | - ls -al - pwd - - - name: Srtool build - id: srtool_build - uses: ./action - with: - image: ${{ github.event.inputs.srtool_image || env.DEFAULT_IMAGE }} - tag: ${{ github.event.inputs.srtool_tag }} - chain: ${{ matrix.chain }} - runtime_dir: bin/${{ matrix.chain }}/runtime - workdir: "${{ github.workspace }}/repo" - - - name: Summary - run: | - echo '${{ steps.srtool_build.outputs.json }}' | jq . | tee ${{ matrix.chain }}-srtool-digest.json - echo "Compact Runtime location : ${{ steps.srtool_build.outputs.wasm }}" - echo "Compressed Runtime location : ${{ steps.srtool_build.outputs.wasm_compressed }}" diff --git a/.github/workflows/cumulus.yml b/.github/workflows/cumulus.yml index 18afc62..a5720fe 100644 --- a/.github/workflows/cumulus.yml +++ b/.github/workflows/cumulus.yml @@ -18,7 +18,7 @@ on: required: false srtool_tag: description: The SRTOOL tag to use - default: 1.60.0 + default: 1.62.0 required: false schedule: diff --git a/.github/workflows/polkadot.yml b/.github/workflows/polkadot.yml index c2a62ab..4adc93d 100644 --- a/.github/workflows/polkadot.yml +++ b/.github/workflows/polkadot.yml @@ -18,7 +18,7 @@ on: required: false srtool_tag: description: The SRTOOL tag to use - default: 1.60.0 + default: 1.62.0 required: false schedule: