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

Fix helm chart for deprecated extensions/v1beta1 #2652

Merged
merged 1 commit into from
May 20, 2020

Conversation

afrittoli
Copy link
Member

Changes

As of k8s 1.16 extensions/v1beta1 is deprecated, so the deployment
in the test helm chart should be fixed accordingly.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide for more details.

Double check this list of stuff that's easy to miss:

Reviewer Notes

If API changes are included, additive changes must be approved by at least two OWNERS and backwards incompatible changes must be approved by more than 50% of the OWNERS, and they must first be added in a backwards compatible way.

@afrittoli
Copy link
Member Author

/kind bug

@tekton-robot tekton-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. kind/bug Categorizes issue or PR as related to a bug. labels May 20, 2020
@tekton-robot
Copy link
Collaborator

This PR cannot be merged: expecting exactly one kind/ label

Available kind/ labels are:

kind/bug: Categorizes issue or PR as related to a bug.
kind/flake: Categorizes issue or PR as related to a flakey test
kind/cleanup: Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/design: Categorizes issue or PR as related to design.
kind/documentation: Categorizes issue or PR as related to documentation.
kind/feature: Categorizes issue or PR as related to a new feature.
kind/misc: Categorizes issue or PR as a miscellaneuous one.

1 similar comment
@tekton-robot
Copy link
Collaborator

This PR cannot be merged: expecting exactly one kind/ label

Available kind/ labels are:

kind/bug: Categorizes issue or PR as related to a bug.
kind/flake: Categorizes issue or PR as related to a flakey test
kind/cleanup: Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/design: Categorizes issue or PR as related to design.
kind/documentation: Categorizes issue or PR as related to documentation.
kind/feature: Categorizes issue or PR as related to a new feature.
kind/misc: Categorizes issue or PR as a miscellaneuous one.

@vdemeester
Copy link
Member

@afrittoli we may need to disable the tests temporarly ?

afrittoli added a commit to afrittoli/pipeline that referenced this pull request May 20, 2020
The helm test was temporarily disabled until
tektoncd#2652 as merged.
Re-nabled it now.

Depends-on tektoncd#2652
@afrittoli afrittoli mentioned this pull request May 20, 2020
3 tasks
@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 20, 2020
@vdemeester
Copy link
Member

/test pull-tekton-pipeline-integration-tests

@vdemeester
Copy link
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label May 20, 2020
Copy link
Collaborator

@bobcatfish bobcatfish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve
/meow

t.Errorf("Error waiting for PipelineRun %s to finish: %s", helmDeployPipelineRunName, err)
t.Fatalf("PipelineRun execution failed; helm may or may not have been installed :(")
t.Logf("Error waiting for PipelineRun %s to finish: %s", helmDeployPipelineRunName, err)
t.Logf("PipelineRun execution failed; helm may or may not have been installed :(")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the chart is pulled from master, temporary let the test pass
until this is merged, then we can enforce back the check.

eek!

i think it would make sense to include a comment maybe at this point in the test to explain why this isn't being enforced anymore? I dont wanna block the fix tho and im guessing we'll update this immediately after the merge tho!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, but it looks like this is not enough anyways because the CI tests timed-out, so I guess they're waiting for too long. I'll make another fix.

@tekton-robot
Copy link
Collaborator

@bobcatfish: cat image

In response to this:

/lgtm
/approve
/meow

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.

@tekton-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bobcatfish, 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:
  • OWNERS [bobcatfish,vdemeester]

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

As of k8s 1.16 extensions/v1beta1 is deprecated, so the deployment
in the test helm chart should be fixed accordingly.

Since the chart is pulled from master, temporary let the test pass
until this is merged, then we can enforce back the check.
@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label May 20, 2020
@afrittoli
Copy link
Member Author

/test tekton-pipeline-unit-tests
/test pull-tekton-pipeline-integration-tests

@bobcatfish
Copy link
Collaborator

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label May 20, 2020
@vdemeester
Copy link
Member

/lgtm

@tekton-robot tekton-robot merged commit af95a2d into tektoncd:master May 20, 2020
afrittoli added a commit to afrittoli/pipeline that referenced this pull request May 20, 2020
The helm chart test was disabled in tektoncd#2652
to solve an issue with the helm chart.

Re-enable the test now.
tekton-robot pushed a commit that referenced this pull request May 21, 2020
The helm chart test was disabled in #2652
to solve an issue with the helm chart.

Re-enable the test now.
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. 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.

4 participants