Skip to content

Commit 5cc1134

Browse files
committed
run different subset of builds
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 5d2b60b commit 5cc1134

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

src/ci/azure-pipelines/try.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
# x86_64-gnu-distcheck: {}
5858
# mingw-check: {}
5959
#
60-
#- job: macOS
61-
# timeoutInMinutes: 600
62-
# pool:
63-
# vmImage: macos-10.15
64-
# steps:
65-
# - template: steps/run.yml
66-
# strategy:
67-
# matrix:
60+
- job: macOS
61+
timeoutInMinutes: 600
62+
pool:
63+
vmImage: macos-10.15
64+
steps:
65+
- template: steps/run.yml
66+
strategy:
67+
matrix:
6868
# OSX builders running tests, these run the full test suite.
6969
# NO_DEBUG_ASSERTIONS=1 to make them go faster, but also do have some
7070
# runners that run `//ignore-debug` tests.
@@ -107,27 +107,27 @@ jobs:
107107
strategy:
108108
matrix:
109109
# 32/64 bit MSVC tests
110-
x86_64-msvc-1:
111-
INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
112-
SCRIPT: make ci-subset-1
113-
# FIXME(#59637)
114-
NO_DEBUG_ASSERTIONS: 1
115-
NO_LLVM_ASSERTIONS: 1
116-
x86_64-msvc-2:
117-
INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
118-
SCRIPT: make ci-subset-2
119-
# i686-msvc-1:
120-
# INITIAL_RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
110+
# x86_64-msvc-1:
111+
# INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
121112
# SCRIPT: make ci-subset-1
122-
# FIXME(#59637)
113+
# # FIXME(#59637)
123114
# NO_DEBUG_ASSERTIONS: 1
124115
# NO_LLVM_ASSERTIONS: 1
125-
# i686-msvc-2:
126-
# INITIAL_RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
116+
# x86_64-msvc-2:
117+
# INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
127118
# SCRIPT: make ci-subset-2
128-
# FIXME(#59637)
129-
# NO_DEBUG_ASSERTIONS: 1
130-
# NO_LLVM_ASSERTIONS: 1
119+
i686-msvc-1:
120+
INITIAL_RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
121+
SCRIPT: make ci-subset-1
122+
# FIXME(#59637)
123+
NO_DEBUG_ASSERTIONS: 1
124+
NO_LLVM_ASSERTIONS: 1
125+
i686-msvc-2:
126+
INITIAL_RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
127+
SCRIPT: make ci-subset-2
128+
# FIXME(#59637)
129+
NO_DEBUG_ASSERTIONS: 1
130+
NO_LLVM_ASSERTIONS: 1
131131
# MSVC aux tests
132132
# x86_64-msvc-aux:
133133
# RUST_CHECK_TARGET: check-aux EXCLUDE_CARGO=1

0 commit comments

Comments
 (0)