We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2812f38 commit 1207950Copy full SHA for 1207950
1 file changed
eng/ci/integration-tests.yml
@@ -45,11 +45,6 @@ extends:
45
clean: all # Clean all build directories before starting
46
47
stages:
48
- - stage: RunE2ETests
49
- dependsOn: []
+ - stage: BuildPythonWorker
50
jobs:
51
- - template: /eng/templates/official/jobs/ci-e2e-tests.yml@self
52
- - stage: RunLCTests
53
54
- jobs:
55
- - template: /eng/templates/official/jobs/ci-lc-tests.yml@self
+ - template: /eng/templates/official/jobs/build-artifacts.yml@self
0 commit comments