Skip to content

Commit 9a95909

Browse files
committed
comment out linux jobs
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 5cc1134 commit 9a95909

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/ci/azure-pipelines/try.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ variables:
66
- group: prod-credentials
77

88
jobs:
9-
- job: Linux
10-
timeoutInMinutes: 600
11-
pool:
12-
vmImage: ubuntu-16.04
13-
steps:
14-
- template: steps/run.yml
15-
strategy:
16-
matrix:
9+
#- job: Linux
10+
# timeoutInMinutes: 600
11+
# pool:
12+
# vmImage: ubuntu-16.04
13+
# steps:
14+
# - template: steps/run.yml
15+
# strategy:
16+
# matrix:
1717
# Round 1
1818
# x86_64-gnu-llvm-7:
1919
# RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)