Skip to content

Commit

Permalink
Merge branch 'master' into 8488-xfs-300mib-xfs-min
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-rancher authored May 8, 2024
2 parents 9faa719 + 0f72db8 commit 3f43589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/e2e/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ def REGISTRY_PASSWORD
// parameter for hdd test
def USE_HDD = params.USE_HDD ? params.USE_HDD : false

// parameter for v2 test
def RUN_V2_TEST = params.RUN_V2_TEST ? params.RUN_V2_TEST : true

node {

withCredentials([
Expand Down Expand Up @@ -114,6 +117,7 @@ node {
--env TF_VAR_registration_code=${REGISTRATION_CODE} \
--env TF_VAR_cis_hardening=${CIS_HARDENING} \
--env TF_VAR_resources_owner=longhorn-long-running \
--env TF_VAR_extra_block_device=${RUN_V2_TEST} \
--env IMAGE_NAME=${imageName} \
-v /var/run/docker.sock:/var/run/docker.sock \
--mount source="vol-${imageName}",target=/tmp \
Expand Down

0 comments on commit 3f43589

Please sign in to comment.