From 39998e158bbbce1e4a47b0727298d342e9da8ba6 Mon Sep 17 00:00:00 2001 From: Jonathan Tripp Date: Mon, 5 Jul 2021 14:16:25 +0100 Subject: [PATCH 1/2] Comment out glaucoma job --- azure-pipelines/build-pr.yml | 46 ++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/azure-pipelines/build-pr.yml b/azure-pipelines/build-pr.yml index 935f009a4..de4c48586 100644 --- a/azure-pipelines/build-pr.yml +++ b/azure-pipelines/build-pr.yml @@ -134,29 +134,29 @@ jobs: pytest_mark: after_training_2node test_run_title: tests_after_training_2node_run - # Train a classification model in cross validation mode - - job: TrainGlaucomaCV - variables: - - name: model - value: 'GlaucomaPublic' - - name: tag - value: 'GlaucomaPR' - - name: number_of_cross_validation_splits - value: 2 - - name: more_switches - value: '--num_epochs=2 --regression_test_folder=RegressionTestResults/PR_GlaucomaCV' - pool: - vmImage: 'ubuntu-18.04' - steps: - - template: train_template.yml - parameters: - wait_for_completion: 'True' - pytest_mark: '' - max_run_duration: '1h' - - template: tests_after_training.yml - parameters: - pytest_mark: after_training_glaucoma_cv_run - test_run_title: tests_after_training_glaucoma_cv_run + ## Train a classification model in cross validation mode + #- job: TrainGlaucomaCV + # variables: + # - name: model + # value: 'GlaucomaPublic' + # - name: tag + # value: 'GlaucomaPR' + # - name: number_of_cross_validation_splits + # value: 2 + # - name: more_switches + # value: '--num_epochs=2 --regression_test_folder=RegressionTestResults/PR_GlaucomaCV' + # pool: + # vmImage: 'ubuntu-18.04' + # steps: + # - template: train_template.yml + # parameters: + # wait_for_completion: 'True' + # pytest_mark: '' + # max_run_duration: '1h' + # - template: tests_after_training.yml + # parameters: + # pytest_mark: after_training_glaucoma_cv_run + # test_run_title: tests_after_training_glaucoma_cv_run - job: TrainHelloWorld variables: From 91a6ad55c2a9d566850f63279028a227b976f7ee Mon Sep 17 00:00:00 2001 From: Jonathan Tripp Date: Mon, 5 Jul 2021 14:23:18 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f6631b8..1cc07bbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ multiple large checkpoints can time out. ### Removed +- ([#520](https://github.com/microsoft/InnerEye-DeepLearning/pull/520)) Disable glaucoma job from Azure pipeline. + ### Deprecated