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 CAPD Calico manifest URL #2564

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

JoelSpeed
Copy link
Contributor

What this PR does / why we need it:

Calico have removed the v3.12 hosted version of their docs (the link 404s) and now the CAPD tests are failing because the file they're downloading is not valid YAML

I've quickly verified and calico currently seem to host the calico manifest at three locations:

  • manifests/calico.yaml (this matches the current latest release)
  • v3.13/manifests/calico.yaml
  • master/manifests/calico.yaml

If we use a specific release, it's likely this test is going to break regularly as they create new releases, I propose we use the naked manifests/calico.yaml as it should always match the latest release and should be stable

I suspect this got broken with this projectcalico/calico@5ba055a

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 6, 2020
@k8s-ci-robot k8s-ci-robot requested review from detiber and justinsb March 6, 2020 10:05
@randomvariable
Copy link
Member

/lgtm

think it's reasonable we get signal on newer releases of Calico.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 6, 2020
@ncdc
Copy link
Contributor

ncdc commented Mar 6, 2020

/approve
thanks for the fix!

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoelSpeed, ncdc

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 6, 2020
@k8s-ci-robot k8s-ci-robot merged commit 5b9dbfa into kubernetes-sigs:master Mar 6, 2020
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", 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