mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-04 12:24:36 +00:00
chore: move CI to beta (#1615)
This commit is contained in:
parent
611b4e11a7
commit
7c341f45e0
@ -2,27 +2,26 @@ trigger: ["master", "std-future"]
|
|||||||
pr: ["master", "std-future"]
|
pr: ["master", "std-future"]
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
nightly: nightly-2019-08-21
|
|
||||||
RUSTFLAGS: -Dwarnings
|
RUSTFLAGS: -Dwarnings
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Check formatting
|
# Check formatting
|
||||||
- template: ci/azure-rustfmt.yml
|
- template: ci/azure-rustfmt.yml
|
||||||
parameters:
|
parameters:
|
||||||
rust: $(nightly)
|
rust: beta
|
||||||
name: rustfmt
|
name: rustfmt
|
||||||
|
|
||||||
# Apply clippy lints to all crates
|
# Apply clippy lints to all crates
|
||||||
- template: ci/azure-clippy.yml
|
- template: ci/azure-clippy.yml
|
||||||
parameters:
|
parameters:
|
||||||
rust: $(nightly)
|
rust: beta
|
||||||
name: clippy
|
name: clippy
|
||||||
|
|
||||||
# Test top level crate
|
# Test top level crate
|
||||||
- template: ci/azure-test-stable.yml
|
- template: ci/azure-test-stable.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: test_tokio
|
name: test_tokio
|
||||||
rust: $(nightly)
|
rust: beta
|
||||||
displayName: Test tokio
|
displayName: Test tokio
|
||||||
cross: true
|
cross: true
|
||||||
crates:
|
crates:
|
||||||
@ -44,7 +43,7 @@ jobs:
|
|||||||
name: test_sub_cross
|
name: test_sub_cross
|
||||||
displayName: Test sub crates (cross) -
|
displayName: Test sub crates (cross) -
|
||||||
cross: true
|
cross: true
|
||||||
rust: $(nightly)
|
rust: beta
|
||||||
crates:
|
crates:
|
||||||
tokio-fs: []
|
tokio-fs: []
|
||||||
tokio-net:
|
tokio-net:
|
||||||
@ -59,7 +58,7 @@ jobs:
|
|||||||
parameters:
|
parameters:
|
||||||
name: test_linux
|
name: test_linux
|
||||||
displayName: Test sub crates -
|
displayName: Test sub crates -
|
||||||
rust: $(nightly)
|
rust: beta
|
||||||
crates:
|
crates:
|
||||||
tokio-codec: []
|
tokio-codec: []
|
||||||
tokio-executor:
|
tokio-executor:
|
||||||
@ -79,7 +78,7 @@ jobs:
|
|||||||
parameters:
|
parameters:
|
||||||
name: test_features
|
name: test_features
|
||||||
displayName: Test feature flags
|
displayName: Test feature flags
|
||||||
rust: $(nightly)
|
rust: beta
|
||||||
crates:
|
crates:
|
||||||
build-tests:
|
build-tests:
|
||||||
- tokio-executor
|
- tokio-executor
|
||||||
@ -97,7 +96,7 @@ jobs:
|
|||||||
- template: ci/azure-cross-compile.yml
|
- template: ci/azure-cross-compile.yml
|
||||||
parameters:
|
parameters:
|
||||||
name: cross
|
name: cross
|
||||||
rust: $(nightly)
|
rust: beta
|
||||||
|
|
||||||
# # This represents the minimum Rust version supported by
|
# # This represents the minimum Rust version supported by
|
||||||
# # Tokio. Updating this should be done in a dedicated PR and
|
# # Tokio. Updating this should be done in a dedicated PR and
|
||||||
@ -114,11 +113,11 @@ jobs:
|
|||||||
# - template: ci/azure-tsan.yml
|
# - template: ci/azure-tsan.yml
|
||||||
# parameters:
|
# parameters:
|
||||||
# name: tsan
|
# name: tsan
|
||||||
# rust: $(nightly)
|
# rust: beta
|
||||||
|
|
||||||
- template: ci/azure-deploy-docs.yml
|
- template: ci/azure-deploy-docs.yml
|
||||||
parameters:
|
parameters:
|
||||||
rust: $(nightly)
|
rust: beta
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- rustfmt
|
- rustfmt
|
||||||
- clippy
|
- clippy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user