-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add boilerplate and fix flytectl (#1239)
* add boilerplate Signed-off-by: Eduardo Apolinario <[email protected]> * Fix version of flytectl Signed-off-by: Eduardo Apolinario <[email protected]> * Fix workflow name used to bump boilerplate Signed-off-by: Eduardo Apolinario <[email protected]> * lint Signed-off-by: Eduardo Apolinario <[email protected]> * fix indentation Signed-off-by: Eduardo Apolinario <[email protected]> * Use correct reference launchplan Signed-off-by: Eduardo Apolinario <[email protected]> * Pin flytekit version in e2e tests Signed-off-by: Eduardo Apolinario <[email protected]> * Use correct reference task Signed-off-by: Eduardo Apolinario <[email protected]> --------- Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
- Loading branch information
1 parent
5f8b78c
commit b1e1fcd
Showing
10 changed files
with
81 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,8 @@ jobs: | |
with: | ||
fetch-depth: "0" | ||
- uses: unionai/[email protected] | ||
with: | ||
version: 'v0.7.8' | ||
- name: setup download artifact dir | ||
run: | | ||
mkdir download-artifact | ||
|
File renamed without changes.
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
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 |
---|---|---|
@@ -1,18 +1,5 @@ | ||
admin: | ||
# For GRPC endpoints you might want to use dns:///flyte.myexample.com | ||
endpoint: dns:///localhost:30080 | ||
insecure: true | ||
authType: Pkce | ||
logger: | ||
show-source: true | ||
level: 0 | ||
storage: | ||
connection: | ||
access-key: minio | ||
auth-type: accesskey | ||
disable-ssl: true | ||
endpoint: http://localhost:30002 | ||
region: us-east-1 | ||
secret-key: miniostorage | ||
type: minio | ||
container: "my-s3-bucket" | ||
enable-multicontainer: true | ||
insecure: true |
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