diff --git a/ci/azure-pipelines-master-pull.yml b/ci/azure-pipelines-master-pull.yml deleted file mode 100644 index 4ce23b15..00000000 --- a/ci/azure-pipelines-master-pull.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Pull request CI pipeline for Osprey -# Triggers for each pull request into the master branch -# Starts with a quick Full PRESS job -# If the first stage is successful a Full MEGA job is triggered - -trigger: - branches: - include: - - master - exclude: - - develop - -pool: 'Default' - -stages: -- stage: Stage_1 - jobs: - - job: FullPRESS - steps: - - script: matlab -nodisplay -wait -nosplash -r "addpath(genpath('C:\CI-agent\_work\2\s')); FullPRESS; quit" - displayName: 'Full PRESS with Segmentation & GUI' - -- stage: Stage_2 - jobs: - - job: FullMEGA - steps: - - script: matlab -nodisplay -wait -nosplash -r "addpath(genpath('C:\CI-agent\_work\2\s')); FullMEGA; quit" - displayName: 'Full MEGA add Segmentation & GUI'