Skip to content

Commit

Permalink
update console endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed Oct 17, 2023
1 parent 3dda977 commit c009d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: "3.10"
- name: Create Sandbox Cluster
run: |
flytectl config init
flytectl config init --console localhost:30080
flytectl demo start
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/default?ref=v0.5.2"
kubectl rollout restart deployment flyte-sandbox -n flyte
Expand All @@ -39,7 +39,7 @@ jobs:
- name: execute flyte workflows locally
working-directory: examples
run: |
pyflyte run --remote integration_test.py integration_test
pyflyte run integration_test.py integration_test
- name: execute flyte workflows on demo cluster
working-directory: examples
run: |
Expand Down

0 comments on commit c009d2f

Please sign in to comment.