Skip to content

Commit 397234a

Browse files
authored
Merge branch 'main' into user/maheeraeron/efi-diagnostics
2 parents 6502fea + 76b457c commit 397234a

File tree

366 files changed

+15166
-10444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

366 files changed

+15166
-10444
lines changed

.config/nextest.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ fail-fast = false
2828
path = "junit.xml"
2929
store-success-output = "true"
3030

31+
[[profile.ci.overrides]]
32+
# allow loom based tests more time, as they take a while
33+
filter = 'test(loom)'
34+
slow-timeout = { period = "30s", terminate-after = 2 }
35+
3136
[[profile.ci.overrides]]
3237
# use fuzzy-matching for the package() to allow out-of-tree tests to use the
3338
# same profile

.flowey.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ cmd = ["ci", "checkin-gates", "--config=pr"]
88
[[pipeline.flowey_hvlite.github]]
99
file = ".github/workflows/openvmm-ci.yaml"
1010
cmd = ["ci", "checkin-gates", "--config=ci"]
11+
12+
[[pipeline.flowey_hvlite.github]]
13+
file = ".github/workflows/openvmm-docs-ci.yaml"
14+
cmd = ["ci", "build-docs", "--config=ci"]
15+
16+
[[pipeline.flowey_hvlite.github]]
17+
file = ".github/workflows/openvmm-docs-pr.yaml"
18+
cmd = ["ci", "build-docs", "--config=pr"]

.github/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ Guide:
44

55
release_2411:
66
- base-branch: 'release/2411'
7+
8+
release_2505:
9+
- base-branch: 'release/2505'

.github/scripts/add_unsafe_reviewers/add-unsafe-reviewers.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/scripts/add_unsafe_reviewers/requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)