Skip to content

Commit 64705fe

Browse files
Merge pull request #1099 from Nordix/peppi-lotta/add-CNI_NAME-env-variable
🌱 Add CNI_NAME env variable to allow switching CNI in test
2 parents d43b5ac + ded9b53 commit 64705fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jenkins/jobs/capm3-e2e-tests.pipeline

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ pipeline {
7171
EPHEMERAL_TEST = "${EPHEMERAL_TEST}"
7272
KUBERNETES_VERSION_UPGRADE_FROM = "${KUBERNETES_VERSION_UPGRADE_FROM}"
7373
KUBERNETES_VERSION_UPGRADE_TO = "${KUBERNETES_VERSION_UPGRADE_TO}"
74+
CNI_NAME = "${CNI_NAME}"
7475
}
7576

7677
stages {

jenkins/jobs/dev_env_integration_tests.pipeline

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pipeline {
4141
IRONIC_USE_MARIADB = "${params.IRONIC_USE_MARIADB}"
4242
BUILD_MARIADB_IMAGE_LOCALLY = "${params.BUILD_MARIADB_IMAGE_LOCALLY}"
4343
USE_IRSO = "${params.USE_IRSO}"
44+
CNI_NAME = "${params.CNI_NAME}"
4445
}
4546

4647
stages {

0 commit comments

Comments
 (0)