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

Add doc links for Pipelines 0.28.3 #4536

Merged
merged 1 commit into from Jan 31, 2022
Merged

Add doc links for Pipelines 0.28.3 #4536

merged 1 commit into from Jan 31, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jan 31, 2022

Changes

Tekton Pipelines 0.28.3 was released today.

This commit adds links from our readme's doc table to the 0.28.3 tagged
documentation.

/kind documentation

Submitter Checklist

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

Release Notes

NONE

Tekton Pipelines 0.28.3 was released today.

This commit adds links from our readme's doc table to the 0.28.3 tagged
documentation.
@tekton-robot tekton-robot added kind/documentation Categorizes issue or PR as related to documentation. release-note-none Denotes a PR that doesnt merit a release note. labels Jan 31, 2022
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 31, 2022
@ghost
Copy link
Author

ghost commented Jan 31, 2022

/test pull-tekton-pipeline-integration-tests

@bobcatfish
Copy link
Collaborator

/approve
/lgtm

p.s. @sbwsg which test failed and made you need to run the integration tests manually, was it the sidecar test again?

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 31, 2022
@tekton-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bobcatfish

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 Jan 31, 2022
@tekton-robot tekton-robot merged commit 9b6ef48 into tektoncd:main Jan 31, 2022
@ghost
Copy link
Author

ghost commented Feb 1, 2022

@bobcatfish looking back through the logs It was an example: TestExamples/v1beta1/taskruns/run-steps-as-non-root

Here was the container status which failed:

        status:
          completionTime: "2022-01-31T20:36:04Z"
          conditions:
          - lastTransitionTime: "2022-01-31T20:36:04Z"
            message: |
              "step-show-user-1001" exited with code 1 (image: "docker-pullable://ubuntu@sha256:b5a61709a9a44284d88fb12e5c48db0409cfad5b69d4ff8224077c57302df9cf"); for logs run: kubectl -n arendelle-kfkd7 logs show-non-root-steps-run-stckw-pod -c step-show-user-1001
            reason: Failed
            status: "False"
            type: Succeeded

And the log output:

    panic.go:632: #####################################################
    panic.go:632: ### Dumping logs from Pods in the arendelle-kfkd7 ###
    panic.go:632: #####################################################
    build_logs.go:37: build logs 
        >>> Container step-show-user-1001:
        Signal 23 (URG) caught by ps (3.3.16).
        ps:ps/display.c:66: please report this bug

This specific message ^ is one I've seen once before and found that ps was patched three months ago to ignore SIGURG: https://gitlab.com/procps-ng/procps/-/commit/23da4f40ea27afe998e92ca317f2dcb48a6ffc1f

Might be something we can fix by updating the images we're using in examples? I haven't done the due diligence to find out if that patch has made it in to the latest ubuntu images yet tho, which this example leans on.

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/documentation Categorizes issue or PR as related to documentation. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesnt merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants