-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[WIP] [DNR] PR: Test for github action retest #8844
[WIP] [DNR] PR: Test for github action retest #8844
Conversation
0ebfb0d
to
c6c1b68
Compare
@@ -53,7 +53,7 @@ func latestContractRelease(repo Repository, contract string) (string, error) { | |||
latestMetadata := &clusterctlv1.Metadata{} | |||
codecFactory := serializer.NewCodecFactory(scheme.Scheme) | |||
if err := runtime.DecodeInto(codecFactory.UniversalDecoder(), file, latestMetadata); err != nil { | |||
return latest, nil //nolint:nilerr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make the linter fail
@@ -6,7 +6,7 @@ In this tutorial we'll cover the basics of how to use Cluster API to create one | |||
|
|||
<h1>Warning</h1> | |||
|
|||
If using a [provider] that does not support v1beta1 or v1alpha4 yet, please follow the [release 0.3](https://release-0-3.cluster-api.sigs.k8s.io/user/quick-start.html) or [release 0.4](https://release-0-4.cluster-api.sigs.k8s.io/user/quick-start.html) quickstart instructions instead. | |||
If using a [provider] that does not support v1beta1 or v1alpha4 yet, please follow the [release 0.3](https://release-0-3.cluster-api.sigs.k8s.io/user/quick-.html) or [release 0.4](https://release-0-4.cluster-api.sigs.k8s.io/user/quick-start.html) quickstart instructions instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make the link checker fail
api/v1beta1/machine_types.go
Outdated
@@ -78,6 +78,7 @@ const ( | |||
// MachineSpec defines the desired state of Machine. | |||
type MachineSpec struct { | |||
// ClusterName is the name of the Cluster this object belongs to. | |||
// CHANGE FOR GENERATE ACTION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make the generate job fail
Signed-off-by: killianmuldoon <[email protected]>
c6c1b68
to
9a52fa3
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
/test ? |
@killianmuldoon: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In 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. |
/close |
@killianmuldoon: Closed this PR. In 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. |
No description provided.