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

Run testgrid after deploy. Require instances and os specs from the cli #1796

Merged

Conversation

emosbaugh
Copy link
Member

No description provided.

@@ -106,7 +106,7 @@ type Kubernetes struct {
}

type Kurl struct {
AdditionalNoProxyAddresses []string `json:"additionalNoProxyAddresses,omitempty" yaml:"proxyAddress,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

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

was this intended?

Copy link
Member Author

Choose a reason for hiding this comment

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

Isn't that a bug. It's the wrong yaml tag. Or am I misunderstanding your comment?

Copy link
Member

Choose a reason for hiding this comment

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

I misread the +- 🤦

@@ -0,0 +1,20 @@
- name: ""
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll add

@@ -34,6 +34,9 @@ func generateAllAddOns() ([]kurlv1beta1.InstallerSpec, error) {
return installerSpecs, nil
}

// hack
var previouslyGeneratedNames = []string{}
Copy link
Member

Choose a reason for hiding this comment

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

what's this used for? (I realize it's not new)

Copy link
Member Author

Choose a reason for hiding this comment

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

i have no idea. i moved it closer to where its referenced

@emosbaugh emosbaugh force-pushed the emosbaugh/ch35264/queue-a-testgrid-run-from-github-workflow branch from 91cf1cb to bc40bfd Compare June 29, 2021 20:14
@emosbaugh emosbaugh merged commit cdc89c9 into master Jul 1, 2021
@emosbaugh emosbaugh deleted the emosbaugh/ch35264/queue-a-testgrid-run-from-github-workflow branch July 1, 2021 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants