diff --git a/azure-pipelines-full-tests.yml b/azure-pipelines-full-tests.yml index 1a491e0625b..5634914d959 100644 --- a/azure-pipelines-full-tests.yml +++ b/azure-pipelines-full-tests.yml @@ -16,62 +16,6 @@ variables: - template: ${{ variables.Pipeline.Workspace }}/.azure-pipelines/templates/variables.yml jobs: -- job: AutomationTest20200901 - displayName: Automation Test (Profile 2020-09-01) - timeoutInMinutes: 120 - pool: - name: ${{ variables.ubuntu_pool }} - strategy: - matrix: - Python39: - python.version: '3.9' - Python312: - python.version: '3.12' - steps: - - template: .azure-pipelines/templates/automation_test.yml - parameters: - pythonVersion: '$(python.version)' - profile: '2020-09-01-hybrid' - fullTest: true - jobName: 'FullTest' - -- job: AutomationTest20190301 - displayName: Automation Test (Profile 2019-03-01) - timeoutInMinutes: 120 - pool: - name: ${{ variables.ubuntu_pool }} - strategy: - matrix: - Python39: - python.version: '3.9' - Python312: - python.version: '3.12' - steps: - - template: .azure-pipelines/templates/automation_test.yml - parameters: - pythonVersion: '$(python.version)' - profile: '2019-03-01-hybrid' - fullTest: true - jobName: 'FullTest' - -- job: AutomationTest20180301 - displayName: Automation Test (Profile 2018-03-01) - timeoutInMinutes: 120 - pool: - name: ${{ variables.ubuntu_pool }} - strategy: - matrix: - Python39: - python.version: '3.9' - Python312: - python.version: '3.12' - steps: - - template: .azure-pipelines/templates/automation_test.yml - parameters: - pythonVersion: '$(python.version)' - profile: '2018-03-01-hybrid' - fullTest: true - jobName: 'FullTest' - job: AutomationFullTestPython39ProfileLatest displayName: Automation Full Test Python39 Profile Latest diff --git a/scripts/ci/test_profile_integration.sh b/scripts/ci/test_profile_integration.sh index 2798d1a6fa2..7b7c616e3d2 100755 --- a/scripts/ci/test_profile_integration.sh +++ b/scripts/ci/test_profile_integration.sh @@ -12,7 +12,10 @@ pip install $ALL_MODULES set -ev -output=$(az cloud list-profiles -otsv) +output=$( + # only the latest profile left after droping all the azure stack profiles. + echo latest +) azdev verify package $share_folder/build/