Skip to content

Commit

Permalink
Update paths in cron jobs
Browse files Browse the repository at this point in the history
In #8744 I moved files around
but had forgotten to update references to the files.

Fixes gitpod-io/ops#1255
  • Loading branch information
mads-hartmann committed Mar 14, 2022
1 parent 3e35224 commit fbdb0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .werft/ide-integration-tests-startup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion .werft/platform-delete-preview-environments-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * * *"

0 comments on commit fbdb0e3

Please sign in to comment.