Skip to content

[WIP][mono][infra] Experiments with runtime-extra-platforms pipeline #100389

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

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
37135c3
disable runtime and linker pipelines
matouskozak Mar 28, 2024
4f8fdae
add runtime-extra-platforms to BuildAnalysis
matouskozak Mar 28, 2024
2669ba9
run runtime-extra-platforms automatically on PRs
matouskozak Mar 28, 2024
6756675
disable dev innerloop
matouskozak Mar 28, 2024
ae448dd
Revert "run runtime-extra-platforms automatically on PRs"
matouskozak Mar 28, 2024
1c386bb
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Mar 29, 2024
93a28c9
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 2, 2024
68a788e
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 3, 2024
676dc76
replace runtime.yml with runtime-extra-platforms
matouskozak Apr 4, 2024
989f4fb
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 4, 2024
a66f374
Revert "replace runtime.yml with runtime-extra-platforms"
matouskozak Apr 4, 2024
c9cc686
Merge branch 'infra/daily-extra-platforms' of github.com:matouskozak/…
matouskozak Apr 4, 2024
274d76e
run extra-plafrom on PRs
matouskozak Apr 4, 2024
1717584
Revert "run extra-plafrom on PRs"
matouskozak Apr 4, 2024
648d44b
replace runtime.yml with runtime-extra-platforms
matouskozak Apr 4, 2024
404ee93
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 5, 2024
d1baba2
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 6, 2024
b4aef98
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 8, 2024
94fcbff
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 8, 2024
ef5327a
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 10, 2024
b9a5728
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 11, 2024
bcf1ecc
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 15, 2024
9df4d4d
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 16, 2024
0965b9b
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 17, 2024
21b8938
git pMerge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 25, 2024
9bd565c
comment out runtime instead of replace
matouskozak Apr 25, 2024
5ac99c8
Merge branch 'main' into infra/daily-extra-platforms
matouskozak Apr 25, 2024
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
39 changes: 20 additions & 19 deletions eng/pipelines/global-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@

trigger: none

pr:
branches:
include:
- main
- release/*.*
paths:
include:
- '*'
- eng/pipelines/global-build.yml
exclude:
- '**.md'
- .devcontainer/*
- .github/*
- docs/*
- eng/pipelines/coreclr/*.*
- eng/pipelines/libraries/*.*
- eng/pipelines/installer/*.*
- PATENTS.TXT
- THIRD-PARTY-NOTICES.TXT
pr: none
# pr:
# branches:
# include:
# - main
# - release/*.*
# paths:
# include:
# - '*'
# - eng/pipelines/global-build.yml
# exclude:
# - '**.md'
# - .devcontainer/*
# - .github/*
# - docs/*
# - eng/pipelines/coreclr/*.*
# - eng/pipelines/libraries/*.*
# - eng/pipelines/installer/*.*
# - PATENTS.TXT
# - THIRD-PARTY-NOTICES.TXT

variables:
- template: /eng/pipelines/common/variables.yml
Expand Down
35 changes: 18 additions & 17 deletions eng/pipelines/runtime-linker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,24 @@ schedules:
- main
always: false # run only if there were changes since the last successful scheduled run.

pr:
branches:
include:
- main
- release/*.*
paths:
include:
- '*'
exclude:
- '**.md'
- eng/Version.Details.xml
- .devcontainer/*
- .github/*
- docs/*
- LICENSE.TXT
- PATENTS.TXT
- THIRD-PARTY-NOTICES.TXT
pr: none
# pr:
# branches:
# include:
# - main
# - release/*.*
# paths:
# include:
# - '*'
# exclude:
# - '**.md'
# - eng/Version.Details.xml
# - .devcontainer/*
# - .github/*
# - docs/*
# - LICENSE.TXT
# - PATENTS.TXT
# - THIRD-PARTY-NOTICES.TXT

variables:
- template: /eng/pipelines/common/variables.yml
Expand Down
Loading
Loading