File tree 5 files changed +16
-14
lines changed
5 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 11
11
JOB_SELECTOR :
12
12
description : ' Job selector used with grep command to select job workflows'
13
13
required : false
14
- default : ' ^cli-jobs-automl.*yml$'
14
+ default : ' ^cli-jobs-automl.*yml$|cli-jobs-basics-hello-automl-hello-automl-job-basic.yml '
15
15
JOB_FILTER :
16
16
description : ' Job filter used with grep command to filter out job workflows'
17
17
required : false
33
33
WORKSPACE : amlarc-githubtest-ws
34
34
LOCATION : eastus
35
35
36
- JOB_SELECTOR : ' ^cli-jobs-automl.*yml$'
36
+ JOB_SELECTOR : ' ^cli-jobs-automl.*yml$|cli-jobs-basics-hello-automl-hello-automl-job-basic.yml '
37
37
JOB_FILTER : ' spark|java'
38
38
JOB_LIST_FILE : kubernetes-compute-training-cli-jobs-automl.txt
39
39
TIMEOUT : ' 120m'
@@ -115,9 +115,9 @@ jobs:
115
115
run : |
116
116
if [ "$FILE_TICKET" == "true" ]; then
117
117
# 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
121
121
bash .github/kubernetes-compute/tool.sh download_icm_cert
122
122
export ICM_HOST=$(cat icm_host)
123
123
export CONNECTOR_ID=$(cat icm_connector_id)
Original file line number Diff line number Diff line change 75
75
- name : collect jobs
76
76
run : |
77
77
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
79
79
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
81
81
timeout-minutes : 30
82
82
83
83
- name : run jobs
@@ -106,9 +106,9 @@ jobs:
106
106
run : |
107
107
if [ "$FILE_TICKET" == "true" ]; then
108
108
# 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
112
112
bash .github/kubernetes-compute/tool.sh download_icm_cert
113
113
export ICM_HOST=$(cat icm_host)
114
114
export CONNECTOR_ID=$(cat icm_connector_id)
Original file line number Diff line number Diff line change 15
15
JOB_FILTER :
16
16
description : ' Job filter used with grep command to filter out job workflows'
17
17
required : false
18
- default : ' hello-iris-datastore-folder|java'
18
+ default : ' hello-iris-datastore-folder|automl| java'
19
19
TIMEOUT :
20
20
description : ' Timeout of a single job'
21
21
required : false
34
34
LOCATION : eastus
35
35
36
36
JOB_SELECTOR : ' ^cli-jobs-basics.*yml$'
37
- JOB_FILTER : ' hello-iris-datastore-folder|java'
37
+ JOB_FILTER : ' hello-iris-datastore-folder|automl| java'
38
38
JOB_LIST_FILE : kubernetes-compute-training-cli-jobs-basics.txt
39
39
TIMEOUT : ' 120m'
40
40
MIN_SUCCESS_NUM : 1
Original file line number Diff line number Diff line change 15
15
JOB_FILTER :
16
16
description : ' Job filter used with grep command to filter out job workflows'
17
17
required : false
18
- default : ' image_classification_with_densenet|pipeline_with_hyperparameter_sweep|4b_datastore_datapath_uri '
18
+ default : ' image_classification_with_densenet'
19
19
TIMEOUT :
20
20
description : ' Timeout of a single job'
21
21
required : false
34
34
LOCATION : eastus
35
35
36
36
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'
38
38
JOB_LIST_FILE : kubernetes-compute-training-cli-jobs-pipelines.txt
39
39
TIMEOUT : ' 120m'
40
40
MIN_SUCCESS_NUM : 1
Original file line number Diff line number Diff line change 1
1
name : kubernetes-compute-workspace-setup
2
2
on :
3
+ schedule :
4
+ - cron : " 0 0 * * 3"
3
5
workflow_dispatch :
4
6
inputs :
5
7
AMLARC_TEST_REGION :
You can’t perform that action at this time.
0 commit comments