Skip to content

Commit e550bbd

Browse files
committed
chore: comment out NPM jobs/steps
1 parent 1bb2b16 commit e550bbd

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

.pipelines/build/ob-prepare.steps.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ steps:
88
target_path: bpf-prog/ipv6-hp-bpf
99
source_dockerfile: linux.Dockerfile
1010

11-
- template: utils/rename-dockerfile-references.steps.yaml
12-
parameters:
13-
topic: "Windows - npm"
14-
replace_references: true
15-
working_directory: $(ACN_DIR)
16-
source_path: npm
17-
target_path: npm-windows
18-
source_dockerfile: windows.Dockerfile
11+
# - template: utils/rename-dockerfile-references.steps.yaml
12+
# parameters:
13+
# topic: "Windows - npm"
14+
# replace_references: true
15+
# working_directory: $(ACN_DIR)
16+
# source_path: npm
17+
# target_path: npm-windows
18+
# source_dockerfile: windows.Dockerfile
1919

20-
- template: utils/rename-dockerfile-references.steps.yaml
21-
parameters:
22-
topic: "Linux - npm"
23-
replace_references: true
24-
working_directory: $(ACN_DIR)
25-
source_path: npm
26-
target_path: npm
27-
source_dockerfile: linux.Dockerfile
20+
# - template: utils/rename-dockerfile-references.steps.yaml
21+
# parameters:
22+
# topic: "Linux - npm"
23+
# replace_references: true
24+
# working_directory: $(ACN_DIR)
25+
# source_path: npm
26+
# target_path: npm
27+
# source_dockerfile: linux.Dockerfile
2828

2929
- bash: |
3030
rm -rf .hooks .github
@@ -41,7 +41,7 @@ steps:
4141
STORAGE_ID=$(echo "${BUILD_BUILDNUMBER//./-}")
4242
echo "##vso[task.setvariable variable=StorageID;isOutput=true]$STORAGE_ID"
4343
echo "StorageID: $STORAGE_ID"
44-
44+
4545
COMMITID=$(git rev-parse --short HEAD)
4646
COMMITID="$COMMITID"-"$(date "+%d%H%M")"
4747
echo "##vso[task.setvariable variable=commitID;isOutput=true]$COMMITID"

.pipelines/run-pipeline.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ stages:
8282
archiveName: ipv6-hp-bpf
8383
archiveVersion: $(IPV6_HP_BPF_VERSION)
8484
imageTag: $(Build.BuildNumber)
85-
npm:
86-
name: npm
87-
extraArgs: '--build-arg NPM_AI_PATH=$(NPM_AI_PATH) --build-arg NPM_AI_ID=$(NPM_AI_ID)'
88-
archiveName: azure-npm
89-
archiveVersion: $(NPM_VERSION)
90-
imageTag: $(Build.BuildNumber)
85+
# npm:
86+
# name: npm
87+
# extraArgs: '--build-arg NPM_AI_PATH=$(NPM_AI_PATH) --build-arg NPM_AI_ID=$(NPM_AI_ID)'
88+
# archiveName: azure-npm
89+
# archiveVersion: $(NPM_VERSION)
90+
# imageTag: $(Build.BuildNumber)
9191

9292
- job: windows_amd64
9393
displayName: "Windows"
@@ -118,13 +118,13 @@ stages:
118118
archiveName: azure-cns
119119
archiveVersion: $(CNS_VERSION)
120120
imageTag: $(Build.BuildNumber)
121-
npm:
122-
name: npm
123-
extraArgs: '--build-arg NPM_AI_PATH=$(NPM_AI_PATH) --build-arg NPM_AI_ID=$(NPM_AI_ID)'
124-
archiveName: azure-npm
125-
archiveVersion: $(NPM_VERSION)
126-
imageTag: $(Build.BuildNumber)
127-
121+
# npm:
122+
# name: npm
123+
# extraArgs: '--build-arg NPM_AI_PATH=$(NPM_AI_PATH) --build-arg NPM_AI_ID=$(NPM_AI_ID)'
124+
# archiveName: azure-npm
125+
# archiveVersion: $(NPM_VERSION)
126+
# imageTag: $(Build.BuildNumber)
127+
128128
- job: linux_arm64
129129
displayName: "Linux/ARM64"
130130
templateContext:
@@ -160,12 +160,12 @@ stages:
160160
archiveName: ipv6-hp-bpf
161161
archiveVersion: $(IPV6_HP_BPF_VERSION)
162162
imageTag: $(Build.BuildNumber)
163-
npm:
164-
name: npm
165-
extraArgs: '--build-arg NPM_AI_PATH=$(NPM_AI_PATH) --build-arg NPM_AI_ID=$(NPM_AI_ID)'
166-
archiveName: azure-npm
167-
archiveVersion: $(NPM_VERSION)
168-
imageTag: $(Build.BuildNumber)
163+
# npm:
164+
# name: npm
165+
# extraArgs: '--build-arg NPM_AI_PATH=$(NPM_AI_PATH) --build-arg NPM_AI_ID=$(NPM_AI_ID)'
166+
# archiveName: azure-npm
167+
# archiveVersion: $(NPM_VERSION)
168+
# imageTag: $(Build.BuildNumber)
169169

170170

171171
- stage: manifests
@@ -247,17 +247,17 @@ stages:
247247
imageReference: $(IPV6_LINUX_AMD64_REF)
248248
- platform: linux/arm64
249249
imageReference: $(IPV6_LINUX_ARM64_REF)
250-
- job: npm
251-
templateContext:
252-
name: npm
253-
image_tag: $(NPM_VERSION)
254-
platforms:
255-
- platform: linux/amd64
256-
imageReference: $(NPM_LINUX_AMD64_REF)
257-
- platform: linux/arm64
258-
imageReference: $(NPM_LINUX_ARM64_REF)
259-
- platform: windows/amd64
260-
imageReference: $(NPM_WINDOWS_AMD64_REF)
250+
# - job: npm
251+
# templateContext:
252+
# name: npm
253+
# image_tag: $(NPM_VERSION)
254+
# platforms:
255+
# - platform: linux/amd64
256+
# imageReference: $(NPM_LINUX_AMD64_REF)
257+
# - platform: linux/arm64
258+
# imageReference: $(NPM_LINUX_ARM64_REF)
259+
# - platform: windows/amd64
260+
# imageReference: $(NPM_WINDOWS_AMD64_REF)
261261

262262

263263
# Cilium Podsubnet E2E tests

0 commit comments

Comments
 (0)