Skip to content

Commit 8b711fe

Browse files
committed
removing upgradeAzureIpam parameter
1 parent 346f3cf commit 8b711fe

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.pipelines/cni/cilium/cilium-overlay-load-test-template.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ parameters:
1212
dualstackVersion: ""
1313
cni: "cilium"
1414
upgradeScenario: ""
15-
upgradeAzureIpam: ""
1615

1716
# Condition confirms that:
1817
# Previous job has reported Succeeded. Previous job is currently setup which controls variable assignment and we are dependent on its success.
1918
# CONTROL_CNI either contains 'cniv1' or 'all'. It is not case sensitive
2019
stages:
21-
- ${{if eq(parameters.upgradeAzureIpam, '')}}:
20+
- ${{if eq(parameters.upgradeScenario, false)}}:
2221
- stage: create_${{ parameters.name }}
2322
condition: and( succeeded(), and( or( contains(variables.CONTROL_CNI, 'cilium') , contains(variables.CONTROL_CNI, 'all') ), or( contains(variables.CONTROL_OS, 'linux'), contains(variables.CONTROL_OS, 'all') ) ) )
2423
variables:
@@ -63,7 +62,7 @@ stages:
6362
pool:
6463
name: "$(BUILD_POOL_NAME_DEFAULT)"
6564
dependsOn:
66-
- ${{ if and(eq(parameters.upgradeAzureIpam, ''), eq(parameters.upgradeScenario, false)) }}:
65+
- ${{ if eq(parameters.upgradeScenario, false) }}:
6766
- create_${{ parameters.name }}
6867
- ${{ else }}:
6968
- ${{ parameters.dependsOn }}

.pipelines/cni/pipeline.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ stages:
308308
vmSize: ${VM_SIZE_CILIUM}
309309
arch: amd64
310310
cni: "cilium"
311-
upgradeAzureIpam: ''
312311
upgradeScenario: false
313312

314313
- template: cilium/cilium-overlay-load-test-template.yaml
@@ -321,7 +320,6 @@ stages:
321320
vmSize: ${VM_SIZE_CILIUM}
322321
arch: amd64
323322
cni: "cilium"
324-
upgradeAzureIpam: ''
325323
upgradeScenario: false
326324

327325
- template: cilium/cilium-overlay-load-test-template.yaml
@@ -334,7 +332,6 @@ stages:
334332
arch: amd64
335333
osSKU: AzureLinux
336334
cni: "cilium"
337-
upgradeAzureIpam: ''
338335
upgradeScenario: false
339336

340337
- template: cilium/cilium-overlay-load-test-template.yaml
@@ -346,7 +343,6 @@ stages:
346343
vmSize: Standard_D8ps_v5
347344
arch: arm64
348345
cni: "cilium"
349-
upgradeAzureIpam: ''
350346
upgradeScenario: false
351347

352348
- template: cilium/cilium-overlay-load-test-template.yaml
@@ -358,7 +354,6 @@ stages:
358354
vmSize: Standard_HC44-16rs
359355
arch: amd64
360356
cni: "cilium"
361-
upgradeAzureIpam: ''
362357
upgradeScenario: false
363358

364359
- template: cilium/cilium-overlay-load-test-template.yaml
@@ -371,7 +366,6 @@ stages:
371366
arch: amd64
372367
dualstackVersion: ${CILIUM_DUALSTACK_VERSION}
373368
cni: "cilium_dualstack"
374-
upgradeAzureIpam: ''
375369
upgradeScenario: false
376370

377371
- template: cilium/cilium-overlay-load-test-template.yaml
@@ -384,7 +378,6 @@ stages:
384378
arch: arm64
385379
dualstackVersion: ${CILIUM_DUALSTACK_VERSION}
386380
cni: "cilium_dualstack"
387-
upgradeAzureIpam: ''
388381
upgradeScenario: false
389382

