Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Explicitly specify trusty in travis.#1312

Merged
Random-Liu merged 4 commits intocontainerd:masterfrom
Random-Liu:travis-trusty
Oct 9, 2019
Merged

Explicitly specify trusty in travis.#1312
Random-Liu merged 4 commits intocontainerd:masterfrom
Random-Liu:travis-trusty

Conversation

@Random-Liu
Copy link
Copy Markdown
Member

@Random-Liu Random-Liu commented Oct 8, 2019

Fixes #1311.

This PR:

  1. Fixes appveyor test. Command without .exe stopped working somehow.
  2. Fixes golangci-lint version (same with containerd/containerd). We hit a lot of unexpected verification timeout failures.
  3. Updates .travis.yml based on new default ubuntu distro xenial. https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
  4. Updates integration test to work with golang 1.13 testing: panic in Init if flag.Parse has already been called golang/go#31859 (comment)

2 and 3 should be cherry-picked.

Signed-off-by: Lantao Liu lantaol@google.com

@Random-Liu Random-Liu added this to the v1.2 milestone Oct 8, 2019
@Random-Liu Random-Liu force-pushed the travis-trusty branch 3 times, most recently from bba011d to bae7466 Compare October 9, 2019 04:30
@Random-Liu Random-Liu force-pushed the travis-trusty branch 7 times, most recently from d92130a to a2814a4 Compare October 9, 2019 17:50
Signed-off-by: Lantao Liu <lantaol@google.com>
Signed-off-by: Lantao Liu <lantaol@google.com>
Signed-off-by: Lantao Liu <lantaol@google.com>
Signed-off-by: Lantao Liu <lantaol@google.com>
Copy link
Copy Markdown
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

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

LGTM
See nit for tracking issue

@echo "$(WHALE) $@"
$(GO) get -u github.com/golangci/golangci-lint/cmd/golangci-lint
$(GO) get -d github.com/golangci/golangci-lint/cmd/golangci-lint
@cd $(GOPATH)/src/github.com/golangci/golangci-lint/cmd/golangci-lint; \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

suggestion... let's open an issue (or add a line to an existing one) to use containerd/script/setup/install-dev-tools, maybe also move said script to containerd/project

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update ubuntu version used by travis

3 participants