зеркало из https://github.com/dotnet/performance.git
31 строка
705 B
YAML
31 строка
705 B
YAML
resources:
|
|
containers:
|
|
- container: ubuntu_x64_build_container
|
|
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-c103199-20180628134544
|
|
|
|
# Trigger builds for PR's targeting main
|
|
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
paths:
|
|
include:
|
|
- src/benchmarks/gc/__main__.py
|
|
- src/benchmarks/gc/src/*
|
|
exclude:
|
|
- src/benchmarks/gc/docs/*
|
|
- src/benchmarks/gc/.gitignore
|
|
- src/benchmarks/gc/README.md
|
|
- src/benchmarks/gc/jupyter_notebook.py
|
|
|
|
jobs:
|
|
|
|
- template: /eng/performance/gc_jobs.yml
|
|
parameters:
|
|
osName: windows
|
|
osVersion: RS5
|
|
architecture: x64
|
|
pool:
|
|
vmImage: windows-2019
|
|
kind: scenarios
|
|
queue: Windows.10.Amd64.ClientRS5.Open |