390383
- template: cilium/cilium-overlay-load-test-template.yaml
@@ -398,7 +391,6 @@ stages:
398391
osSKU: AzureLinux
399392
dualstackVersion: ${CILIUM_DUALSTACK_VERSION}
400393
cni: "cilium_dualstack"
401-
upgradeAzureIpam: ''
402394
upgradeScenario: false
403395

404396
- template: cilium/cilium-overlay-load-test-template.yaml
@@ -411,7 +403,6 @@ stages:
411403
arch: amd64
412404
dualstackVersion: ${CILIUM_DUALSTACK_VERSION}
413405
cni: "cilium_dualstack"
414-
upgradeAzureIpam: ''
415406
upgradeScenario: false
416407

417408

@@ -426,7 +417,6 @@ stages:
426417
vmSize: ${VM_SIZE_CILIUM}
427418
arch: amd64
428419
cni: "cilium"
429-
upgradeAzureIpam: ${UPGRADE_AZURE_IPAM}
430420
upgradeScenario: true
431421
dependsOn: cilium_overlay
432422

@@ -440,7 +430,6 @@ stages:
440430
vmSize: ${VM_SIZE_CILIUM}
441431
arch: amd64
442432
cni: "cilium"
443-
upgradeAzureIpam: ${UPGRADE_AZURE_IPAM}
444433
upgradeScenario: true
445434
dependsOn: cilium_overlay_hubble
446435

@@ -454,7 +443,6 @@ stages:
454443
arch: amd64
455444
osSKU: AzureLinux
456445
cni: "cilium"
457-
upgradeAzureIpam: ${UPGRADE_AZURE_IPAM}
458446
upgradeScenario: true
459447
dependsOn: cilium_overlay_mariner
460448

@@ -467,7 +455,6 @@ stages:
467455
vmSize: Standard_D8ps_v5
468456
arch: arm64
469457
cni: "cilium"
470-
upgradeAzureIpam: ${UPGRADE_AZURE_IPAM}
471458
upgradeScenario: true
472459
dependsOn: cilium_overlay_arm
473460

@@ -480,7 +467,6 @@ stages:
480467
vmSize: Standard_HC44-16rs
481468
arch: amd64
482469
cni: "cilium"
483-
upgradeAzureIpam: ${UPGRADE_AZURE_IPAM}
484470
upgradeScenario: true
485471
dependsOn: cilium_overlay_rdma
486472

@@ -494,7 +480,6 @@ stages:
494480
arch: amd64
495481
dualstackVersion: ${CILIUM_DUALSTACK_VERSION}
496482
cni: "cilium_dualstack"
497-
upgradeAzureIpam: ${UPGRADE_AZURE_IPAM}
498483
upgradeScenario: true
499484
dependsOn: cilium_overlay_ds
500485

@@ -508,7 +493,6 @@ stages:
508493
arch: arm64
509494
dualstackVersion: ${CILIUM_DUALSTACK_VERSION}
510495
cni: "cilium_dualstack"
511-
upgradeAzureIpam: ${UPGRADE_AZURE_IPAM}
512496
upgradeScenario: true
513497
dependsOn: cilium_ds_arm
514498

@@ -523,7 +507,6 @@ stages:
523507
osSKU: AzureLinux
524508
dualstackVersion: ${CILIUM_DUALSTACK_VERSION}
525509
cni: "cilium_dualstack"
526-
upgradeAzureIpam: ${UPGRADE_AZURE_IPAM}
527510
upgradeScenario: true
528511
dependsOn: cilium_ds_mariner
529512

@@ -537,7 +520,6 @@ stages:
537520
arch: amd64
538521
dualstackVersion: ${CILIUM_DUALSTACK_VERSION}
539522
cni: "cilium_dualstack"
540-
upgradeAzureIpam: ${UPGRADE_AZURE_IPAM}
541523
upgradeScenario: true
542524
dependsOn: cilium_ds_rdma
543525

0 commit comments

Comments
 (0)