We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e80bd commit 3f52d32Copy full SHA for 3f52d32
.asf.yaml
@@ -52,7 +52,12 @@ github:
52
strict: true
53
# contexts are the names of checks that must pass.
54
contexts:
55
- - build_and_unit_test
+ - Build Cloudberry From Source
56
+ - Cloudberry-backup Tests (unit)
57
+ - Cloudberry-backup Tests (integration)
58
+ - Cloudberry-backup Tests (end_to_end)
59
+ - Cloudberry-backup Tests (s3_plugin_e2e)
60
+ - Cloudberry-backup Tests (regression)
61
required_pull_request_reviews:
62
dismiss_stale_reviews: false
63
required_approving_review_count: 1
.github/workflows/build_and_unit_test.yml
0 commit comments