-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
releng: Remove 1.14 jobs, shift beta version marker, and regenerate tests #15875
Conversation
Ughhhh. I'm gaining an even deeper appreciation for the work @Katharine did to get us to the point we are at today with the release branches and job generation. I think I know what this next failure is about. Time to poke at the config-rotator. |
LGTM on the but was waiting for 1.17.1 to come out. thanks. |
This is about to fail again. Here's what I got locally: $ time bazel test //config/...
INFO: Analyzed 3 targets (1 packages loaded, 981 targets configured).
INFO: Found 3 test targets...
FAIL: //config/tests/testgrids:go_default_test (see /home/augustus/.cache/bazel/_bazel_augustus/e12d25d9a9ef0205fe09fd32cbe17129/execroot/io_k8s_test_infra/bazel-out/k8-fastbuild/testlogs/config/tests/testgrids/go_default_test/test.log)
INFO: From Testing //config/tests/testgrids:go_default_test:
==================== Test output for //config/tests/testgrids:go_default_test:
--- FAIL: TestConfig (0.01s)
config_test.go:228: Dashboard wg-resource-management, tab gce-device-plugin-gpu-1.12: - Testgroup ci-kubernetes-e2e-gce-device-plugin-gpu-beta must be defined first
config_test.go:187: Dashboard sig-node-cri-1.12: - Must have more than one dashboardtab
config_test.go:328: Testgroup ci-kubernetes-node-kubelet-features-beta - defined but not used in any dashboards.
config_test.go:328: Testgroup ci-kubernetes-node-kubelet-beta - defined but not used in any dashboards.
config_test.go:333: Note: Testgroups are automatically defined for postsubmits and periodics.
config_test.go:334: Testgroups can be added to a dashboard either by using the `testgrid-dashboards` annotation on the prowjob, or by adding them to testgrid/config.yaml
--- FAIL: TestKubernetesProwInstanceJobsMustHaveMatchingTestgridEntries (1.90s)
config_test.go:436: Testgrid group ci-kubernetes-node-kubelet-beta does not have a matching jenkins or prow job
config_test.go:436: Testgrid group ci-kubernetes-node-kubelet-features-beta does not have a matching jenkins or prow job
FAIL
================================================================================
INFO: Elapsed time: 5.614s, Critical Path: 2.30s
INFO: 2 processes: 2 linux-sandbox.
INFO: Build completed, 1 test FAILED, 2 total actions
//config/tests/jobs:go_default_test (cached) PASSED in 3.1s
//config/tests/lint:go_default_test (cached) PASSED in 1.1s
//config/tests/testgrids:go_default_test FAILED in 2.1s
/home/augustus/.cache/bazel/_bazel_augustus/e12d25d9a9ef0205fe09fd32cbe17129/execroot/io_k8s_test_infra/bazel-out/k8-fastbuild/testlogs/config/tests/testgrids/go_default_test/test.log
Executed 1 out of 3 tests: 2 tests pass and 1 fails locally.
INFO: Build completed, 1 test FAILED, 2 total actions
real 0m5.650s
user 0m0.017s
sys 0m0.017s Looks like there are some more old jobs to prune/reconfigure. |
PR now includes a cleanup of the testgrid annotations for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@justaugustus why are 1.14 jobs being removed at this time? |
f1046db
to
928518f
Compare
(#15921 is the last one to rebase out of this, once it's approved.) |
All of the commits that I've peeled off of this PR have merged as individual PRs (list above). cc: @tpepper |
(This should merge after #15564.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: cpanato, justaugustus, saschagrunert 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 |
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
Signed-off-by: Stephen Augustus <[email protected]>
New changes are detected. LGTM label has been removed. |
Rebased now that #15564 is merged. /hold cancel |
@justaugustus: The following test failed, say
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/test-infra repository. I understand the commands that are listed here. |
Aha, my comment on another PR rears its' head again:
I'm not sure why this hasn't failed on other PRs (that I've seen), but I can work on fixing it up here. |
Given that the branch cut is around the corner and I'd like the Branch Managers (@cpanato, @saschagrunert) to get familiar with the process, we'll continue as-is and I'll close this out. /close |
@justaugustus: Closed this PR. In response to this:
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/test-infra repository. |
@justaugustus: PR needs rebase. 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/test-infra repository. |
Fixes: #15514, fixes: kubernetes/kubernetes#87111 (cc: @kubernetes/ci-signal)
For Release Engineering bits:
/assign @Katharine @tpepper @cpanato @saschagrunert
For kind:
/assign @BenTheElder @aojea
cc: @kubernetes/release-engineering
/priority critical-urgent