Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PERF] Move performance testing YAML from dotnet/runtime to dotnet/performance #111454

Merged
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7f83cf4
Move runtime yaml to performance
caaavik-msft Jan 2, 2025
1e7256e
Fix yaml path
caaavik-msft Jan 2, 2025
8b1858f
Fix extends template parameters
caaavik-msft Jan 2, 2025
6137e70
Try to fix invalid stages
caaavik-msft Jan 2, 2025
3c1e8a0
Try defining resource in root template
caaavik-msft Jan 2, 2025
d9aff6b
Change default branch during testing
caaavik-msft Jan 6, 2025
0af4673
Use additionalJobIdentifier
caaavik-msft Jan 7, 2025
6b17bde
Use correct checkout paths
caaavik-msft Jan 8, 2025
be8e0a1
Ensure isScenario is passed in for ios_scenarios
caaavik-msft Jan 8, 2025
801957c
Merge branch 'main' into caaavik/move-runtime-yaml-to-performance
caaavik-msft Jan 8, 2025
1b334a9
Remove perfBranch now that we can set branch in Run pipeline dialog
caaavik-msft Jan 8, 2025
e90805b
Set default ref during testing
caaavik-msft Jan 8, 2025
ad0cd4b
Move all job listings to performance repository
caaavik-msft Jan 15, 2025
fda5a66
Merge branch 'main' into caaavik/move-runtime-yaml-to-performance
caaavik-msft Jan 15, 2025
ff7c214
Fix template conditions
caaavik-msft Jan 15, 2025
640901e
Fix perf_slow pipeline
caaavik-msft Jan 15, 2025
7e2da17
Use new paths for yamls in performance repo
caaavik-msft Jan 15, 2025
639ad20
Move all remaining perf templates to performance directory
caaavik-msft Jan 21, 2025
f9a62e0
Fix missing parameters
caaavik-msft Jan 24, 2025
0c67e27
Update all remaining references from old paths to new paths. Add comm…
caaavik-msft Jan 30, 2025
00e858e
Remove clr subsets from mono build jobs
caaavik-msft Jan 30, 2025
3987e4b
Merge branch 'main' into caaavik/move-runtime-yaml-to-performance
caaavik-msft Jan 30, 2025
66a41db
Fix capitalization of true
caaavik-msft Jan 30, 2025
3f2238f
Change public CI job to point to fork during testing
caaavik-msft Jan 30, 2025
3a47ebb
Revert removing clr subsets from mono builds. Reset repository resour…
caaavik-msft Jan 31, 2025
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
1 change: 0 additions & 1 deletion eng/pipelines/common/evaluate-default-paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ parameters:
eng/pipelines/coreclr/templates/perf-job.yml
eng/pipelines/coreclr/templates/*-perf-*
eng/pipelines/coreclr/templates/run-perf*
eng/pipelines/coreclr/templates/run-scenarios-job.yml
caaavik-msft marked this conversation as resolved.
Show resolved Hide resolved
eng/testing/performance/*
]

Expand Down
Loading
Loading