kubernetes / test-infra

Test infrastructure for the Kubernetes project.
Apache License 2.0
3.83k stars 2.65k forks source link

[e2e-ci-kubernetes-e2e-al2023-aws-serial-canary] Redo specifying multiple packages #32920

Closed dims closed 3 months ago

dims commented 3 months ago

In https://github.com/kubernetes/test-infra/pull/32900/commits/35cf7c0e44640cb9103c6e807ce0e5e92ff7ce35, tried specifying multiple packages using a comma "--set=spec.packages=nfs-utils,git", that did not work and let to a failure in the logs like the following:

W0707 12:11:14.175439   14594 state.go:46] failed to run /home/prow/go/src/k8s.io/kops/_rundir/03b8806d-616b-4169-843b-c884d53a6c73/kops get cluster e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io -ojson; stderr=Error: cluster not found "e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io"
I0707 12:11:14.175495   14594 http.go:37] curl https://ip.jsb.workers.dev
I0707 12:11:14.360162   14594 up.go:219] /home/prow/go/src/k8s.io/kops/_rundir/03b8806d-616b-4169-843b-c884d53a6c73/kops create cluster --name e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io --cloud aws --kubernetes-version https://storage.googleapis.com/k8s-release-dev/ci/v1.31.0-alpha.3.67+07cc20a7509e73 --ssh-public-key /tmp/kops/e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io/id_ed25519.pub --set cluster.spec.nodePortAccess=0.0.0.0/0 --set spec.containerd.configAdditions=plugins."io.containerd.grpc.v1.cri".containerd.runtimes.test-handler.runtime_type=io.containerd.runc.v2 --image=137112412989/al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 --channel=alpha --networking=kubenet --node-volume-size=100 --set=spec.packages=nfs-utils,git --discovery-store=s3://k8s-kops-prow/discovery --admin-access 34.42.199.231/32 --master-count 1 --master-size c5.large --master-volume-size 48 --node-count 4 --zones us-east-2a
Flag --master-count has been deprecated, use --control-plane-count instead
Flag --master-size has been deprecated, use --control-plane-size instead
Flag --master-volume-size has been deprecated, use --control-plane-volume-size instead
I0707 12:11:14.430838   14641 create_cluster.go:880] Using SSH public key: /tmp/kops/e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io/id_ed25519.pub
I0707 12:11:14.762792   14641 new_cluster.go:1454] Cloud Provider ID: "aws"
Error: unhandled field: "git"

So trying to explicitly specify multiple times in this PR instead.

dims commented 3 months ago

/assign @upodroid @ameukam

k8s-ci-robot commented 3 months ago

[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: - ~~[config/jobs/kubernetes/kops/OWNERS](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/kops/OWNERS)~~ [dims,upodroid] 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 commented 3 months ago

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

In response to [this](https://github.com/kubernetes/test-infra/pull/32920): >In https://github.com/kubernetes/test-infra/pull/32900/commits/35cf7c0e44640cb9103c6e807ce0e5e92ff7ce35, tried specifying multiple packages using a comma `"--set=spec.packages=nfs-utils,git"`, that did not work and let to a failure in the logs like the following: > >``` >W0707 12:11:14.175439 14594 state.go:46] failed to run /home/prow/go/src/k8s.io/kops/_rundir/03b8806d-616b-4169-843b-c884d53a6c73/kops get cluster e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io -ojson; stderr=Error: cluster not found "e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io" >I0707 12:11:14.175495 14594 http.go:37] curl https://ip.jsb.workers.dev >I0707 12:11:14.360162 14594 up.go:219] /home/prow/go/src/k8s.io/kops/_rundir/03b8806d-616b-4169-843b-c884d53a6c73/kops create cluster --name e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io --cloud aws --kubernetes-version https://storage.googleapis.com/k8s-release-dev/ci/v1.31.0-alpha.3.67+07cc20a7509e73 --ssh-public-key /tmp/kops/e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io/id_ed25519.pub --set cluster.spec.nodePortAccess=0.0.0.0/0 --set spec.containerd.configAdditions=plugins."io.containerd.grpc.v1.cri".containerd.runtimes.test-handler.runtime_type=io.containerd.runc.v2 --image=137112412989/al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 --channel=alpha --networking=kubenet --node-volume-size=100 --set=spec.packages=nfs-utils,git --discovery-store=s3://k8s-kops-prow/discovery --admin-access 34.42.199.231/32 --master-count 1 --master-size c5.large --master-volume-size 48 --node-count 4 --zones us-east-2a >Flag --master-count has been deprecated, use --control-plane-count instead >Flag --master-size has been deprecated, use --control-plane-size instead >Flag --master-volume-size has been deprecated, use --control-plane-volume-size instead >I0707 12:11:14.430838 14641 create_cluster.go:880] Using SSH public key: /tmp/kops/e2e-e2e-ci-kubernetes-e2e-al2023-aws-serial-canary.test-cncf-aws.k8s.io/id_ed25519.pub >I0707 12:11:14.762792 14641 new_cluster.go:1454] Cloud Provider ID: "aws" >Error: unhandled field: "git" >``` > >So trying to explicitly specify multiple times in this PR instead. Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.