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

Restore gate jobs #8388

Merged
merged 5 commits into from
May 18, 2018
Merged

Restore gate jobs #8388

merged 5 commits into from
May 18, 2018

Conversation

tengqm
Copy link
Contributor

@tengqm tengqm commented May 7, 2018

Most gate jobs have been disabled recently so we are risking introduce
many defects when migrating to Hugo. This PR fixes the gate job to get
it running again.

Most gate jobs have been disabled recently so we are risking introduce
many defects when migrating to Hugo. This PR fixes the gate job to get
it running again.
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 7, 2018
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 7, 2018
@k8sio-netlify-preview-bot
Copy link
Collaborator

k8sio-netlify-preview-bot commented May 7, 2018

Deploy preview for kubernetes-io-master-staging ready!

Built with commit 6457c21

https://deploy-preview-8388--kubernetes-io-master-staging.netlify.com

@mdlinville
Copy link
Contributor

/assign @chenopis

@chenopis chenopis added this to the Hugo Migration milestone May 18, 2018
@@ -42,7 +42,7 @@ type CanonicalTag struct {
// Checks that all glossary files (../_data/glossary/*) contain valid tags
// that are present in the canonical set.
func TestCanonicalTags(t *testing.T) {
canonicalTagsDir := "../_data/canonical-tags"
canonicalTagsDir := "../data/canonical-tags"
Copy link
Contributor

@chenopis chenopis May 18, 2018

Choose a reason for hiding this comment

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

I'm seeing an error message in Travis:

glossary_test.go:73: Unable to read directory ../data/glossary: open ../data/glossary: no such file or directory

This is because we're no longer using YAML files to generate the glossary so that data directory has been removed. Consequently, this file can be deleted.

@chenopis
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 18, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chenopis

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 May 18, 2018
@k8s-ci-robot k8s-ci-robot merged commit abcb57e into kubernetes:master May 18, 2018
@tengqm tengqm deleted the restore-ci-gate branch May 29, 2018 04:58
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/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants