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

Bug 2043130: Rebase to v3.1.0 for OCP 4.10 #49

Merged
merged 29 commits into from
Jan 24, 2022

Conversation

RomanBednar
Copy link

humblec and others added 29 commits August 10, 2021 15:16
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
```
       backoffDuration = time.Second * 5
       backoffFactor   = 1.2
       backoffSteps    = 10
```

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
 Check error on mockserver start and remove unused clientset arg
Support accepting GA annStorageProvisioner annotation
kubernetes-csi/csi-release-tools@5489de6e7 Merge kubernetes-csi/csi-release-tools#174 from mauriciopoppe/bump-kind-version
kubernetes-csi/csi-release-tools@0c675d4c0 Bump kind version to v0.11.1
kubernetes-csi/csi-release-tools@ef69a88d7 Merge kubernetes-csi/csi-release-tools#173 from nick5616/add-ws2022
kubernetes-csi/csi-release-tools@44c710c5b added WS2022 to build platforms
kubernetes-csi/csi-release-tools@0883be4fa Merge kubernetes-csi/csi-release-tools#171 from pohly/example-commands
kubernetes-csi/csi-release-tools@02cda510c build.make: support binaries outside of cmd, with optional go.mod
kubernetes-csi/csi-release-tools@65922ea24 Merge kubernetes-csi/csi-release-tools#170 from pohly/canary-snapshot-controller
kubernetes-csi/csi-release-tools@c0bdfb3ab prow.sh: deploy canary snapshot-controller in canary jobs
kubernetes-csi/csi-release-tools@0438f15a3 Merge kubernetes-csi/csi-release-tools#167 from c0va23/feature/release-armv7-image
kubernetes-csi/csi-release-tools@4786f4d02 Merge kubernetes-csi/csi-release-tools#168 from msau42/update-release-prereq
kubernetes-csi/csi-release-tools@6a2dc64a1 Remove requirement to be top-level approver. Only maintainers membership is required to do a release
kubernetes-csi/csi-release-tools@30a4f7bb3 Release armv7 image
kubernetes-csi/csi-release-tools@ac8108f12 Merge kubernetes-csi/csi-release-tools#165 from consideRatio/pr/update-github-links-ref-to-master-to-HEAD
kubernetes-csi/csi-release-tools@999b483d6 docs: make github links reference HEAD instead of main
kubernetes-csi/csi-release-tools@fd6706935 docs: make github links reference HEAD instead of master

git-subtree-dir: release-tools
git-subtree-split: 5489de6e743cf8362e5ab8275988cc748d0758b0
ResourceExhausted error can be either returned by gRPC implementation
("message size exceeded") or by CSI driver when it runs out of storage
space.

The external provisioner already assumes that gRPC buffers are big enough
and the error is returned really by the CSI driver. In that case
provisioning cannot be in progress, the CSI driver has evaluated
CreateVolumeRequest and replied it does not have enough space for it.
…exhausted

Consider ResourceExhausted error as a final error.
kubernetes-csi/csi-release-tools@5b9a1e067 Merge kubernetes-csi/csi-release-tools#175 from jimdaga/patch-1
kubernetes-csi/csi-release-tools@5eeb60299 images: use k8s-staging-test-infra/gcb-docker-gcloud

git-subtree-dir: release-tools
git-subtree-split: 5b9a1e06794ddb137ff7e2d565416cc6934ec380
kubernetes-csi/csi-release-tools@a6a1a7979 Merge kubernetes-csi/csi-release-tools#176 from pohly/go-1.17.3
kubernetes-csi/csi-release-tools@0a2cf636c prow.sh: bump Go to 1.17.3
kubernetes-csi/csi-release-tools@fc29fdde5 Merge kubernetes-csi/csi-release-tools#141 from pohly/prune-replace-optional
kubernetes-csi/csi-release-tools@b46691a42 go-get-kubernetes.sh: make replace statement pruning optional

git-subtree-dir: release-tools
git-subtree-split: a6a1a7979bf3ebc2bb10d0e33dd11ab281d6d39e
Signed-off-by: Deepak Kinni <dkinni@vmware.com>
…prov_v1

external-provisioner changes to support PV Deletion protection finalizer
This commit upgrade the kubernetes and other dependencies
to latest versions.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
The workqueue ratelimiting interface have a new method called
ShutDownWithDrain() and this commit adds an unimplemented method
in capacity_test.go for using the rateLimitingQueue as type
workqueue.RateLimitingInterface.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
lift kubernetes and other dependencies to latest versions
…city-timeout

bugfix: get capacity grpc request should have timeout
@openshift-ci openshift-ci bot added the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Jan 21, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jan 21, 2022

@RomanBednar: This pull request references Bugzilla bug 2043130, which is valid. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.10.0) matches configured target release for branch (4.10.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

No GitHub users were found matching the public email listed for the QA contact in Bugzilla (wduan@redhat.com), skipping review request.

In response to this:

Bug 2043130: Rebase to v3.1.0 for OCP 4.10

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.

@openshift-ci openshift-ci bot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Jan 21, 2022
@openshift-ci openshift-ci bot requested review from bertinatto and gnufied January 21, 2022 10:09
@RomanBednar
Copy link
Author

/retest

@jsafrane
Copy link

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 24, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jan 24, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jsafrane, RomanBednar

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 24, 2022
@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

3 similar comments
@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci
Copy link

openshift-ci bot commented Jan 24, 2022

@RomanBednar: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 31de1e1 into openshift:master Jan 24, 2022
@openshift-ci
Copy link

openshift-ci bot commented Jan 24, 2022

@RomanBednar: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with /bugzilla refresh.

Bugzilla bug 2043130 has not been moved to the MODIFIED state.

In response to this:

Bug 2043130: Rebase to v3.1.0 for OCP 4.10

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.

@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

This PR has been included in build csi-provisioner-container-v4.10.0-202305011254.p0.g31de1e1.assembly.stream for distgit csi-provisioner.
All builds following this will include this PR.

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. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.