-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: test(backend) Use non-deprecated KFP for v2 samples test
Signed-off-by: Giulio Frasca <[email protected]>
- Loading branch information
Showing
6 changed files
with
48 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ name: Kaniko | |
inputs: | ||
- {name: dockerfile, type: String} | ||
- name: context_uri | ||
type: URI | ||
type: String | ||
default: "" | ||
description: | | ||
URI to download context, e.g. gs://mybucket/context.tar.gz. | ||
|
@@ -27,12 +27,12 @@ inputs: | |
description: | | ||
Input context artifact, it should be a folder. | ||
At least one of context_uri and context_artifact should be specified. | ||
- {name: context_sub_path, type: Path, default: ""} | ||
- {name: context_sub_path, type: String, default: ""} | ||
- {name: destination, type: String, description: destination should not contain tag} | ||
- {name: cache, type: String, description: enable caching one of true/false, default: "true"} | ||
- {name: cache_ttl, type: String, description: 'cache TTL, format like XXh', default: 24h} | ||
outputs: | ||
- {name: digest, type: URI, description: Image URI with full digest} | ||
- {name: digest, type: String, description: Image URI with full digest} | ||
metadata: | ||
annotations: | ||
author: Yuan Gong <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
REMOVE BEFORE MERGING | ||
|
||
Just to trigger the samples-v2 CI Check |