Skip to content

Conversation

@drewhagen
Copy link
Member

Updated the jobs for the 1.34 rc (kubernetes/sig-release#2826).

This should not be merged in until #35275 is merged.

/cc @kubernetes/release-managers @mbianchidev

@k8s-ci-robot
Copy link
Contributor

@drewhagen: GitHub didn't allow me to request PR reviews from the following users: kubernetes/release-managers.

Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

Updated the jobs for the 1.34 rc (kubernetes/sig-release#2826).

This should not be merged in until #35275 is merged.

/cc @kubernetes/release-managers @mbianchidev

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.

@k8s-ci-robot k8s-ci-robot added 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 area/release-eng Issues or PRs related to the Release Engineering subproject size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. area/testgrid labels Aug 7, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

Details 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 sig/release Categorizes an issue or PR as relevant to SIG Release. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Aug 7, 2025
@mbianchidev
Copy link
Member

mbianchidev commented Aug 7, 2025

@drewhagen: 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 ea6316b link true /test pull-test-infra-unit-test
pull-test-infra-unit-test-race-detector-nonblocking ea6316b 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.


couldn't find dashboard "sig-release-1.34-informing" for job "ci-kind-dra-1-34"

Probably it's just a matter of merging prev. PRs

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 7, 2025
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why we generate this since we commented out 1.30 from the config (was stable4)

@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 7, 2025
@drewhagen
Copy link
Member Author

/retest-required

@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Aug 7, 2025

@drewhagen: 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 7200419 link true /test pull-test-infra-unit-test
pull-test-infra-unit-test-race-detector-nonblocking 7200419 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.

Details

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.

if [[ "${GOARCH:-}" == "" ]]; then
HOST_ARCH=$(go env GOARCH)
else
HOST_ARCH="${GOARCH}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fix I added because it fixes an unbound variable error

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❯ GOARCH=arm64 GOOS=darwin make -C releng prepare-release-branch
/Users/drewhagen/Repositories/test-infra/releng/../hack/run-in-python-container.sh pip3 install -r requirements3.txt
Requirement already satisfied: astroid==2.3.3 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 1)) (2.3.3)
Requirement already satisfied: backports.functools_lru_cache==1.6.1 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 2)) (1.6.1)
Requirement already satisfied: configparser==4.0.2 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 3)) (4.0.2)
Requirement already satisfied: chardet==4.0.0 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 4)) (4.0.0)
Requirement already satisfied: isort==4.3.21 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 5)) (4.3.21)
Requirement already satisfied: Jinja2==3.1.5 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 6)) (3.1.5)
Requirement already satisfied: pylint==2.4.4 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 7)) (2.4.4)
Requirement already satisfied: parameterized==0.7.4 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 8)) (0.7.4)
Requirement already satisfied: PyYAML==5.3 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 9)) (5.3)
Requirement already satisfied: requests==2.28.1 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 10)) (2.28.1)
Requirement already satisfied: ruamel.yaml==0.16.5 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 11)) (0.16.5)
Requirement already satisfied: setuptools==44.0.0 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 12)) (44.0.0)
Requirement already satisfied: sh==1.12.14 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 13)) (1.12.14)
Requirement already satisfied: singledispatch==3.4.0.3 in ./.python_virtual_env/lib/python3.9/site-packages (from -r requirements3.txt (line 14)) (3.4.0.3)
Requirement already satisfied: wrapt==1.11.* in ./.python_virtual_env/lib/python3.9/site-packages (from astroid==2.3.3->-r requirements3.txt (line 1)) (1.11.2)
Requirement already satisfied: six~=1.12 in ./.python_virtual_env/lib/python3.9/site-packages (from astroid==2.3.3->-r requirements3.txt (line 1)) (1.17.0)
Requirement already satisfied: lazy-object-proxy==1.4.* in ./.python_virtual_env/lib/python3.9/site-packages (from astroid==2.3.3->-r requirements3.txt (line 1)) (1.4.3)
Requirement already satisfied: MarkupSafe>=2.0 in ./.python_virtual_env/lib/python3.9/site-packages (from Jinja2==3.1.5->-r requirements3.txt (line 6)) (3.0.2)
Requirement already satisfied: mccabe<0.7,>=0.6 in ./.python_virtual_env/lib/python3.9/site-packages (from pylint==2.4.4->-r requirements3.txt (line 7)) (0.6.1)
Requirement already satisfied: certifi>=2017.4.17 in ./.python_virtual_env/lib/python3.9/site-packages (from requests==2.28.1->-r requirements3.txt (line 10)) (2025.8.3)
Requirement already satisfied: charset-normalizer<3,>=2 in ./.python_virtual_env/lib/python3.9/site-packages (from requests==2.28.1->-r requirements3.txt (line 10)) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in ./.python_virtual_env/lib/python3.9/site-packages (from requests==2.28.1->-r requirements3.txt (line 10)) (3.10)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./.python_virtual_env/lib/python3.9/site-packages (from requests==2.28.1->-r requirements3.txt (line 10)) (1.26.20)

[notice] A new release of pip is available: 23.0.1 -> 25.2
[notice] To update, run: pip install --upgrade pip
./run.sh
./run.sh: line 28: HOST_ARCH: unbound variable
make: *** [prepare-release-branch] Error 1

@xmudrii
Copy link
Member

xmudrii commented Aug 8, 2025

@drewhagen @mbianchidev I think we can close this

@k8s-ci-robot
Copy link
Contributor

PR needs rebase.

Details

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.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 8, 2025
@drewhagen drewhagen closed this Aug 8, 2025
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 area/release-eng Issues or PRs related to the Release Engineering subproject area/testgrid cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. sig/release Categorizes an issue or PR as relevant to SIG Release. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants