Skip to content

Commit a20bc85

Browse files
authored
[UI] Remove Deprecated Katib UI (#2179)
* [UI] Remove Deprecated Katib UI * Fix UI Developer doc
1 parent 89bd21f commit a20bc85

File tree

328 files changed

+13088
-42272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+13088
-42272
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ docs
44
manifests
55
pkg/ui/*/frontend/node_modules
66
pkg/ui/*/frontend/build
7-
pkg/new-ui/*/frontend/node_modules
8-
pkg/new-ui/*/frontend/build

.github/workflows/e2e-test-darts-cifar10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E Test with darts-cnn-cifar10
33
on:
44
pull_request:
55
paths-ignore:
6-
- "pkg/new-ui/v1beta1/frontend/**"
6+
- "pkg/ui/v1beta1/frontend/**"
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/e2e-test-enas-cifar10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E Test with enas-cnn-cifar10
33
on:
44
pull_request:
55
paths-ignore:
6-
- "pkg/new-ui/v1beta1/frontend/**"
6+
- "pkg/ui/v1beta1/frontend/**"
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/e2e-test-mxnet-mnist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E Test with mxnet-mnist
33
on:
44
pull_request:
55
paths-ignore:
6-
- "pkg/new-ui/v1beta1/frontend/**"
6+
- "pkg/ui/v1beta1/frontend/**"
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/e2e-test-pytorch-mnist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E Test with pytorch-mnist
33
on:
44
pull_request:
55
paths-ignore:
6-
- "pkg/new-ui/v1beta1/frontend/**"
6+
- "pkg/ui/v1beta1/frontend/**"
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/e2e-test-simple-pbt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E Test with simple-pbt
33
on:
44
pull_request:
55
paths-ignore:
6-
- "pkg/new-ui/v1beta1/frontend/**"
6+
- "pkg/ui/v1beta1/frontend/**"
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/e2e-test-tf-mnist-with-summaries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E Test with tf-mnist-with-summaries
33
on:
44
pull_request:
55
paths-ignore:
6-
- "pkg/new-ui/v1beta1/frontend/**"
6+
- "pkg/ui/v1beta1/frontend/**"
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/publish-algorithm-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
paths-ignore:
7-
- "pkg/new-ui/v1beta1/frontend/**"
7+
- "pkg/ui/v1beta1/frontend/**"
88

99
jobs:
1010
algorithm:

.github/workflows/publish-core-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- component-name: katib-db-manager
2626
dockerfile: cmd/db-manager/v1beta1/Dockerfile
2727
- component-name: katib-ui
28-
dockerfile: cmd/new-ui/v1beta1/Dockerfile
28+
dockerfile: cmd/ui/v1beta1/Dockerfile
2929
- component-name: cert-generator
3030
dockerfile: cmd/cert-generator/v1beta1/Dockerfile
3131
- component-name: file-metrics-collector

.github/workflows/publish-trial-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
paths-ignore:
7-
- "pkg/new-ui/v1beta1/frontend/**"
7+
- "pkg/ui/v1beta1/frontend/**"
88

99
jobs:
1010
trial:

0 commit comments

Comments
 (0)