From fbdb0e3f7f72bf92a68f2e7983118a9a1ee8682d Mon Sep 17 00:00:00 2001 From: Mads Hartmann Date: Mon, 14 Mar 2022 12:22:20 +0000 Subject: [PATCH] Update paths in cron jobs In https://github.com/gitpod-io/gitpod/pull/8744 I moved files around but had forgotten to update references to the files. Fixes https://github.com/gitpod-io/ops/issues/1255 --- .werft/ide-integration-tests-startup.yaml | 2 +- .werft/platform-delete-preview-environments-cron.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.werft/ide-integration-tests-startup.yaml b/.werft/ide-integration-tests-startup.yaml index b586f6cd48007d..deaf3eb812ca3d 100644 --- a/.werft/ide-integration-tests-startup.yaml +++ b/.werft/ide-integration-tests-startup.yaml @@ -80,7 +80,7 @@ pod: echo "using integration-test image: ${INTEGRATION_VERSION}" | werft log slice "test" - TEST_BUILD_ID=$(werft run github -a version=${INTEGRATION_VERSION} -a namespace=staging-gitpod-test-main --remote-job-path .werft/ide/run-integration-tests-ide.yaml -a testPattern=vscode.test github.com/gitpod-io/gitpod:main) + TEST_BUILD_ID=$(werft run github -a version=${INTEGRATION_VERSION} -a namespace=staging-gitpod-test-main --remote-job-path .werft/ide-run-integration-tests.yaml -a testPattern=vscode.test github.com/gitpod-io/gitpod:main) echo "running integration, job name: ${TEST_BUILD_ID}" | werft log slice "test" werft log result -d "integration test job" url "https://werft.gitpod-dev.com/job/${TEST_BUILD_ID}" diff --git a/.werft/platform-delete-preview-environments-cron.yaml b/.werft/platform-delete-preview-environments-cron.yaml index 5a9a31113ad1c0..73a126691db816 100644 --- a/.werft/platform-delete-preview-environments-cron.yaml +++ b/.werft/platform-delete-preview-environments-cron.yaml @@ -49,6 +49,6 @@ pod: (cd .werft && yarn install && mv node_modules ..) | werft log slice prep - npx ts-node .werft/delete-preview-environments/delete-preview-environments-cron.ts + npx ts-node .werft/platform-delete-preview-environments-cron.ts plugins: cron: "15 * * * *"