From 216bd187d6abd78ff50c702c2092300f3019d86b Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:49:31 -0800 Subject: [PATCH] chore: update most remaining tests to dfx 0.16.0 (#683) --- .github/workflows/motoko-composite-query-example.yaml | 4 ---- .github/workflows/motoko-defi-example.yml | 4 ---- .github/workflows/motoko-encrypted-notes-example.yml | 4 ---- .github/workflows/motoko-icrc2-swap-example.yml | 2 -- .../motoko-internet-identity-integration-example.yaml | 4 ---- .github/workflows/motoko-vetkd-example.yml | 3 --- .github/workflows/rust-counter-example.yml | 4 ++-- .github/workflows/rust-defi-example.yml | 4 ---- .github/workflows/rust-encrypted-notes-example.yml | 4 ---- .github/workflows/rust-hello-example.yml | 4 ++-- .github/workflows/rust-performance_counters-example.yaml | 4 ++-- .github/workflows/rust-periodic_tasks-example.yaml | 4 ++-- .github/workflows/rust-qrcode-example.yaml | 4 ++-- .github/workflows/rust-vetkd-example.yml | 3 --- 14 files changed, 10 insertions(+), 42 deletions(-) diff --git a/.github/workflows/motoko-composite-query-example.yaml b/.github/workflows/motoko-composite-query-example.yaml index 681646bf4..9d5d40e43 100644 --- a/.github/workflows/motoko-composite-query-example.yaml +++ b/.github/workflows/motoko-composite-query-example.yaml @@ -19,8 +19,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin - env: - DFX_VERSION: 0.15.0-beta.1 run: bash .github/workflows/provision-darwin.sh - name: Motoko Composite Query Darwin run: | @@ -33,8 +31,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - env: - DFX_VERSION: 0.15.0-beta.1 run: bash .github/workflows/provision-linux.sh - name: Motoko Composite Query Linux run: | diff --git a/.github/workflows/motoko-defi-example.yml b/.github/workflows/motoko-defi-example.yml index ab15c05e1..fb4488213 100644 --- a/.github/workflows/motoko-defi-example.yml +++ b/.github/workflows/motoko-defi-example.yml @@ -20,8 +20,6 @@ jobs: with: submodules: recursive - name: Provision Darwin - env: - DFX_VERSION: 0.15.3 run: bash .github/workflows/provision-darwin.sh - name: Motoko Defi Darwin run: | @@ -38,8 +36,6 @@ jobs: with: submodules: recursive - name: Provision Linux - env: - DFX_VERSION: 0.15.3 run: bash .github/workflows/provision-linux.sh - name: Motoko Defi Linux run: | diff --git a/.github/workflows/motoko-encrypted-notes-example.yml b/.github/workflows/motoko-encrypted-notes-example.yml index b67312b11..7c7e8435f 100644 --- a/.github/workflows/motoko-encrypted-notes-example.yml +++ b/.github/workflows/motoko-encrypted-notes-example.yml @@ -18,8 +18,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin - env: - DFX_VERSION: 0.14.2 run: bash .github/workflows/provision-darwin.sh - name: Motoko Encrypted Notes Darwin (unit tests) run: | @@ -36,8 +34,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - env: - DFX_VERSION: 0.14.2 run: bash .github/workflows/provision-linux.sh - name: Motoko Encrypted Notes Linux (unit tests) run: | diff --git a/.github/workflows/motoko-icrc2-swap-example.yml b/.github/workflows/motoko-icrc2-swap-example.yml index 75b8b0ba3..1714fcc3d 100644 --- a/.github/workflows/motoko-icrc2-swap-example.yml +++ b/.github/workflows/motoko-icrc2-swap-example.yml @@ -18,8 +18,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - env: - DFX_VERSION: 0.15.1 run: bash .github/workflows/provision-linux.sh - name: Motoko ICRC2-Swap Linux run: | diff --git a/.github/workflows/motoko-internet-identity-integration-example.yaml b/.github/workflows/motoko-internet-identity-integration-example.yaml index 343feca56..22bb64a5a 100644 --- a/.github/workflows/motoko-internet-identity-integration-example.yaml +++ b/.github/workflows/motoko-internet-identity-integration-example.yaml @@ -18,8 +18,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin - env: - DFX_VERSION: 0.15.3 run: bash .github/workflows/provision-darwin.sh - name: Motoko Internet Identity Integration Darwin run: | @@ -32,8 +30,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - env: - DFX_VERSION: 0.15.3 run: bash .github/workflows/provision-linux.sh - name: Motoko Internet Identity Integration Linux run: | diff --git a/.github/workflows/motoko-vetkd-example.yml b/.github/workflows/motoko-vetkd-example.yml index ce2912a6f..c6ffae834 100644 --- a/.github/workflows/motoko-vetkd-example.yml +++ b/.github/workflows/motoko-vetkd-example.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/checkout@v1 - name: Provision Darwin env: - DFX_VERSION: 0.14.2 NODE_VERSION: 19.8.1 run: bash .github/workflows/provision-darwin.sh - name: Motoko vetKD Darwin @@ -33,8 +32,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - env: - DFX_VERSION: 0.14.2 run: bash .github/workflows/provision-linux.sh - name: Motoko vetKD Linux run: | diff --git a/.github/workflows/rust-counter-example.yml b/.github/workflows/rust-counter-example.yml index 519172f94..8d7341a2c 100644 --- a/.github/workflows/rust-counter-example.yml +++ b/.github/workflows/rust-counter-example.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Rust Counter Darwin run: | dfx start --background @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Rust Counter Linux run: | dfx start --background diff --git a/.github/workflows/rust-defi-example.yml b/.github/workflows/rust-defi-example.yml index 8cadf4ace..385c69520 100644 --- a/.github/workflows/rust-defi-example.yml +++ b/.github/workflows/rust-defi-example.yml @@ -20,8 +20,6 @@ jobs: with: submodules: recursive - name: Provision Darwin - env: - DFX_VERSION: 0.15.3 run: bash .github/workflows/provision-darwin.sh - name: Rust Defi Darwin run: | @@ -38,8 +36,6 @@ jobs: with: submodules: recursive - name: Provision Linux - env: - DFX_VERSION: 0.15.3 run: bash .github/workflows/provision-linux.sh - name: Rust Defi Linux run: | diff --git a/.github/workflows/rust-encrypted-notes-example.yml b/.github/workflows/rust-encrypted-notes-example.yml index 194e20b95..22e7180cd 100644 --- a/.github/workflows/rust-encrypted-notes-example.yml +++ b/.github/workflows/rust-encrypted-notes-example.yml @@ -18,8 +18,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin - env: - DFX_VERSION: 0.14.2 run: bash .github/workflows/provision-darwin.sh - name: Rust Encrypted Notes Darwin (unit tests) run: | @@ -36,8 +34,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - env: - DFX_VERSION: 0.14.2 run: bash .github/workflows/provision-linux.sh - name: Rust Encrypted Notes Linux (unit tests) run: | diff --git a/.github/workflows/rust-hello-example.yml b/.github/workflows/rust-hello-example.yml index e2e18ee9b..9c64dbdc0 100644 --- a/.github/workflows/rust-hello-example.yml +++ b/.github/workflows/rust-hello-example.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Rust Hello Darwin run: | dfx start --background @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Rust Hello Linux run: | dfx start --background diff --git a/.github/workflows/rust-performance_counters-example.yaml b/.github/workflows/rust-performance_counters-example.yaml index 9890001d3..008022422 100644 --- a/.github/workflows/rust-performance_counters-example.yaml +++ b/.github/workflows/rust-performance_counters-example.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Rust Performance Counters Darwin run: | dfx start --background @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Rust Performance Counters Linux run: | dfx start --background diff --git a/.github/workflows/rust-periodic_tasks-example.yaml b/.github/workflows/rust-periodic_tasks-example.yaml index 29e6ee431..2e1a05c13 100644 --- a/.github/workflows/rust-periodic_tasks-example.yaml +++ b/.github/workflows/rust-periodic_tasks-example.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Rust Periodic Tasks Darwin run: | dfx start --background @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Rust Periodic Tasks Linux run: | dfx start --background diff --git a/.github/workflows/rust-qrcode-example.yaml b/.github/workflows/rust-qrcode-example.yaml index 36027a096..a3b1d91e2 100644 --- a/.github/workflows/rust-qrcode-example.yaml +++ b/.github/workflows/rust-qrcode-example.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Darwin - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-darwin.sh + run: bash .github/workflows/provision-darwin.sh - name: Rust QRCode Darwin run: | dfx start --background @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - run: DFX_VERSION="0.15.2" bash .github/workflows/provision-linux.sh + run: bash .github/workflows/provision-linux.sh - name: Rust QRCode Linux run: | dfx start --background diff --git a/.github/workflows/rust-vetkd-example.yml b/.github/workflows/rust-vetkd-example.yml index d81be15c2..94e06370f 100644 --- a/.github/workflows/rust-vetkd-example.yml +++ b/.github/workflows/rust-vetkd-example.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/checkout@v1 - name: Provision Darwin env: - DFX_VERSION: 0.14.2 NODE_VERSION: 19.8.1 run: bash .github/workflows/provision-darwin.sh - name: Rust vetKD Darwin @@ -33,8 +32,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Provision Linux - env: - DFX_VERSION: 0.14.2 run: bash .github/workflows/provision-linux.sh - name: Rust vetKD Linux run: |