File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,20 @@ trigger:
5
5
include :
6
6
- master
7
7
8
- # Run PR validation on all branches
9
- pr :
8
+ schedules :
9
+ - cron : " 0 */4 * * *"
10
+ displayName : Every 4 hours test run
10
11
branches :
11
12
include :
12
- - ' *'
13
+ - master
14
+ always : true
13
15
14
16
variables :
15
17
- ${{ if ne(variables['System.TeamProject'], 'internal') }} :
16
18
- name : _UseHelixOpenQueues
17
19
value : ' true'
18
20
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
21
+ - group : DotNet-HelixApi-Access
19
22
- name : _UseHelixOpenQueues
20
23
value : ' false'
21
24
32
35
- script : .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:RunQuarantinedTests=true /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
33
36
displayName : Run build.cmd helix target
34
37
env :
38
+ HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
35
39
SYSTEM_ACCESSTOKEN : $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
36
40
artifacts :
37
41
- name : Helix_logs
You can’t perform that action at this time.
0 commit comments