Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

[v1.0] Add CI Integration Test for DeNas Training #140

Merged
merged 10 commits into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refine workflow trigger condition
  • Loading branch information
zigzagcai committed Dec 20, 2022
commit 62c56a95b0ba5068cfa584e61452b7ef4a35fa89
5 changes: 3 additions & 2 deletions .github/workflows/integration_test_denas_asr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ on:
- 'e2eAIOK/common/**'
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'tests/cicd/**'

- 'tests/cicd/DeNasJenkinsfile'
- 'tests/cicd/test_denas.bats'
- 'tests/cicd/jenkins_denas_asr.sh'

jobs:
integration_test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/integration_test_denas_cnn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
- 'e2eAIOK/common/**'
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'tests/cicd/**'
- 'tests/cicd/DeNasJenkinsfile'
- 'tests/cicd/test_denas.bats'
- 'tests/cicd/jenkins_denas_cnn.sh'

jobs:
integration_test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/integration_test_denas_nlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
- 'e2eAIOK/common/**'
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'tests/cicd/**'
- 'tests/cicd/DeNasJenkinsfile'
- 'tests/cicd/test_denas.bats'
- 'tests/cicd/jenkins_denas_bert.sh'

jobs:
integration_test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/integration_test_denas_vit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
- 'e2eAIOK/common/**'
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'tests/cicd/**'
- 'tests/cicd/DeNasJenkinsfile'
- 'tests/cicd/test_denas.bats'
- 'tests/cicd/jenkins_denas_vit.sh'

jobs:
integration_test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/integration_test_workload_bert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'modelzoo/bert/**'
- 'tests/cicd/**'
- 'tests/cicd/conf/**'
- 'tests/cicd/src/**'
- 'tests/cicd/test_*.bats'
- 'tests/cicd/Jenkinsfile*'
- 'tests/cicd/jenkins_bert_test*.sh'

jobs:
integration_test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/integration_test_workload_dien.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'modelzoo/dien/**'
- 'tests/cicd/**'
- 'tests/cicd/conf/**'
- 'tests/cicd/src/**'
- 'tests/cicd/test_*.bats'
- 'tests/cicd/Jenkinsfile*'
- 'tests/cicd/jenkins_dien_test*.sh'

jobs:
integration_test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/integration_test_workload_dlrm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'modelzoo/dlrm/**'
- 'tests/cicd/**'
- 'tests/cicd/conf/**'
- 'tests/cicd/src/**'
- 'tests/cicd/test_*.bats'
- 'tests/cicd/Jenkinsfile*'
- 'tests/cicd/jenkins_dlrm_test*.sh'

jobs:
integration_test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/integration_test_workload_minigo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on:
- 'demo/builtin/minigo/**'
- 'e2eAIOK/SDA/modeladvisor/MiniGoAdvisor.py'
- 'modelzoo/minigo/**'
- 'tests/cicd/jenkins_minigo_test.sh'
- 'tests/cicd/conf/**'
- 'tests/cicd/src/**'
- 'tests/cicd/test_*.bats'
- 'tests/cicd/Jenkinsfile*'
- 'tests/cicd/jenkins_minigo_test*.sh'

jobs:
integration_test:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/integration_test_workload_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ on:
- 'e2eAIOK/common/**'
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'tests/cicd/**'
- 'tests/cicd/conf/**'
- 'tests/cicd/src/**'
- 'tests/cicd/test_data/**'
- 'tests/cicd/test_*.bats'
- 'tests/cicd/Jenkinsfile'
- 'tests/cicd/jenkins_pipeline_test.sh'
- 'tests/cicd/docker_horovod_test.sh'
- 'tests/cicd/docker_torchccl_test'

jobs:
integration_test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/integration_test_workload_resnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'modelzoo/resnet/**'
- 'tests/cicd/**'
- 'tests/cicd/conf/**'
- 'tests/cicd/src/**'
- 'tests/cicd/test_*.bats'
- 'tests/cicd/Jenkinsfile*'
- 'tests/cicd/jenkins_resnet_test*.sh'

jobs:
integration_test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/integration_test_workload_rnnt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'modelzoo/rnnt/**'
- 'tests/cicd/**'
- 'tests/cicd/conf/**'
- 'tests/cicd/src/**'
- 'tests/cicd/test_*.bats'
- 'tests/cicd/Jenkinsfile*'
- 'tests/cicd/jenkins_rnnt_test*.sh'

jobs:
integration_test:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/integration_test_workload_wnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
- 'e2eAIOK/dataloader/**'
- 'e2eAIOK/utils/**'
- 'modelzoo/WnD/**'
- 'tests/cicd/**'
- 'tests/cicd/conf/**'
- 'tests/cicd/src/**'
- 'tests/cicd/test_*.bats'
- 'tests/cicd/Jenkinsfile*'
- 'tests/cicd/jenkins_wnd_test*.sh'

jobs:
integration_test:
Expand Down