Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging change form main to release/current #2136

Merged
merged 7 commits into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"validations": [
{
"name": "check notebook output",
"params": {
"check": "warning stderr"
}
},
{
"name": "check v2 experiment result",
"params": {
"experiment_name": "dpv2-forecasting-experiment",
"expected_run_count": "1",
"minimum_median_score": "0.01",
"maximum_median_score": "0.2",
"metric_name": "normalized_root_mean_squared_error",
"absolute_minimum_score": "0.0",
"absolute_maximum_score": "1.0"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"validations": [
{
"name": "check notebook output",
"params": {
"check": "warning stderr"
}
},
{
"name": "check v2 experiment result",
"params": {
"experiment_name": "dpv2-regression-experiment",
"minimum_median_score": "0.45",
"metric_name": "r2_score",
"absolute_minimum_score": "-1.0"
}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

# cleanup resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

# provision resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

# cleanup resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

# provision resources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-compute-sdk-endpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: setup SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: setup SDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-compute-sdk-jobs-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: setup SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: setup SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
TIMEOUT:
description: 'Timeout of a single job'
required: false
default: '120m'
default: '300m'
FILE_TICKET:
description: 'Whether to file icm ticket: true or false'
required: false
Expand All @@ -24,8 +24,8 @@ jobs:
test:
runs-on: ubuntu-latest
env:
JOB_LIST_FILE: kubernetes-compute-training-cli-jobs-bad-cases.txt
TIMEOUT: '180m'
JOB_LIST_FILE: kubernetes-compute-training-cli-jobs-automl-dynamic-data.txt
TIMEOUT: '300m'
MIN_SUCCESS_NUM: 1
WORKFLOW: https://github.com/Azure/azureml-examples/actions/workflows/kubernetes-compute-training-cli-jobs-automl-dynamic-data.yml

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: collect jobs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: collect jobs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: collect jobs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: collect jobs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: collect jobs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: collect jobs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

- name: collect jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-compute-workspace-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_CREDS}}
creds: ${{secrets.AZUREML_CREDENTIALS}}
timeout-minutes: 30

# provision resources
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-sdk-deploy-pytorch-mnist-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v1/python-sdk/requirements.txt
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{vars.V1_UBUNTU_RUNNER}}
steps:
- name: check out repo
uses: actions/checkout@v2
Expand All @@ -29,13 +29,13 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_AE_CREDS}}
creds: ${{secrets.AZ_CREDS}}
- name: Run update-azure-extensions
run: |
chmod +x ./v1/scripts/update-azure-extensions.sh
./v1/scripts/update-azure-extensions.sh
shell: bash
- name: attach to workspace
run: az ml folder attach -w main-python-sdk -g azureml-examples-rg
run: az ml folder attach -w main -g azureml-examples
- name: run workflow
run: python v1/python-sdk/workflows/deploy/pytorch/mnist/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v1/python-sdk/requirements.txt
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{vars.V1_UBUNTU_RUNNER}}
steps:
- name: check out repo
uses: actions/checkout@v2
Expand All @@ -29,13 +29,13 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_AE_CREDS}}
creds: ${{secrets.AZ_CREDS}}
- name: Run update-azure-extensions
run: |
chmod +x ./v1/scripts/update-azure-extensions.sh
./v1/scripts/update-azure-extensions.sh
shell: bash
- name: attach to workspace
run: az ml folder attach -w main-python-sdk -g azureml-examples-rg
run: az ml folder attach -w main -g azureml-examples
- name: run workflow
run: python v1/python-sdk/workflows/deploy/scikit-learn/diabetes/job.py
6 changes: 3 additions & 3 deletions .github/workflows/python-sdk-train-deepspeed-cifar-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v1/python-sdk/requirements.txt
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{vars.V1_UBUNTU_RUNNER}}
steps:
- name: check out repo
uses: actions/checkout@v2
Expand All @@ -29,13 +29,13 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_AE_CREDS}}
creds: ${{secrets.AZ_CREDS}}
- name: Run update-azure-extensions
run: |
chmod +x ./v1/scripts/update-azure-extensions.sh
./v1/scripts/update-azure-extensions.sh
shell: bash
- name: attach to workspace
run: az ml folder attach -w main-python-sdk -g azureml-examples-rg
run: az ml folder attach -w main -g azureml-examples
- name: run workflow
run: python v1/python-sdk/workflows/train/deepspeed/cifar/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v1/python-sdk/requirements.txt
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{vars.V1_UBUNTU_RUNNER}}
steps:
- name: check out repo
uses: actions/checkout@v2
Expand All @@ -29,13 +29,13 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_AE_CREDS}}
creds: ${{secrets.AZ_CREDS}}
- name: Run update-azure-extensions
run: |
chmod +x ./v1/scripts/update-azure-extensions.sh
./v1/scripts/update-azure-extensions.sh
shell: bash
- name: attach to workspace
run: az ml folder attach -w main-python-sdk -g azureml-examples-rg
run: az ml folder attach -w main -g azureml-examples
- name: run workflow
run: python v1/python-sdk/workflows/train/deepspeed/transformers/job.py
6 changes: 3 additions & 3 deletions .github/workflows/python-sdk-train-fastai-mnist-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v1/python-sdk/requirements.txt
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{vars.V1_UBUNTU_RUNNER}}
steps:
- name: check out repo
uses: actions/checkout@v2
Expand All @@ -29,13 +29,13 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_AE_CREDS}}
creds: ${{secrets.AZ_CREDS}}
- name: Run update-azure-extensions
run: |
chmod +x ./v1/scripts/update-azure-extensions.sh
./v1/scripts/update-azure-extensions.sh
shell: bash
- name: attach to workspace
run: az ml folder attach -w main-python-sdk -g azureml-examples-rg
run: az ml folder attach -w main -g azureml-examples
- name: run workflow
run: python v1/python-sdk/workflows/train/fastai/mnist/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v1/python-sdk/requirements.txt
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{vars.V1_UBUNTU_RUNNER}}
steps:
- name: check out repo
uses: actions/checkout@v2
Expand All @@ -29,13 +29,13 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_AE_CREDS}}
creds: ${{secrets.AZ_CREDS}}
- name: Run update-azure-extensions
run: |
chmod +x ./v1/scripts/update-azure-extensions.sh
./v1/scripts/update-azure-extensions.sh
shell: bash
- name: attach to workspace
run: az ml folder attach -w main-python-sdk -g azureml-examples-rg
run: az ml folder attach -w main -g azureml-examples
- name: run workflow
run: python v1/python-sdk/workflows/train/fastai/mnist-mlproject/job.py
6 changes: 3 additions & 3 deletions .github/workflows/python-sdk-train-fastai-pets-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- v1/python-sdk/requirements.txt
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{vars.V1_UBUNTU_RUNNER}}
steps:
- name: check out repo
uses: actions/checkout@v2
Expand All @@ -29,13 +29,13 @@ jobs:
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZ_AE_CREDS}}
creds: ${{secrets.AZ_CREDS}}
- name: Run update-azure-extensions
run: |
chmod +x ./v1/scripts/update-azure-extensions.sh
./v1/scripts/update-azure-extensions.sh
shell: bash
- name: attach to workspace
run: az ml folder attach -w main-python-sdk -g azureml-examples-rg
run: az ml folder attach -w main -g azureml-examples
- name: run workflow
run: python v1/python-sdk/workflows/train/fastai/pets/job.py
Loading