diff --git a/test/playwright/executor-tests/crd-workflow/smoke.yaml b/test/playwright/executor-tests/crd-workflow/smoke.yaml index 5c36ca02e25..0459708da8b 100644 --- a/test/playwright/executor-tests/crd-workflow/smoke.yaml +++ b/test/playwright/executor-tests/crd-workflow/smoke.yaml @@ -208,7 +208,7 @@ spec: name: official/playwright/v1 config: # params: --workers 4 - tag: v1.32.3-jammy + version: v1.32.3-jammy events: - cronjob: cron: "30 */4 * * *" diff --git a/test/postman/executor-tests/crd-workflow/smoke.yaml b/test/postman/executor-tests/crd-workflow/smoke.yaml index cb6baad6718..17348092e6c 100644 --- a/test/postman/executor-tests/crd-workflow/smoke.yaml +++ b/test/postman/executor-tests/crd-workflow/smoke.yaml @@ -63,7 +63,7 @@ spec: apiVersion: testworkflows.testkube.io/v1 kind: TestWorkflow metadata: - name: postman-workflow-smoke- + name: postman-workflow-smoke-template labels: core-tests: workflows spec: @@ -82,7 +82,7 @@ spec: steps: - name: Run from workingDir: /data/repo/test/postman/executor-tests - : + template: name: official/postman/v1 config: run: "newman run postman-executor-smoke.postman_collection.json --env-var TESTKUBE_POSTMAN_PARAM=TESTKUBE_POSTMAN_PARAM_value" @@ -93,7 +93,7 @@ spec: apiVersion: testworkflows.testkube.io/v1 kind: TestWorkflow metadata: - name: postman-workflow-smoke--without-envs + name: postman-workflow-smoke-template-without-envs labels: core-tests: workflows spec: @@ -111,7 +111,7 @@ spec: workingDir: /data/repo/test/postman/executor-tests steps: - name: Run from - : + template: name: official/postman/v1 config: run: "newman run postman-executor-smoke-without-envs.postman_collection.json"