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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>2022-10-25 23:39:26 +0300
committerGitHub <noreply@github.com>2022-10-25 23:39:26 +0300
commit9bed84afa12323b72e0a8c4cd54e9944f998afe8 (patch)
tree525f8b539d26df0331a1792ecf902d7518df45cc /eng
parent134544d6885802deddb5dac3a115b2c8b7279c08 (diff)
Add runtime-coreclr pgostress YAML file (#77446)
Diffstat (limited to 'eng')
-rw-r--r--eng/pipelines/coreclr/pgostress.yml59
1 files changed, 59 insertions, 0 deletions
diff --git a/eng/pipelines/coreclr/pgostress.yml b/eng/pipelines/coreclr/pgostress.yml
new file mode 100644
index 00000000000..0f21cca6779
--- /dev/null
+++ b/eng/pipelines/coreclr/pgostress.yml
@@ -0,0 +1,59 @@
+trigger: none
+
+schedules:
+- cron: "0 6 * * 6"
+ displayName: Sat at 06:00 AM UTC
+ branches:
+ include:
+ - main
+ always: true
+
+extends:
+ template: /eng/pipelines/common/templates/single-stage-pipeline-with-resources.yml
+ parameters:
+ jobs:
+
+ - template: /eng/pipelines/common/platform-matrix.yml
+ parameters:
+ jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
+ buildConfig: checked
+ platforms:
+ - Linux_arm
+ - Linux_arm64
+ - Linux_x64
+ - OSX_arm64
+ - windows_arm
+ - windows_arm64
+ - windows_x64
+ - windows_x86
+ - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
+ jobParameters:
+ testGroup: pgo-extra
+
+ - template: /eng/pipelines/common/platform-matrix.yml
+ parameters:
+ jobTemplate: /eng/pipelines/common/templates/runtimes/build-test-job.yml
+ buildConfig: checked
+ platforms:
+ - CoreClrTestBuildHost # Either OSX_x64 or Linux_x64
+ jobParameters:
+ testGroup: pgo-extra
+
+ - template: /eng/pipelines/common/platform-matrix.yml
+ parameters:
+ jobTemplate: /eng/pipelines/common/templates/runtimes/run-test-job.yml
+ buildConfig: checked
+ platforms:
+ - Linux_arm
+ - Linux_arm64
+ - Linux_x64
+ - OSX_arm64
+ - windows_arm
+ - windows_arm64
+ - windows_x64
+ - windows_x86
+ helixQueueGroup: ci
+ helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
+ jobParameters:
+ testGroup: pgo-extra
+ liveLibrariesBuildConfig: Release