Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 778aed1

Browse files
committed
Add -ForceCustom
1 parent fb443a6 commit 778aed1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

linux_pipeline/Jenkins_pipeline_msft

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ pipeline {
392392
" -RGIdentifier '${env.LISAV2_RG_IDENTIFIER}'" +
393393
" -TestPlatform 'Azure'" +
394394
" -CustomKernel 'localfile:./scripts/package_building/${env.BUILD_NUMBER}-${env.BRANCH_NAME}-${env.KERNEL_ARTIFACTS_PATH}/*/${env.PACKAGE_TYPE}/*.${env.PACKAGE_TYPE}'" +
395-
" -OverrideVMSize '${env.LISAV2_AZURE_VM_SIZE_LARGE}'" +
395+
" -OverrideVMSize '${env.LISAV2_AZURE_VM_SIZE_LARGE}' -ForceCustom" +
396396
" -ARMImageName '${env.AZURE_OS_IMAGE}'" +
397397
" -TestNames 'VERIFY-LIS-MODULES-VERSION'" +
398398
" -StorageAccount 'ExistingStorage_Standard'" +
@@ -427,7 +427,7 @@ pipeline {
427427
" -RGIdentifier '${env.LISAV2_RG_IDENTIFIER}'" +
428428
" -TestPlatform 'Azure'" +
429429
" -CustomKernel 'localfile:./scripts/package_building/${env.BUILD_NUMBER}-${env.BRANCH_NAME}-${env.KERNEL_ARTIFACTS_PATH}/*/${env.PACKAGE_TYPE}/*.${env.PACKAGE_TYPE}'" +
430-
" -OverrideVMSize '${env.LISAV2_AZURE_VM_SIZE_SMALL}'" +
430+
" -OverrideVMSize '${env.LISAV2_AZURE_VM_SIZE_SMALL}' -ForceCustom" +
431431
" -ARMImageName '${env.AZURE_OS_IMAGE}'" +
432432
" -TestNames 'VERIFY-LIS-MODULES-VERSION'" +
433433
" -StorageAccount 'ExistingStorage_Standard'" +
@@ -497,7 +497,7 @@ pipeline {
497497
" -RGIdentifier '${env.LISAV2_RG_IDENTIFIER}'" +
498498
" -TestPlatform 'Azure'" +
499499
" -CustomKernel 'localfile:./scripts/package_building/${env.BUILD_NUMBER}-${env.BRANCH_NAME}-${env.KERNEL_ARTIFACTS_PATH}/*/${env.PACKAGE_TYPE}/*.${env.PACKAGE_TYPE}'" +
500-
" -OverrideVMSize '${env.LISAV2_AZURE_VM_SIZE_SMALL}'" +
500+
" -OverrideVMSize '${env.LISAV2_AZURE_VM_SIZE_SMALL}' -ForceCustom" +
501501
" -ARMImageName '${env.AZURE_OS_IMAGE}'" +
502502
" -TestNames 'CAPTURE-VHD-BEFORE-TEST'" +
503503
" -XMLSecretFile '${env.Azure_Secrets_File}'"

linux_pipeline/Jenkinsfile_upstream_kernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ pipeline {
397397
" -RGIdentifier '${LISAV2_RG_IDENTIFIER}'" +
398398
" -TestPlatform 'Azure'" +
399399
" -CustomKernel 'localfile:./scripts/package_building/${env.BUILD_NUMBER}-${env.BRANCH_NAME}-${env.KERNEL_ARTIFACTS_PATH}/*/${env.PACKAGE_TYPE}/*.${env.PACKAGE_TYPE}'" +
400-
" -OverrideVMSize '${LISAV2_AZURE_VM_SIZE_LARGE}'" +
400+
" -OverrideVMSize '${LISAV2_AZURE_VM_SIZE_LARGE}' -ForceCustom" +
401401
" -ARMImageName '${AZURE_OS_IMAGE}'" +
402402
" -TestNames 'VERIFY-LIS-MODULES-VERSION'" +
403403
" -StorageAccount 'ExistingStorage_Standard'" +

0 commit comments

Comments
 (0)