Skip to content

Commit f5c5e95

Browse files
bring back two health test cases (Azure#1340)
* bring back two health test cases * set icm alert * fix wrong kv name
1 parent ed505fc commit f5c5e95

5 files changed

+16
-14
lines changed

.github/workflows/kubernetes-compute-training-cli-jobs-automl.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
JOB_SELECTOR:
1212
description: 'Job selector used with grep command to select job workflows'
1313
required: false
14-
default: '^cli-jobs-automl.*yml$'
14+
default: '^cli-jobs-automl.*yml$|cli-jobs-basics-hello-automl-hello-automl-job-basic.yml'
1515
JOB_FILTER:
1616
description: 'Job filter used with grep command to filter out job workflows'
1717
required: false
@@ -33,7 +33,7 @@ jobs:
3333
WORKSPACE: amlarc-githubtest-ws
3434
LOCATION: eastus
3535

36-
JOB_SELECTOR: '^cli-jobs-automl.*yml$'
36+
JOB_SELECTOR: '^cli-jobs-automl.*yml$|cli-jobs-basics-hello-automl-hello-automl-job-basic.yml'
3737
JOB_FILTER: 'spark|java'
3838
JOB_LIST_FILE: kubernetes-compute-training-cli-jobs-automl.txt
3939
TIMEOUT: '120m'
@@ -115,9 +115,9 @@ jobs:
115115
run: |
116116
if [ "$FILE_TICKET" == "true" ]; then
117117
# download certificates
118-
export ICM_HOST_NAME=ICM-HOST-AML-EXAMPLES
119-
export ICM_CONNECTOR_ID_NAME=ICM-CONNECTOR-ID-AML-EXAMPLES
120-
export ICM_ROUTING_ID_NAME=ICM-ROUTING-ID-AML-EXAMPLES
118+
export ICM_HOST_NAME=ICM-HOST-AUTOML
119+
export ICM_CONNECTOR_ID_NAME=ICM-CONNECTOR-ID-AUTOML
120+
export ICM_ROUTING_ID_NAME=ICM-ROUTING-ID-AUTOML
121121
bash .github/kubernetes-compute/tool.sh download_icm_cert
122122
export ICM_HOST=$(cat icm_host)
123123
export CONNECTOR_ID=$(cat icm_connector_id)

.github/workflows/kubernetes-compute-training-cli-jobs-bad-cases.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
- name: collect jobs
7676
run: |
7777
echo "cli/jobs/basics/hello-iris-datastore-folder.yml" | tee -a $JOB_LIST_FILE
78-
echo "cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri/pipeline.yml" | tee -a $JOB_LIST_FILE
78+
#echo "cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri/pipeline.yml" | tee -a $JOB_LIST_FILE
7979
echo "cli/jobs/pipelines-with-components/image_classification_with_densenet/pipeline.yml" | tee -a $JOB_LIST_FILE
80-
echo "cli/jobs/pipelines-with-components/pipeline_with_hyperparameter_sweep/pipeline.yml" | tee -a $JOB_LIST_FILE
80+
#echo "cli/jobs/pipelines-with-components/pipeline_with_hyperparameter_sweep/pipeline.yml" | tee -a $JOB_LIST_FILE
8181
timeout-minutes: 30
8282

8383
- name: run jobs
@@ -106,9 +106,9 @@ jobs:
106106
run: |
107107
if [ "$FILE_TICKET" == "true" ]; then
108108
# download certificates
109-
export ICM_HOST_NAME=ICM-HOST-AML-EXAMPLES
110-
export ICM_CONNECTOR_ID_NAME=ICM-CONNECTOR-ID-AML-EXAMPLES
111-
export ICM_ROUTING_ID_NAME=ICM-ROUTING-ID-AML-EXAMPLES
109+
export ICM_HOST_NAME=ICM-HOST-PPE
110+
export ICM_CONNECTOR_ID_NAME=ICM-CONNECTOR-ID-PPE
111+
export ICM_ROUTING_ID_NAME=ICM-ROUTING-ID-PPE
112112
bash .github/kubernetes-compute/tool.sh download_icm_cert
113113
export ICM_HOST=$(cat icm_host)
114114
export CONNECTOR_ID=$(cat icm_connector_id)

.github/workflows/kubernetes-compute-training-cli-jobs-basics.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
JOB_FILTER:
1616
description: 'Job filter used with grep command to filter out job workflows'
1717
required: false
18-
default: 'hello-iris-datastore-folder|java'
18+
default: 'hello-iris-datastore-folder|automl|java'
1919
TIMEOUT:
2020
description: 'Timeout of a single job'
2121
required: false
@@ -34,7 +34,7 @@ jobs:
3434
LOCATION: eastus
3535

3636
JOB_SELECTOR: '^cli-jobs-basics.*yml$'
37-
JOB_FILTER: 'hello-iris-datastore-folder|java'
37+
JOB_FILTER: 'hello-iris-datastore-folder|automl|java'
3838
JOB_LIST_FILE: kubernetes-compute-training-cli-jobs-basics.txt
3939
TIMEOUT: '120m'
4040
MIN_SUCCESS_NUM: 1

.github/workflows/kubernetes-compute-training-cli-jobs-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
JOB_FILTER:
1616
description: 'Job filter used with grep command to filter out job workflows'
1717
required: false
18-
default: 'image_classification_with_densenet|pipeline_with_hyperparameter_sweep|4b_datastore_datapath_uri'
18+
default: 'image_classification_with_densenet'
1919
TIMEOUT:
2020
description: 'Timeout of a single job'
2121
required: false
@@ -34,7 +34,7 @@ jobs:
3434
LOCATION: eastus
3535

3636
JOB_SELECTOR: '^cli-jobs-pipelines.*yml$'
37-
JOB_FILTER: 'image_classification_with_densenet|pipeline_with_hyperparameter_sweep|4b_datastore_datapath_uri'
37+
JOB_FILTER: 'image_classification_with_densenet'
3838
JOB_LIST_FILE: kubernetes-compute-training-cli-jobs-pipelines.txt
3939
TIMEOUT: '120m'
4040
MIN_SUCCESS_NUM: 1

.github/workflows/kubernetes-compute-workspace-setup.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: kubernetes-compute-workspace-setup
22
on:
3+
schedule:
4+
- cron: "0 0 * * 3"
35
workflow_dispatch:
46
inputs:
57
AMLARC_TEST_REGION:

0 commit comments

Comments
 (0)