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

Migrate samples to use configs from build-templates repo #980

Merged
merged 1 commit into from
May 27, 2018

Conversation

imjasonh
Copy link
Member

This removes all but the FTL build templates from samples/templates/. These should also be moved to build-templates in the future (knative/build-templates#5).

While the build-templates repo is private, this is a bit harder than it has to be. When the build-templates repo goes public, we can tell users to run kubectl apply -f https://raw.githubusercontent.com/elafros/build-templates/master/kaniko/kaniko.yaml.

Fixes #854

@google-prow-robot google-prow-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 27, 2018
Copy link
Member

@mattmoor mattmoor 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

@google-prow-robot google-prow-robot added the lgtm Indicates that a PR is ready to be merged. label May 27, 2018
@google-prow-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ImJasonH, mattmoor

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

@google-prow-robot google-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 27, 2018
@google-prow-robot google-prow-robot merged commit 3a55bca into knative:master May 27, 2018
@imjasonh imjasonh changed the title Migrate samples to use configs from build-tempaltes repo Migrate samples to use configs from build-templates repo May 30, 2018
skonto pushed a commit to skonto/serving that referenced this pull request Dec 20, 2021
Due to changes done in 68dba4a this test started flaking quite heavily.

1. `getRouteURL` wrongly stopped waiting for the route to actually get an URL.
2. The assertions used to wait for the traffic to actually switch, which it now doesn't necessarily do anymore. We need to wait for the revision state to update first.
skonto pushed a commit to skonto/serving that referenced this pull request Dec 20, 2021
Due to changes done in 68dba4a this test started flaking quite heavily.

1. `getRouteURL` wrongly stopped waiting for the route to actually get an URL.
2. The assertions used to wait for the traffic to actually switch, which it now doesn't necessarily do anymore. We need to wait for the revision state to update first.
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. lgtm Indicates that a PR is ready to be merged. 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.

3 participants