Skip to content

Commit 30a3a6b

Browse files
committed
Remove trigger and schedule for now
1 parent 709fc83 commit 30a3a6b

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

eng/pipelines/coreclr/ci.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,4 @@
1-
trigger:
2-
batch: true
3-
branches:
4-
include:
5-
- release/*.*
6-
paths:
7-
include:
8-
- '*'
9-
- src/libraries/System.Private.CoreLib/*
10-
exclude:
11-
- '**.md'
12-
- .devcontainer/*
13-
- .github/*
14-
- docs/*
15-
- LICENSE.TXT
16-
- PATENTS.TXT
17-
- THIRD-PARTY-NOTICES.TXT
18-
- src/installer/*
19-
- src/libraries/*
20-
- eng/pipelines/installer/*
21-
- eng/pipelines/libraries/*
22-
- eng/pipelines/runtime.yml
23-
24-
schedules:
25-
- cron: "0 9,18,1 * * *" # run at 9:00, 18:00 and 01:00 (UTC) which is 2:00, 11:00 and 18:00 (PST).
26-
displayName: runtime-coreclr-outerloop default schedule
27-
branches:
28-
include:
29-
- main
30-
always: false # run only if there were changes since the last successful scheduled run.
1+
trigger: none
312

323
variables:
334
- template: /eng/pipelines/common/variables.yml

eng/pipelines/coreclr/interpreter.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,4 @@
1-
trigger:
2-
batch: true
3-
branches:
4-
include:
5-
- release/*.*
6-
paths:
7-
include:
8-
- '*'
9-
- src/libraries/System.Private.CoreLib/*
10-
exclude:
11-
- '**.md'
12-
- .devcontainer/*
13-
- .github/*
14-
- docs/*
15-
- LICENSE.TXT
16-
- PATENTS.TXT
17-
- THIRD-PARTY-NOTICES.TXT
18-
- src/installer/*
19-
- src/libraries/*
20-
- eng/pipelines/installer/*
21-
- eng/pipelines/libraries/*
22-
- eng/pipelines/runtime.yml
23-
24-
schedules:
25-
- cron: "0 9,18,1 * * *" # run at 9:00, 18:00 and 01:00 (UTC) which is 2:00, 11:00 and 18:00 (PST).
26-
displayName: runtime-coreclr-outerloop default schedule
27-
branches:
28-
include:
29-
- main
30-
always: false # run only if there were changes since the last successful scheduled run.
1+
trigger: none
312

323
variables:
334
- template: /eng/pipelines/common/variables.yml

0 commit comments

Comments
 (0)