Add prow parameters to e2e basic test 70/20570/1
authorMohammed Boukhalfa <mohammed.boukhalfa@est.tech>
Mon, 19 Feb 2024 06:40:35 +0000 (08:40 +0200)
committerMohammed Boukhalfa <mohammed.boukhalfa@est.tech>
Mon, 19 Feb 2024 06:40:35 +0000 (08:40 +0200)
Change-Id: I26ca12c127c47b2bc38498dff8e530cd433c8ed5
Signed-off-by: Mohammed Boukhalfa <mohammed.boukhalfa@est.tech>
jjb/metal3/job_capm3_e2e_basic_tests.yml

index cd7962f9b4a15aa5f31962e8f87b5ab1af8d07e6..3234a6fe507340eab7ac631cfde1e598c6ff9e23 100644 (file)
     disabled: False
     concurrent: True
     parameters:
+    # Parameters set by Prow
+    - string:
+        name: BUILD_ID
+        description: 'Used by Prow when triggering jobs'
+    - string:
+        name: PROW_JOB_ID
+        description: 'Used by Prow when triggering jobs'
+    - string:
+        name: REPO_OWNER
+        default: '{org}'
+        description: 'Project github repo org name'
+    - string:
+        name: REPO_NAME
+        default: '{repo}'
+        description: 'Project github repo name'
+    - string:
+        name: PULL_BASE_REF
+        default: 'main'
+        description: 'Ref name of the base branch'
+    - string:
+        name: PULL_PULL_SHA
+        default: 'main'
+        description: 'Pull request head SHA'
+    # End of Prow parameters
     - string:
         name: PROJECT_REPO_ORG
         default: '{org}'