Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set HOME="/tekton/home" for GCS PipelineResources #4081

Merged
merged 1 commit into from Jul 8, 2021
Merged

Set HOME="/tekton/home" for GCS PipelineResources #4081

merged 1 commit into from Jul 8, 2021

Conversation

ghost
Copy link

@ghost ghost commented Jul 8, 2021

Changes

Dashboard noticed their nightly release pipeline no longer worked
after a Pipelines upgrade in dogfooding. They tracked it to use of a GCS
pipeline resource; adding a HOME="/tekton/home" env var to the Task's
PodTemplate resolved the issue
.

Prior to this commit the GCS PipelineResource didn't get its HOME
explicitly set to /tekton/home.

After this commit the GCS PipelineResource always includes this env var in
the pre- and post- containers it adds to Task pods.

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

Release Notes

Fixed bug where GCS PipelineResource failed to upload unless HOME="/tekton/home" was explicitly set in task's pod template.

/kind bug

Dashboard noticed their nightly release pipeline no longer worked
after a Pipelines upgrade in dogfooding. They tracked it to use of a GCS
pipeline resource; adding a HOME="/tekton/home" env var to the Task's
PodTemplate resolved the issue.

Prior to this commit the GCS PipelineResource didn't get its HOME
explicitly set to /tekton/home.

After this commit the GCS PipelineResource always includes this env var in
the pre- and post- containers it adds to Task pods.
@tekton-robot tekton-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/bug Categorizes issue or PR as related to a bug. labels Jul 8, 2021
@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 8, 2021
@tekton-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 8, 2021
@tekton-robot
Copy link
Collaborator

The following is the coverage report on the affected files.
Say /test pull-tekton-pipeline-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/resource/v1alpha1/storage/gcs.go 91.4% 91.9% 0.5

@pritidesai
Copy link
Member

thanks @sbwsg
/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 8, 2021
@tekton-robot tekton-robot merged commit 0e9d9e6 into tektoncd:main Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants