Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update perf_slow.yml with correct container values
  • Loading branch information
DrewScoggins committed Nov 17, 2021
commit baa5f20cd7b8c981fe517d621eead54c7bc2dcc1
10 changes: 7 additions & 3 deletions eng/pipelines/coreclr/perf_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
jobTemplate: /eng/pipelines/mono/templates/build-job.yml
runtimeFlavor: mono
buildConfig: release
container: ubuntu-18.04-cross-arm64-20211022152824-b2c2436
platforms:
- Linux_arm64

Expand All @@ -47,6 +48,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/common/build-coreclr-and-libraries-job.yml
buildConfig: release
container: ubuntu-18.04-cross-arm64-20211022152824-b2c2436
platforms:
- Linux_arm64
jobParameters:
Expand All @@ -58,6 +60,7 @@ jobs:
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
buildConfig: release
runtimeFlavor: mono
container: ubuntu-18.04-cross-arm64-20211022152824-b2c2436
platforms:
- Linux_arm64
jobParameters:
Expand All @@ -76,6 +79,7 @@ jobs:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: release
runtimeFlavor: mono
container: ubuntu-18.04-cross-arm64-20211022152824-b2c2436
platforms:
- Browser_wasm
jobParameters:
Expand Down Expand Up @@ -110,6 +114,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: release
container: ubuntu-18.04-cross-arm64-20211022152824-b2c2436
runtimeFlavor: mono
platforms:
- Browser_wasm
Expand All @@ -130,6 +135,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: release
container: ubuntu-18.04-cross-arm64-20211022152824-b2c2436
runtimeFlavor: mono
platforms:
- Linux_arm64
Expand All @@ -155,9 +161,7 @@ jobs:
runtimeFlavor: aot
platforms:
- Linux_arm64
container:
image: ubuntu-18.04-cross-20211022152824-f853169
registry: mcr
container: ubuntu-18.04-cross-arm64-20211022152824-b2c2436
jobParameters:
testGroup: perf
liveLibrariesBuildConfig: Release
Expand Down