Skip to content

Commit f969d7c

Browse files
authored
Add infra-smoke-tests repository (#1573)
The infra-smoke-tests[^1] repository is an internal tool by the infra-team to implement smoke tests for its cloud-based infrastructure. [^1]: https://github.com/rust-lang/infra-smoke-tests
1 parent 59ddc2b commit f969d7c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
org = "rust-lang"
2+
name = "infra-smoke-tests"
3+
description = "Smoke tests for the infrastructure of the Rust project"
4+
bots = ["renovate"]
5+
6+
[access.teams]
7+
infra = "write"
8+
9+
[[branch-protections]]
10+
pattern = "main"
11+
required-approvals = 0
12+
ci-checks = [
13+
"Check Markdown style",
14+
"Check JSON style",
15+
"Check Rust style",
16+
"Check YAML style",
17+
"Lint Markdown files",
18+
"Lint Rust code",
19+
"Lint YAML files",
20+
"Run tests",
21+
]

0 commit comments

Comments
 (0)