X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fnsm%2Fmeridio-e2e-test-kind.yaml;h=cf877b7f9ba18ad45c84ebc81768c1b74ed064b5;hb=1e04de639d97d2ede5202ece1f97183b042bfb0e;hp=7af366033b958d79d64ef4da2d5720eb526f3e9e;hpb=b939826a32da1e78a0d910d63536cd778e12dd45;p=infra%2Fcicd.git diff --git a/jjb/nsm/meridio-e2e-test-kind.yaml b/jjb/nsm/meridio-e2e-test-kind.yaml index 7af36603..cf877b7f 100644 --- a/jjb/nsm/meridio-e2e-test-kind.yaml +++ b/jjb/nsm/meridio-e2e-test-kind.yaml @@ -57,9 +57,9 @@ name: DEFAULT_BRANCH default: "master" description: default branch - - string: + - bool: name: NEXT - default: 'false' + default: false description: Does the job run has to call for a next run? - string: name: MERIDIO_VERSION @@ -87,12 +87,24 @@ description: Number of Kubernetes Workers - string: name: ENVIRONMENT_NAME - default: "kind-helm" + default: "kind-operator" description: Name of the environment (under test/e2e/environment directory in Meridio) - string: name: SEED default: "1" description: Order in which the tests are running + - string: + name: SKIP + default: "" + description: e2e tests to skip + - string: + name: FOCUS + default: "" + description: e2e tests to focus + - bool: + name: DRY_RUN + default: false + description: Dry Run dsl: !include-raw-escape: e2e.Jenkinsfile