fix: CI unit test (envtest version)#1375
Conversation
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
|
/retest |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, mateusoliveira43, sseago The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override ci/prow/4.12-e2e-test-aws |
|
@mateusoliveira43: Overrode contexts on behalf of mateusoliveira43: ci/prow/4.12-e2e-test-aws, ci/prow/4.14-e2e-test-azure DetailsIn response to this:
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. |
|
@mateusoliveira43: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/lgtm |
|
/cherry-pick oadp-1.3 |
|
@mateusoliveira43: new pull request created: #1376 DetailsIn response to this:
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. |
|
/cherry-pick oadp-1.2 |
|
@shubham-pampattiwar: #1375 failed to apply on top of branch "oadp-1.2": DetailsIn response to this:
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. |
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com> (cherry picked from commit 1493a5e)
|
/cherry-pick oadp-1.0 |
|
@mpryc: #1375 failed to apply on top of branch "oadp-1.0": DetailsIn response to this:
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. |
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
|
Cherry pick for oadp-1.0 #1428 |
Why the changes were made
Noted that CI unit-test are breaking. This PR fixes it.
How the changes were made
Checked envtest latest release
go.modfilehttps://github.com/kubernetes-sigs/controller-runtime/blob/e08b286e313e0642b739c7c9bc1d31d7bb333d2f/tools/setup-envtest/go.mod#L3
Its format is not supported by Go version 1.20 (which is used by CI)
Changed latest to last release with supported
go.modfile for Go version 1.20How to test the changes made
Run
make testand check CI logs.