Skip to content
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

update status check for cosign and scaffold repo #99

Merged
merged 2 commits into from
Aug 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 37 additions & 2 deletions github-sync/github-data/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,23 @@ repositories:
requiredApprovingReviewCount: 1
requireCodeOwnerReviews: true
statusChecks:
- Check Whitespace
- DCO
- Do Not Submit
- Run PowerShell E2E tests
- Run e2e tests
- Run unit tests (macos-latest)
- Run unit tests (ubuntu-latest)
- Run unit tests (windows-latest)
- Verify Docgen
- build (macos-latest)
- build (ubuntu-latest)
- build (windows-latest)
- dependency-review
- license boilerplate check
- lint
- validate-release-job
- attest / verify-attestation test (v1.24.x)
pushRestrictions:
- cosign-codeowners
- name: cosign-gatekeeper-provider
Expand Down Expand Up @@ -1062,10 +1078,29 @@ repositories:
requiredApprovingReviewCount: 1
requireCodeOwnerReviews: true
statusChecks:
- license boilerplate check
- DCO
- Analyze (go)
- Analyze (go)
- CodeQL
- DCO
- Shellcheck
- license boilerplate check
- e2e tests (v1.22.x, fulcio rekor ctlog e2e, true, 1.18)
- e2e tests (v1.22.x, fulcio rekor ctlog e2e, false, 1.18)
- e2e tests (v1.23.x, fulcio rekor ctlog e2e, false, 1.18)
- e2e tests (v1.23.x, fulcio rekor ctlog e2e, true, 1.18)
- e2e tests (v1.24.x, fulcio rekor ctlog e2e, true, 1.18)
- e2e tests (v1.24.x, fulcio rekor ctlog e2e, false, 1.18)
- e2e tests using release (v1.22.x, fulcio rekor ctlog e2e, 1.18)
- e2e tests using release (v1.23.x, fulcio rekor ctlog e2e, 1.18)
- e2e tests using release (v1.24.x, fulcio rekor ctlog e2e, 1.18)
- Test github action (v1.22.x, v0.3.0, 1.18, test github action)
- Test github action (v1.22.x, v0.4.3, 1.18, test github action)
- Test github action with TUF (v1.22.x, latest-release, 1.18, test github action with TUF)
- Test github action with TUF (v1.23.x, latest-release, 1.18, test github action with TUF)
- Test github action with TUF (v1.24.x, latest-release, 1.18, test github action with TUF)
- Test github action with TUF (v1.22.x, v0.4.2, 1.18, test github action with TUF)
- Test github action with TUF (v1.23.x, v0.4.2, 1.18, test github action with TUF)
- Test github action with TUF (v1.24.x, v0.4.2, 1.18, test github action with TUF)
pushRestrictions:
- scaffolding-codeowners
- name: sget
Expand Down