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

feat: add verify-conformance ProwJob periodics #33376

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BobyMCbobs
Copy link
Member

@BobyMCbobs BobyMCbobs commented Aug 27, 2024

adds periodic ProwJobs to replace verify-conformance GitHub Actions

Why is this needed?

GitHub Actions can no longer update content due to an organization policy

Screenshot 2024-08-30 at 09 16 02

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/config Issues or PRs related to code in /config area/jobs sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 27, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: BobyMCbobs
Once this PR has been reviewed and has the lgtm label, please assign priyankasaggu11929 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@BobyMCbobs BobyMCbobs force-pushed the add-verify-conformance-prowjobs-to-replace-gh-actions branch 2 times, most recently from 8d1aaed to 95c0abe Compare August 27, 2024 22:56
adds periodic ProwJobs to replace verify-conformance GitHub Actions
@BobyMCbobs BobyMCbobs force-pushed the add-verify-conformance-prowjobs-to-replace-gh-actions branch from 95c0abe to 6b43e4b Compare August 27, 2024 23:24
@BobyMCbobs BobyMCbobs marked this pull request as ready for review August 27, 2024 23:24
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 27, 2024
@k8s-ci-robot
Copy link
Contributor

@BobyMCbobs: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-test-infra-unit-test 6b43e4b link true /test pull-test-infra-unit-test
pull-test-infra-unit-test-race-detector-nonblocking 6b43e4b link false /test pull-test-infra-unit-test-race-detector-nonblocking

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@BobyMCbobs
Copy link
Member Author

According to

{Failed  === RUN   TestK8sInfraTrusted
    jobs_test.go:387: verify-conformance-conformanceyaml-updater defined in ../../jobs/kubernetes-sigs/verify-conformance/trusted/kubernetes-sigs-verify-conformance.yaml may not run in cluster: k8s-infra-prow-build-trusted
    jobs_test.go:387: verify-conformance-stabletxt-updater defined in ../../jobs/kubernetes-sigs/verify-conformance/trusted/kubernetes-sigs-verify-conformance.yaml may not run in cluster: k8s-infra-prow-build-trusted
    jobs_test.go:389: summary:    2/1902 jobs fail to meet k8s-infra-prow-build-trusted CI policy
--- FAIL: TestK8sInfraTrusted (0.02s)
}

this job may require being placed elsewhere.
Given it needs access to a token for a GitHub account to push changes, should it move to the sig-k8s-infra trusted folder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/config Issues or PRs related to code in /config area/jobs cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants