Skip to content

Update kubetest2 version #1911

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

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

pwschuurman
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change
/kind bug
/kind cleanup
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it: Update kubetest2 to a newer version for CI testgrid. This bumps kt2 to a version from December 16, 2024: kubernetes-sigs/kubetest2@22d5b14

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 22, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pwschuurman

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

The pull request process is described 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

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 22, 2025
@pwschuurman pwschuurman force-pushed the update-kt2-version branch 2 times, most recently from 162845e to 4140e8e Compare January 22, 2025 05:13
@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 22, 2025
@pwschuurman
Copy link
Contributor Author

Tested that the integration test failed with the same error for CI here: https://storage.googleapis.com/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_gcp-compute-persistent-disk-csi-driver/1912/pull-gcp-compute-persistent-disk-csi-driver-kubernetes-integration/1881933300562399232/build-log.txt

I0122 05:43:20.194362    8869 utils.go:15] Running Tests
I0122 05:43:20.194382    8869 utils.go:16] cmd env=[]
I0122 05:43:20.194390    8869 utils.go:17] cmd args=[kubetest2 gce --run-id=c49bd01c-e148-43dc-8922-df03a804a2b4 --test=ginkgo --legacy-mode --repo-root=/tmp/gcp-pd-driver-tmp837821613/kubernetes --artifacts=/logs/artifacts/pd-volumesnapshotclass -- --test-package-marker=stable-1.32.txt --focus-regex=Driver:\s*csi-gcepd.*Feature:(VolumeSnapshotDataSource) --skip-regex=\[Disruptive\]|\[Serial\]|csi-gcepd-sc-xfs.*provisioning.should.provision.storage.with.mount.options --parallel=4 --test-args=--storage.testdriver=/home/prow/go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/k8s-integration/config/test-config.yaml ]
I0122 05:43:20.225465   59964 app.go:61] RunDir for this run: "/logs/artifacts/pd-volumesnapshotclass/c49bd01c-e148-43dc-8922-df03a804a2b4"
I0122 05:43:20.226549   59964 app.go:120] ID for this run: "c49bd01c-e148-43dc-8922-df03a804a2b4"
I0122 05:43:20.239830   59983 ginkgo.go:120] Using kubeconfig at /root/.kube/config
F0122 05:43:21.707787   59983 ginkgo.go:215] failed to run ginkgo tester: failed to get ginkgo test package from published releases: failed to get latest release name: exit status 1

And then validated that this version of kubetest2 works with K8s 1.32:

I0122 06:08:40.178965   17240 utils.go:15] Running Tests
I0122 06:08:40.178999   17240 utils.go:16] cmd env=[]
I0122 06:08:40.179007   17240 utils.go:17] cmd args=[kubetest2 gce --run-id=76877a5a-c39c-4862-87fa-52a54e829bce --test=ginkgo --legacy-mode --repo-root=/tmp/gcp-pd-driver-tmp1973561977/kubernetes --artifacts=/logs/artifacts/hdb-volumeattributesclass -- --test-package-marker=stable-1.32.txt --focus-regex=Driver:\s*csi-gcepd.*Feature:(VolumeAttributesClass) --skip-regex=\[Disruptive\]|\[Serial\]|csi-gcepd-sc-xfs.*provisioning.should.provision.storage.with.mount.options --parallel=4 --test-args=--storage.testdriver=/home/prow/go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/k8s-integration/config/test-config.yaml ]
I0122 06:08:40.280438   68168 app.go:61] The files in RunDir shall not be part of Artifacts
I0122 06:08:40.280469   68168 app.go:62] pass rundir-in-artifacts flag True for RunDir to be part of Artifacts
I0122 06:08:40.280488   68168 app.go:64] RunDir for this run: "/home/prow/go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/deploy/kubernetes/overlays/dev/_rundir/76877a5a-c39c-4862-87fa-52a54e829bce"
I0122 06:08:40.281549   68168 app.go:136] ID for this run: "76877a5a-c39c-4862-87fa-52a54e829bce"
I0122 06:08:40.338033   68191 ginkgo.go:131] Using kubeconfig at /root/.kube/config

@pwschuurman
Copy link
Contributor Author

/retest

@pwschuurman
Copy link
Contributor Author

/assign @amacaskill

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 23, 2025
@pwschuurman
Copy link
Contributor Author

/retest

@pwschuurman
Copy link
Contributor Author

/retest

3 similar comments
@pwschuurman
Copy link
Contributor Author

/retest

@pwschuurman
Copy link
Contributor Author

/retest

@pwschuurman
Copy link
Contributor Author

/retest

@amacaskill
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 24, 2025
@k8s-ci-robot k8s-ci-robot merged commit 99542b0 into kubernetes-sigs:master Jan 24, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants