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

Commit

Permalink
Merge 9a606b9 into e787bc7
Browse files Browse the repository at this point in the history
  • Loading branch information
wild-endeavor authored Jul 12, 2021
2 parents e787bc7 + 9a606b9 commit 1ed400d
Show file tree
Hide file tree
Showing 35 changed files with 232 additions and 1,683 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.0.0
github.com/coocood/freecache v1.1.1
github.com/flyteorg/flyteidl v0.19.2
github.com/flyteorg/flytestdlib v0.3.13
github.com/flyteorg/flytestdlib v0.3.22
github.com/go-logr/zapr v0.4.0 // indirect
github.com/go-test/deep v1.0.7
github.com/golang/protobuf v1.4.3
Expand Down
234 changes: 2 additions & 232 deletions go.sum

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions go/tasks/aws/config_flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 1 addition & 25 deletions go/tasks/aws/config_flags_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions go/tasks/config/config_flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions go/tasks/config/config_flags_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion go/tasks/config_load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func TestLoadConfig(t *testing.T) {
assert.Equal(t, map[string]string{
"annotationKey1": "annotationValue1",
"annotationKey2": "annotationValue2",
"cluster-autoscaler.kubernetes.io/safe-to-evict": "false",
}, k8sConfig.DefaultAnnotations)
assert.Equal(t, map[string]string{
"label1": "labelValue1",
Expand Down
9 changes: 9 additions & 0 deletions go/tasks/logs/logconfig_flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 1 addition & 89 deletions go/tasks/logs/logconfig_flags_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions go/tasks/pluginmachinery/catalog/config_flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1ed400d

Please sign in to comment.