-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy path.flowey.toml
More file actions
26 lines (20 loc) · 820 Bytes
/
.flowey.toml
File metadata and controls
26 lines (20 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
[[pipeline.flowey_hvlite.github]]
file = ".github/workflows/openvmm-pr.yaml"
cmd = ["ci", "checkin-gates", "--config=pr"]
[[pipeline.flowey_hvlite.github]]
file = ".github/workflows/openvmm-pr-release.yaml"
cmd = ["ci", "checkin-gates", "--config=pr-release"]
[[pipeline.flowey_hvlite.github]]
file = ".github/workflows/openvmm-ci.yaml"
cmd = ["ci", "checkin-gates", "--config=ci"]
[[pipeline.flowey_hvlite.github]]
file = ".github/workflows/openvmm-docs-ci.yaml"
cmd = ["ci", "build-docs", "--config=ci"]
[[pipeline.flowey_hvlite.github]]
file = ".github/workflows/openvmm-docs-pr.yaml"
cmd = ["ci", "build-docs", "--config=pr"]
[[pipeline.flowey_hvlite.ado]]
file = "ci-flowey/openvmm-pr.yaml"
cmd = ["ci", "checkin-gates", "--config=pr"]