forked from kubeflow/katib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1031e3d
commit 3a0631b
Showing
10 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: E2E Test with darts-cnn-cifar10 | ||
|
||
on: | ||
push: | ||
pull_request: | ||
paths-ignore: | ||
- "pkg/ui/v1beta1/frontend/**" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: E2E Test with enas-cnn-cifar10 | ||
|
||
on: | ||
push: | ||
pull_request: | ||
paths-ignore: | ||
- "pkg/ui/v1beta1/frontend/**" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: E2E Test with pytorch-mnist | ||
|
||
on: | ||
push: | ||
pull_request: | ||
paths-ignore: | ||
- "pkg/ui/v1beta1/frontend/**" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: E2E Test with simple-pbt | ||
|
||
on: | ||
push: | ||
pull_request: | ||
paths-ignore: | ||
- "pkg/ui/v1beta1/frontend/**" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: E2E Test with Katib UI, random search, and postgres | ||
|
||
on: | ||
- push | ||
- pull_request | ||
|
||
concurrency: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Go Test | ||
|
||
on: | ||
push: | ||
pull_request: | ||
paths-ignore: | ||
- "pkg/ui/v1beta1/frontend/**" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Lint Files | ||
|
||
on: | ||
push: | ||
pull_request: | ||
paths-ignore: | ||
- "pkg/ui/v1beta1/frontend/**" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Frontend Test | ||
|
||
on: | ||
push: | ||
pull_request: | ||
paths: | ||
- pkg/ui/v1beta1/frontend/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Python Test | ||
|
||
on: | ||
push: | ||
pull_request: | ||
paths-ignore: | ||
- "pkg/ui/v1beta1/frontend/**" | ||
|