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

s390x related fixes for tekton pipeline #3064

Closed
8 of 16 tasks
barthy1 opened this issue Aug 5, 2020 · 6 comments
Closed
8 of 16 tasks

s390x related fixes for tekton pipeline #3064

barthy1 opened this issue Aug 5, 2020 · 6 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@barthy1
Copy link
Member

barthy1 commented Aug 5, 2020

At this moment tekton pipeline is tested and released only for amd64 architecture.
I'd like to use this issue to track issues/work to run and test tekton pipeline on s390x architecture (IBM Z).
This work is part of tektoncd/plumbing#495 discussion.
List of issues/PRs can be updated in the future.

Bugs in the code:

  • fail to run task with multi-arch image on non amd64 cluster (issue, PR)

e2e test errors:

  • amd64 only test images (fails to run on s390x):
    • alpine/git (merged PR)
    • alpine/helm
    • gcr.io/kaniko-project/executor (merged PR)
    • gcr.io/tekton-releases/dogfooding/skopeo (PR)
    • quay.io/rhpipeline/skopeo:alpine (issue, PR)
  • sha for busybox is amd64 specific for TestTaskRunStatus test -> fix TestTaskRunStatus e2e test to run on s390x #3061

examples test errors:

  • amd64 only test images (fails to run on s390x):
    • quay.io/rhpipeline/skopeo:alpine (issue, PR)
    • gcr.io/cloud-builders/git (merged PR)
    • gcr.io/kaniko-project/executor:v0.17.1 (PR)
    • registry (replaced by available image for s390x) (merged PR)
    • gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.11.0
    • docker:dind
    • docker
    • alpine/git:v2.24.3 (merged PR)
    • gcr.io/tekton-releases/dogfooding/alpine-git-nonroot:mario (PR)
    • node (merged PR)

PR #3107 to temporarily exclude failing tests is done

@ghost ghost added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 5, 2020
@pritidesai
Copy link
Member

@barthy1 how about the examples? any changes needed in sample YAMLs?

@barthy1
Copy link
Member Author

barthy1 commented Aug 5, 2020

@pritidesai yeah, examples are actually in worse state for non Intel architectures :(
I am working now to identify at least most common reasons of the failures. Most of the errors are still connected to test images, available only for amd64. So soon the issue will be extended with examples section

@tekton-robot
Copy link
Collaborator

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/lifecycle stale

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 4, 2021
@tekton-robot
Copy link
Collaborator

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten with a justification.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/lifecycle rotten

Send feedback to tektoncd/plumbing.

@tekton-robot tekton-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Mar 6, 2021
@tekton-robot
Copy link
Collaborator

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen with a justification.
Mark the issue as fresh with /remove-lifecycle rotten with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/close

Send feedback to tektoncd/plumbing.

@tekton-robot
Copy link
Collaborator

@tekton-robot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen with a justification.
Mark the issue as fresh with /remove-lifecycle rotten with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.

/close

Send feedback to tektoncd/plumbing.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

3 participants