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

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 20, 2023
1 parent 8e63c02 commit 7532c67
Show file tree
Hide file tree
Showing 10 changed files with 173 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,5 @@ jobs:
git push origin ${{ matrix.package }}/${{ needs.bump_version.outputs.version }}
# TODO: Add push_docker_image, push-docker-image-flytescheduler
# https://github.com/flyteorg/flyteadmin/blob/master/.github/workflows/checks.yml#L74
# CodeCov report
2 changes: 1 addition & 1 deletion flyteadmin/auth/interfaces/mocks/authentication_context.go

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

2 changes: 1 addition & 1 deletion flyteadmin/auth/interfaces/mocks/o_auth2_provider.go

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

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

2 changes: 1 addition & 1 deletion flyteadmin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/evanphx/json-patch v4.12.0+incompatible
github.com/flyteorg/flyteadmin v1.1.90
github.com/flyteorg/flyteidl v1.3.14
github.com/flyteorg/flyteidl v1.4.2
github.com/flyteorg/flyteplugins v1.0.45
github.com/flyteorg/flytepropeller v1.1.70
github.com/flyteorg/flytestdlib v1.0.15
Expand Down
2 changes: 1 addition & 1 deletion flyteadmin/pkg/repositories/mocks/signal_repo_interface.go

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

2 changes: 1 addition & 1 deletion flyteadmin/pkg/runtime/mocks/cluster_configuration.go

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

2 changes: 1 addition & 1 deletion flyteadmin/pkg/workflowengine/mocks/workflow_executor.go

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

4 changes: 3 additions & 1 deletion flyteidl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ go 1.19

require (
github.com/antihax/optional v1.0.0
github.com/flyteorg/flyteidl v1.4.2
github.com/flyteorg/flytestdlib v1.0.0
github.com/go-test/deep v1.0.7
github.com/golang/glog v1.0.0
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Expand All @@ -18,6 +20,7 @@ require (
github.com/stretchr/testify v1.7.1
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
google.golang.org/api v0.76.0
google.golang.org/genproto v0.0.0-20220426171045-31bebdecfb46
google.golang.org/grpc v1.46.0
k8s.io/apimachinery v0.20.2
Expand Down Expand Up @@ -74,7 +77,6 @@ require (
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/api v0.76.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
161 changes: 161 additions & 0 deletions flyteidl/go.sum

Large diffs are not rendered by default.

0 comments on commit 7532c67

Please sign in to comment.