@@ -52,67 +52,67 @@ extends:
5252 - stage : BuildPythonWorker
5353 jobs :
5454 - template : /eng/templates/official/jobs/build-artifacts.yml@self
55- # - stage: RunWorkerE2ETests
56- # dependsOn: BuildPythonWorker
57- # jobs:
58- # - template: /eng/templates/official/jobs/ci-e2e-tests.yml@self
59- # - stage: RunWorkerEmulatorTests
60- # dependsOn: BuildPythonWorker
61- # jobs:
62- # - template: /eng/templates/jobs/ci-emulator-tests.yml@self
63- # parameters:
64- # PoolName: 1es-pool-azfunc
65- # - stage: RunWorkerUnitTests
66- # dependsOn: BuildPythonWorker
67- # jobs:
68- # - template: /eng/templates/jobs/ci-unit-tests.yml@self
69- # parameters:
70- # PoolName: 1es-pool-azfunc
71- # - stage: RunWorkerDockerConsumptionTests
72- # dependsOn: BuildPythonWorker
73- # jobs:
74- # - template: /eng/templates/official/jobs/ci-docker-consumption-tests.yml@self
75- # - stage: RunWorkerDockerDedicatedTests
76- # dependsOn: BuildPythonWorker
77- # jobs:
78- # - template: /eng/templates/official/jobs/ci-docker-dedicated-tests.yml@self
79- # - stage: RunWorkerLinuxConsumptionTests
80- # dependsOn: BuildPythonWorker
81- # jobs:
82- # - template: /eng/templates/official/jobs/ci-lc-tests.yml@self
55+ - stage : RunWorkerE2ETests
56+ dependsOn : BuildPythonWorker
57+ jobs :
58+ - template : /eng/templates/official/jobs/ci-e2e-tests.yml@self
59+ - stage : RunWorkerEmulatorTests
60+ dependsOn : BuildPythonWorker
61+ jobs :
62+ - template : /eng/templates/jobs/ci-emulator-tests.yml@self
63+ parameters :
64+ PoolName : 1es-pool-azfunc
65+ - stage : RunWorkerUnitTests
66+ dependsOn : BuildPythonWorker
67+ jobs :
68+ - template : /eng/templates/jobs/ci-unit-tests.yml@self
69+ parameters :
70+ PoolName : 1es-pool-azfunc
71+ - stage : RunWorkerDockerConsumptionTests
72+ dependsOn : BuildPythonWorker
73+ jobs :
74+ - template : /eng/templates/official/jobs/ci-docker-consumption-tests.yml@self
75+ - stage : RunWorkerDockerDedicatedTests
76+ dependsOn : BuildPythonWorker
77+ jobs :
78+ - template : /eng/templates/official/jobs/ci-docker-dedicated-tests.yml@self
79+ - stage : RunWorkerLinuxConsumptionTests
80+ dependsOn : BuildPythonWorker
81+ jobs :
82+ - template : /eng/templates/official/jobs/ci-lc-tests.yml@self
8383
84- # # Python V2 Library Build and Test Stages
85- # - stage: BuildV2Library
86- # dependsOn: []
87- # jobs:
88- # - template: /eng/templates/official/jobs/build-library.yml@self
89- # parameters:
90- # PROJECT_NAME: 'Python V2 Library'
91- # PROJECT_DIRECTORY: 'runtimes/v2'
92- # ARTIFACT_NAME: 'azure-functions-runtime'
93- # - stage: RunV2LibraryUnitTests
94- # dependsOn: BuildV2Library
95- # jobs:
96- # - template: /eng/templates/jobs/ci-library-unit-tests.yml@self
97- # parameters:
98- # PROJECT_NAME: 'Python V2 Library'
99- # PROJECT_DIRECTORY: 'runtimes/v2'
100- # PoolName: 1es-pool-azfunc
84+ # Python V2 Library Build and Test Stages
85+ - stage : BuildV2Library
86+ dependsOn : []
87+ jobs :
88+ - template : /eng/templates/official/jobs/build-library.yml@self
89+ parameters :
90+ PROJECT_NAME : ' Python V2 Library'
91+ PROJECT_DIRECTORY : ' runtimes/v2'
92+ ARTIFACT_NAME : ' azure-functions-runtime'
93+ - stage : RunV2LibraryUnitTests
94+ dependsOn : BuildV2Library
95+ jobs :
96+ - template : /eng/templates/jobs/ci-library-unit-tests.yml@self
97+ parameters :
98+ PROJECT_NAME : ' Python V2 Library'
99+ PROJECT_DIRECTORY : ' runtimes/v2'
100+ PoolName : 1es-pool-azfunc
101101
102- # # Python V1 Library Build and Test Stages
103- # - stage: BuildV1Library
104- # dependsOn: []
105- # jobs:
106- # - template: /eng/templates/official/jobs/build-library.yml@self
107- # parameters:
108- # PROJECT_NAME: 'Python V1 Library'
109- # PROJECT_DIRECTORY: 'runtimes/v1'
110- # ARTIFACT_NAME: 'azure-functions-runtime-v1'
111- # - stage: RunV1LibraryUnitTests
112- # dependsOn: BuildV1Library
113- # jobs:
114- # - template: /eng/templates/jobs/ci-library-unit-tests.yml@self
115- # parameters:
116- # PROJECT_NAME: 'Python V1 Library'
117- # PROJECT_DIRECTORY: 'runtimes/v1'
118- # PoolName: 1es-pool-azfunc
102+ # Python V1 Library Build and Test Stages
103+ - stage : BuildV1Library
104+ dependsOn : []
105+ jobs :
106+ - template : /eng/templates/official/jobs/build-library.yml@self
107+ parameters :
108+ PROJECT_NAME : ' Python V1 Library'
109+ PROJECT_DIRECTORY : ' runtimes/v1'
110+ ARTIFACT_NAME : ' azure-functions-runtime-v1'
111+ - stage : RunV1LibraryUnitTests
112+ dependsOn : BuildV1Library
113+ jobs :
114+ - template : /eng/templates/jobs/ci-library-unit-tests.yml@self
115+ parameters :
116+ PROJECT_NAME : ' Python V1 Library'
117+ PROJECT_DIRECTORY : ' runtimes/v1'
118+ PoolName : 1es-pool-azfunc
0 commit comments