Skip to content

Commit

Permalink
Set correct LEEWAY_WORKSPACE_ROOT for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vulkoingim authored and roboquat committed Nov 24, 2022
1 parent 9e8b89e commit 304851d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .werft/platform-delete-preview-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pod:
- name: harvester-k3s-dockerhub-pull-account
mountPath: /mnt/secrets/harvester-k3s-dockerhub-pull-account
env:
- name: LEEWAY_WORKSPACE_ROOT
value: /workspace
- name: HONEYCOMB_DATASET
value: "werft"
- name: HONEYCOMB_API_KEY
Expand Down
2 changes: 2 additions & 0 deletions .werft/platform-delete-preview-environments-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ pod:
- mountPath: /mnt/secrets/github-token-gitpod-bot
name: github-token-gitpod-bot
env:
- name: LEEWAY_WORKSPACE_ROOT
value: /workspace
- name: HONEYCOMB_DATASET
value: "werft"
- name: HONEYCOMB_API_KEY
Expand Down
2 changes: 2 additions & 0 deletions .werft/platform-trigger-artificial-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ pod:
- mountPath: /mnt/secrets/github-token-gitpod-bot
name: github-token-gitpod-bot
env:
- name: LEEWAY_WORKSPACE_ROOT
value: /workspace
- name: ROBOQUAT_TOKEN
valueFrom:
secretKeyRef:
Expand Down
2 changes: 2 additions & 0 deletions .werft/workspace-run-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ pod:
value: "/mnt/secrets/github-token-gitpod-bot/token"
- name: WERFT_CREDENTIAL_HELPER
value: "/workspace/dev/preview/werft-credential-helper.sh"
- name: LEEWAY_WORKSPACE_ROOT
value: /workspace
volumeMounts:
- name: gcp-sa
mountPath: /mnt/secrets/gcp-sa
Expand Down

0 comments on commit 304851d

Please sign in to comment.