From e376c2d0d48ff6ceb63f193f77e4745a0813e5ac Mon Sep 17 00:00:00 2001 From: JT Date: Mon, 7 Jun 2021 19:32:14 +1200 Subject: [PATCH] Remove the CI canaries (#3567) --- .azure/azure-pipelines.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 3a08f8a7f6..f358f99a96 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -21,15 +21,6 @@ strategy: windows-stable: image: windows-2019 style: 'unflagged' - linux-nightly-canary: - image: ubuntu-18.04 - style: 'canary' - macos-nightly-canary: - image: macos-10.14 - style: 'canary' - windows-nightly-canary: - image: windows-2019 - style: 'canary' fmt: image: ubuntu-18.04 style: 'fmt' @@ -62,15 +53,9 @@ steps: - bash: RUSTFLAGS="-D warnings" cargo clippy --all -- -D clippy::unwrap_used condition: eq(variables['style'], 'unflagged') displayName: Check clippy lints - - bash: RUSTFLAGS="-D warnings" cargo test --all - condition: eq(variables['style'], 'canary') - displayName: Run tests - bash: cd samples/wasm && wasm-pack build condition: eq(variables['style'], 'wasm') displayName: Wasm build - - bash: RUSTFLAGS="-D warnings" cargo clippy --all -- -D clippy::unwrap_used - condition: eq(variables['style'], 'canary') - displayName: Check clippy lints - bash: RUSTFLAGS="-D warnings" cargo test --all --no-default-features --features=rustyline-support condition: eq(variables['style'], 'minimal') displayName: Run tests