Skip to content

kubernetes-csi 1.20, II#20596

Merged
k8s-ci-robot merged 2 commits into
kubernetes:masterfrom
pohly:kubernetes-csi-1.20
Jan 25, 2021
Merged

kubernetes-csi 1.20, II#20596
k8s-ci-robot merged 2 commits into
kubernetes:masterfrom
pohly:kubernetes-csi-1.20

Conversation

@pohly

@pohly pohly commented Jan 25, 2021

Copy link
Copy Markdown
Contributor

pohly added 2 commits January 25, 2021 20:44
While the patch number no longer matters for the cluster setup, it's
still needed for checking out the E2E tests of the Kubernetes release:

Mon Jan 25 18:57:32 UTC 2021 go1.15.5 /home/prow/go/src/k8s.io/kubernetes$ git checkout v1.17
error: pathspec 'v1.17' did not match any file(s) known to git
ERROR: checking out https://github.com/kubernetes/kubernetes v1.17 failed

We could go back to specifying Kubernetes releases with
major/minor/patch number inside the gen-jobs.sh script. But so far
tests typically haven't been updated after the initial release, so
appending .0 seems simpler than that.
Although jobs for 1.20 are not required to succeed, they do run
automatically and 1.17 is not supported anymore. Therefore we can
limit the testing to the last three releases and drop 1.17.
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. area/config Issues or PRs related to code in /config labels Jan 25, 2021
@k8s-ci-robot k8s-ci-robot added area/jobs sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Jan 25, 2021
@pohly

pohly commented Jan 25, 2021

Copy link
Copy Markdown
Contributor Author

/assign @msau42

@msau42 msau42 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm
/approve

# by periodic jobs (see https://k8s-testgrid.appspot.com/sig-storage-csi-ci#Summary).
- name: CSI_PROW_KUBERNETES_VERSION
value: "$kubernetes"
value: "$kubernetes.0"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This might be ok for now, but sometimes there are bug fixes or changes to tests made in patch versions that we may want.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes. Addressing that then will be a bigger change to the gen-jobs.sh script again - more that I wanted to tackle now.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 25, 2021
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: msau42, pohly

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

The pull request process is described 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 the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 25, 2021
@k8s-ci-robot k8s-ci-robot merged commit eb8e608 into kubernetes:master Jan 25, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.21 milestone Jan 25, 2021
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

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

  • key csi-driver-host-path-config.yaml using file config/jobs/kubernetes-csi/csi-driver-host-path/csi-driver-host-path-config.yaml
  • key external-attacher-config.yaml using file config/jobs/kubernetes-csi/external-attacher/external-attacher-config.yaml
  • key external-provisioner-config.yaml using file config/jobs/kubernetes-csi/external-provisioner/external-provisioner-config.yaml
  • key external-resizer-config.yaml using file config/jobs/kubernetes-csi/external-resizer/external-resizer-config.yaml
  • key external-snapshotter-config.yaml using file config/jobs/kubernetes-csi/external-snapshotter/external-snapshotter-config.yaml
  • key livenessprobe-config.yaml using file config/jobs/kubernetes-csi/livenessprobe/livenessprobe-config.yaml
  • key node-driver-registrar-config.yaml using file config/jobs/kubernetes-csi/node-driver-registrar/node-driver-registrar-config.yaml
Details

In response to this:

This is a update for #20559 which fixes two things:

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/testing Categorizes an issue or PR as relevant to SIG Testing. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants