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

Add missing stage in gce-storage/gce-csi presubmits #32094

Conversation

dims
Copy link
Member

@dims dims commented Feb 28, 2024

found in kubernetes/kubernetes#123529

see example failed log:
https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/123529/pull-kubernetes-e2e-gce-csi-serial/1762731324134658048/build-log.txt

2024/02/28 07:05:21 process.go:155: Step 'make -C /home/prow/go/src/k8s.io/kubernetes quick-release' finished in 15m29.05255974s
2024/02/28 07:05:21 util.go:263: Flushing memory.
2024/02/28 07:05:27 process.go:96: Saved XML output to /logs/artifacts/junit_runner.xml.
2024/02/28 07:05:27 process.go:153: Running: bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"
2024/02/28 07:05:29 process.go:155: Step 'bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"' finished in 1.471509865s
2024/02/28 07:05:29 main.go:324: Something went wrong: failed to acquire k8s binaries: open /home/prow/go/src/k8s.io/kubernetes/_output/gcs-stage: no such file or directory
Traceback (most recent call last):
  File "/workspace/scenarios/kubernetes_e2e.py", line 391, in <module>
    main(parse_args())
  File "/workspace/scenarios/kubernetes_e2e.py", line 307, in main
    mode.start(runner_args)
  File "/workspace/scenarios/kubernetes_e2e.py", line 136, in start
    check_env(env, self.command, *args)
  File "/workspace/scenarios/kubernetes_e2e.py", line 57, in check_env
    subprocess.check_call(cmd, env=env)
  File "/usr/lib/python3.11/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '('kubetest', '--dump=/logs/artifacts', '--gcp-service-account=/etc/service-account/service-account.json', '--build=quick', '--up', '--down', '--test', '--provider=gce', '--cluster=e2e-22e9fdf1b3-930d0', '--gcp-network=e2e-22e9fdf1b3-930d0', '--extract=local', '--gcp-node-image=gci', '--gcp-zone=us-west1-b', '--test_args=--ginkgo.focus=CSI.*(\\[Serial\\]|\\[Disruptive\\]) --ginkgo.skip=\\[Flaky\\]|\\[Feature:.+\\]|\\[Slow\\] --minStartupPods=8', '--timeout=150m')' returned non-zero exit status 1.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. area/config Issues or PRs related to code in /config area/jobs sig/storage Categorizes an issue or PR as relevant to SIG Storage. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Feb 28, 2024
@dims
Copy link
Member Author

dims commented Feb 28, 2024

/assign @ameukam @upodroid @xing-yang

@@ -45,6 +45,7 @@ presubmits:
- --gcp-zone=us-west1-b
- --ginkgo-parallel=30
- --provider=gce
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-storage-slow
Copy link
Member

Choose a reason for hiding this comment

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

Are we tracking the recreation of this bucket in a community owned GCP project? This bucket is not in a kubernetes.io GCP project.

Copy link
Member Author

Choose a reason for hiding this comment

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

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 28, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dims, upodroid

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

@ameukam
Copy link
Member

ameukam commented Feb 28, 2024

IIRC, I think we want to stop the usage of this bucket: kubernetes/k8s.io#1526.

@dims
Copy link
Member Author

dims commented Feb 28, 2024

IIRC, I think we want to stop the usage of this bucket: kubernetes/k8s.io#1526.

ACK @ameukam we should do it in bulk for sure

@k8s-ci-robot k8s-ci-robot merged commit cb07082 into kubernetes:master Feb 28, 2024
7 checks passed
@k8s-ci-robot
Copy link
Contributor

@dims: Updated the job-config configmap in namespace default at cluster test-infra-trusted using the following files:

  • key sig-storage-gce-config.yaml using file config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml

In response to this:

found in kubernetes/kubernetes#123529

see example failed log:
https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/123529/pull-kubernetes-e2e-gce-csi-serial/1762731324134658048/build-log.txt

2024/02/28 07:05:21 process.go:155: Step 'make -C /home/prow/go/src/k8s.io/kubernetes quick-release' finished in 15m29.05255974s
2024/02/28 07:05:21 util.go:263: Flushing memory.
2024/02/28 07:05:27 process.go:96: Saved XML output to /logs/artifacts/junit_runner.xml.
2024/02/28 07:05:27 process.go:153: Running: bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"
2024/02/28 07:05:29 process.go:155: Step 'bash -c . hack/lib/version.sh && KUBE_ROOT=. kube::version::get_version_vars && echo "${KUBE_GIT_VERSION-}"' finished in 1.471509865s
2024/02/28 07:05:29 main.go:324: Something went wrong: failed to acquire k8s binaries: open /home/prow/go/src/k8s.io/kubernetes/_output/gcs-stage: no such file or directory
Traceback (most recent call last):
 File "/workspace/scenarios/kubernetes_e2e.py", line 391, in <module>
   main(parse_args())
 File "/workspace/scenarios/kubernetes_e2e.py", line 307, in main
   mode.start(runner_args)
 File "/workspace/scenarios/kubernetes_e2e.py", line 136, in start
   check_env(env, self.command, *args)
 File "/workspace/scenarios/kubernetes_e2e.py", line 57, in check_env
   subprocess.check_call(cmd, env=env)
 File "/usr/lib/python3.11/subprocess.py", line 413, in check_call
   raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '('kubetest', '--dump=/logs/artifacts', '--gcp-service-account=/etc/service-account/service-account.json', '--build=quick', '--up', '--down', '--test', '--provider=gce', '--cluster=e2e-22e9fdf1b3-930d0', '--gcp-network=e2e-22e9fdf1b3-930d0', '--extract=local', '--gcp-node-image=gci', '--gcp-zone=us-west1-b', '--test_args=--ginkgo.focus=CSI.*(\\[Serial\\]|\\[Disruptive\\]) --ginkgo.skip=\\[Flaky\\]|\\[Feature:.+\\]|\\[Slow\\] --minStartupPods=8', '--timeout=150m')' returned non-zero exit status 1.

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.

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. 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. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/storage Categorizes an issue or PR as relevant to SIG Storage. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants