Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq-hasan committed Aug 18, 2024
1 parent 1031e3d commit 3a0631b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-darts-cifar10.yaml
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/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-enas-cifar10.yaml
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/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-pytorch-mnist.yaml
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/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-simple-pbt.yaml
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/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-tf-mnist-with-summaries.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: E2E Test with tf-mnist-with-summaries

on:
push:
pull_request:
paths-ignore:
- "pkg/ui/v1beta1/frontend/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-ui-random-search-postgres.yaml
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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-go.yaml
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/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-lint.yaml
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/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-node.yaml
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/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-python.yaml
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/**"
Expand Down

0 comments on commit 3a0631b

Please sign in to comment.