renamed test files to camel_case

This commit is contained in:
Marvin Buss 2020-05-11 17:08:58 +02:00
Родитель 7f0aa58abc
Коммит 0bfc2ba16b
9 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -2,7 +2,7 @@
"experiment_name": "aml-run-intTest",
"tags": {"traing1": "intTestTrains"},
"wait_for_completion": true,
"runconfig_python_file": "tests/test_data/train_with_configpy/run_config.py",
"runconfig_python_file": "tests/train/train_with_python_config/run_config.py",
"runconfig_python_function_name": "main",
"download_artifacts": true
}

Просмотреть файл

@ -3,5 +3,5 @@
"tags": {"traing1": "intTestTrains"},
"wait_for_completion": false,
"runconfig_python_function_name": "main",
"runconfig_yaml_file": "tests/test_data/train_with_yamlConfig/run_config.yml"
"runconfig_yaml_file": "tests/train/train_with_yaml_run_config/run_config.yml"
}

4
.github/workflows/integration.yml поставляемый
Просмотреть файл

@ -32,7 +32,7 @@ jobs:
uses: ./
with:
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
parameters_file: "test/train_withYamlRunConfig.json"
parameters_file: "test/train_with_yaml_run_config.json"
# send for training and do not wait.
- name: Train Script 2
@ -40,6 +40,6 @@ jobs:
uses: ./
with:
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
parameters_file: "test/train_withConfigpy.json"
parameters_file: "test/train_with_python_config.json"
# No resource Clean-up is required in this case as resource provision and de-provision are not responsibilities of this action