Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

fail build on missing application name #438

Merged
merged 3 commits into from
Nov 13, 2020

Conversation

moficodes
Copy link
Contributor

fixes #437

fixes formatting of struct

@aws-kf-ci-bot
Copy link

Hi @moficodes. Thanks for your PR.

I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@Tomcli
Copy link
Member

Tomcli commented Nov 10, 2020

/ok-to-test

pkg/kfconfig/loaders/v1.go Outdated Show resolved Hide resolved
pkg/kfconfig/loaders/v1.go Outdated Show resolved Hide resolved
Co-authored-by: Tommy Li <[email protected]>
@Tomcli
Copy link
Member

Tomcli commented Nov 10, 2020

/lgtm

@Tomcli
Copy link
Member

Tomcli commented Nov 10, 2020

/cc @animeshsingh

@Jeffwan
Copy link
Member

Jeffwan commented Nov 13, 2020

/approve

@k8s-ci-robot k8s-ci-robot merged commit 23ae5c1 into kubeflow:master Nov 13, 2020
@@ -845,7 +845,7 @@ func (c *KfConfig) SetApplicationParameter(appName string, paramName string, val
"profiles": KfAppsStackName,
"dex": "dex",
// Spartakus is its own application because we want kfctl to be able to remove it.
"spartakus": "spartakus",
Copy link
Member

Choose a reason for hiding this comment

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

minor: try to go fmt the file. seems dex and profiles are not justified.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Jeffwan, moficodes

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

k8s-ci-robot pushed a commit that referenced this pull request Nov 15, 2020
…#446)

* fail build on missing application name

* add application index on missing application error

* update index syntax
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kfdef application name missing doesnt fail kfctl build
5 participants