Skip to content

Commit

Permalink
change testing-argo.kubeflow.io to testing-argo.kubeflow.org (kubeflo…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored and k8s-ci-robot committed Mar 7, 2018
1 parent ffa7715 commit 52ffe7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Here's how it works

Quick Links

* [Argo UI](http://testing-argo.kubeflow.io/)
* [Argo UI](http://testing-argo.kubeflow.org/)
* [Test Grid](https://k8s-testgrid.appspot.com/sig-big-data)
* [Prow jobs for kubeflow/kubeflow](https://prow.k8s.io/?repo=kubeflow%2Fkubeflow)

Expand All @@ -45,7 +45,7 @@ Quick Links

## Accessing The Argo UI

The UI is publicly available at http://testing-argo.kubeflow.io/
The UI is publicly available at http://testing-argo.kubeflow.org/

## Working with the test infrastructure

Expand Down Expand Up @@ -83,7 +83,7 @@ case you can use one of the alternative methods listed below.

### Argo UI

The argo UI is publicly accessible at http://testing-argo.kubeflow.io/timeline.
The argo UI is publicly accessible at http://testing-argo.kubeflow.org/timeline.

1. Find and click on the workflow corresponding to your pre/post/periodic job
1. Select the workflow tab
Expand Down
2 changes: 1 addition & 1 deletion py/kubeflow/testing/run_e2e_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def run(args, file_handler): # pylint: disable=too-many-statements
util.run(["ks", "show", env, "-c", w.component], cwd=w.app_dir)
util.run(["ks", "apply", env, "-c", w.component], cwd=w.app_dir)

ui_url = ("http://testing-argo.kubeflow.io/timeline/kubeflow-test-infra/{0}"
ui_url = ("http://testing-argo.kubeflow.org/timeline/kubeflow-test-infra/{0}"
";tab=workflow".format(workflow_name))
ui_urls.append(ui_url)
logging.info("URL for workflow: %s", ui_url)
Expand Down

0 comments on commit 52ffe7d

Please sign in to comment.