Skip to content

Commit fe4994c

Browse files
committed
revert temp changes
1 parent dbdfcfc commit fe4994c

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

eng/ci/integration-tests.yml

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

4747
stages:
48-
- stage: BuildPythonWorker
48+
- stage: RunE2ETests
49+
dependsOn: []
4950
jobs:
50-
- template: /eng/templates/official/jobs/build-artifacts.yml@self
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

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)