metal3: Fix cron syntax
[infra/cicd.git] / jjb / nsm / meridio-e2e-test-kind.yaml
index cf877b7f9ba18ad45c84ebc81768c1b74ed064b5..2a16b747581e680c1ec6d845892b6d9556e498bc 100644 (file)
     project-type: pipeline
     disabled: '{obj:disabled}'
 
-    concurrent: false
-
     properties:
       - github:
           url: https://github.com/Nordix/Meridio-Operator
+      - build-discarder:
+          days-to-keep: 60
+          num-to-keep: 2000
+          artifact-days-to-keep: 60
+          artifact-num-to-keep: 2000
+
 
     parameters:
       - string:
           name: FOCUS
           default: ""
           description: e2e tests to focus
+      - string:
+          name: KIND_EXTERNAL_HOST_DEFAULT_ROUTE
+          default: 'yes'
+          description: Kind gateway to advertise default or non-default routes
       - bool:
           name: DRY_RUN
           default: false