Skip to content

Commit 99e0ec7

Browse files
committed
temporarily run official build under e2e pipeline
1 parent 5693c1f commit 99e0ec7

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

eng/ci/integration-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ extends:
4545
clean: all # Clean all build directories before starting
4646

4747
stages:
48-
- stage: RunE2ETests
49-
dependsOn: []
48+
- stage: BuildPythonWorker
5049
jobs:
51-
- template: /eng/templates/official/jobs/ci-e2e-tests.yml@self
52-
- stage: RunLCTests
53-
dependsOn: []
54-
jobs:
55-
- template: /eng/templates/official/jobs/ci-lc-tests.yml@self
50+
- template: /eng/templates/official/jobs/build-artifacts.yml@self

eng/pack/templates/nix_arm64_env_gen.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ steps:
5151
Write-Host "workerPath: $(workerPath)"
5252
Write-Host "proxyWorker: $(proxyWorker)"
5353
displayName: 'Display variables'
54-
- script: |
55-
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
56-
displayName: 'Docker login to avoid rate limits'
57-
env:
58-
DOCKER_USERNAME: $(DOCKER_USERNAME)
59-
DOCKER_PASSWORD: $(DOCKER_PASSWORD)
54+
# - script: |
55+
# echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
56+
# displayName: 'Docker login to avoid rate limits'
57+
# env:
58+
# DOCKER_USERNAME: $(DOCKER_USERNAME)
59+
# DOCKER_PASSWORD: $(DOCKER_PASSWORD)
6060
- task: ShellScript@2
6161
inputs:
6262
disableAutoCwd: true

0 commit comments

Comments
 (0)