Skip to content

Commit d7fc7e2

Browse files
ci: [WIN-NPM] remove ws19 build (#1844)
* remove NPM build for ws19 * set OS versions by variable in manifest-build --------- Co-authored-by: Vamsi Kalapala <[email protected]>
1 parent ddb3417 commit d7fc7e2

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.pipelines/pipeline.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@ stages:
184184
arch: amd64
185185
name: npm
186186
os: linux
187-
npm_windows2019_amd64:
188-
arch: amd64
189-
name: npm
190-
os: windows
191-
os_version: ltsc2019
192187
npm_windows2022_amd64:
193188
arch: amd64
194189
name: npm
@@ -289,7 +284,7 @@ stages:
289284
platforms: linux/amd64 linux/arm64 windows/amd64
290285
npm:
291286
name: npm
292-
os_versions: ltsc2019 ltsc2022
287+
os_versions: ltsc2022
293288
platforms: linux/amd64 linux/arm64 windows/amd64
294289
steps:
295290
- template: containers/manifest-template.yaml

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ cns-manifest-build: ## build azure-cns multiplat container manifest.
554554
PLATFORMS="$(PLATFORMS)" \
555555
IMAGE=$(CNS_IMAGE) \
556556
TAG=$(CNS_VERSION) \
557-
OS_VERSIONS="ltsc2022 ltsc2019"
557+
OS_VERSIONS=$(OS_VERSIONS)
558558

559559
cns-manifest-push: ## push cns multiplat container manifest
560560
$(MAKE) manifest-push \
@@ -571,7 +571,7 @@ npm-manifest-build: ## build azure-npm multiplat container manifest.
571571
PLATFORMS="$(PLATFORMS)" \
572572
IMAGE=$(NPM_IMAGE) \
573573
TAG=$(NPM_VERSION) \
574-
OS_VERSIONS="ltsc2022 ltsc2019"
574+
OS_VERSIONS=$(OS_VERSIONS)
575575

576576
npm-manifest-push: ## push multiplat container manifest
577577
$(MAKE) manifest-push \

0 commit comments

Comments
 (0)