Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libraries-gcstress0x3-gcstress0xc.yml « coreclr « pipelines « eng - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5df152153db3839e84b7f07df4c98afadc5a7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
trigger: none

pr: none

# This pipeline currently has too many failures to be enabled by schedule.
# schedules:
# - cron: "0 10 * * 6"
#   displayName: Sat at 2:00 AM (UTC-8:00)
#   branches:
#     include:
#     - master
#   always: true

jobs:
#
# Checkout repository
#
- template: /eng/pipelines/common/checkout-job.yml

#
# Build CoreCLR checked and libraries Release
#
- template: /eng/pipelines/common/platform-matrix.yml
  parameters:
    jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
    buildConfig: checked
    platformGroup: gcstress
    jobParameters:
      # libraries test build platforms
      testBuildPlatforms:
      - Linux_x64
      - Windows_NT_x64

#
# Libraries Test Run using Release libraries, Checked CoreCLR, and stress modes
#
- template: /eng/pipelines/common/platform-matrix.yml
  parameters:
    jobTemplate: /eng/pipelines/libraries/run-test-job.yml
    buildConfig: Release
    platformGroup: gcstress
    helixQueueGroup: libraries
    helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
    jobParameters:
      # Default timeout is 150 minutes (2.5 hours), which is not enough for stress.
      timeoutInMinutes: 600
      testScope: innerloop
      liveRuntimeBuildConfig: checked
      dependsOnTestBuildConfiguration: Release
      dependsOnTestArchitecture: x64
      coreclrTestGroup: gcstress0x3-gcstress0xc