Commit Graph

52 Commits (ec19ddaff95f7643dd209cfa51104e4e2eac19ea)

Author SHA1 Message Date
Anders F Björklund ff07ab8bd1 Upgrade go version 1.13.6 -> 1.13.8 2020-03-08 12:32:46 +01:00
sayboras 5626934b0a Upgrade to 1.13.6 2020-02-23 23:10:13 +11:00
Medya Gh 4aa8da9d78 bumpg golang version 2019-11-06 14:01:00 -08:00
Sharif Elgamal 96fe568187
proper name for build test 2019-10-28 15:03:25 -07:00
Sharif Elgamal c186ae8200
just run make instead of make cross 2019-10-28 14:58:09 -07:00
Sharif Elgamal c42d3aa3cc
combine lint and boilerplate 2019-10-25 15:53:04 -07:00
Sharif Elgamal 9c33e0b10f
add make cross to travis tests 2019-10-25 15:38:12 -07:00
Medya Gh 659d6c3cc7 pin go version for boilerplate 2019-10-23 13:50:30 -07:00
Thomas Strömberg 989dc02ec3
Merge pull request #5544 from duohedron/boilerplate
Get rid of python scripts in build process
2019-10-23 11:58:25 -07:00
tanjunchen 3f4bd38881 upgrade go version 1.12.9 -> 1.12.12 2019-10-21 18:24:45 +08:00
duohedron a4f9594db1
Merge branch 'master' into boilerplate 2019-10-07 16:55:14 +02:00
Marcin Niemira 4134d08cb1
Update .travis.yml 2019-10-07 12:43:51 +11:00
duohedron bcd7d73389 Boilerplate checking python script replaced with go 2019-10-05 19:31:39 +02:00
Marcin Niemira 6596b3687e
rm spaces on end of line
fix yaml aligment
2019-10-03 21:22:11 +10:00
Medya Gh 66729328ba set notification settings travis-ci 2019-09-26 10:53:21 -07:00
Medya Gh ff26fb3ab7 make codecov bot to comment on PRs 2019-09-25 11:48:40 -07:00
Medya Gh c5121099cf give name to each test 2019-09-25 11:29:21 -07:00
Medya Gh e2f91f0933 travis parallel refactor 2019-09-25 11:20:28 -07:00
Medya Gh 9b99de5806 travis golang 2019-09-25 10:31:15 -07:00
Medya Gh 3aece1262a install libvirt travis 2019-09-25 10:17:42 -07:00
Medya Gh daab6ca8c5 use include in travis for multi vm 2019-09-25 09:14:53 -07:00
Medya Gh a654a3e3ae move language up 2019-09-25 08:45:05 -07:00
Medya Gh f2cba872c4 move duplicate language to reduce extra travis vm 2019-09-25 08:39:43 -07:00
Medya Gh c97aa4dcc1 parallel travis tests 2019-09-25 08:33:34 -07:00
chentanjun 9852c29ab2 fix-up typo 2019-09-22 10:10:37 +08:00
Medya Gh bcef943bec make travisbuddy only to comment on failure 2019-08-21 15:00:00 -07:00
Medya Gh 417feb6f1f adding travisbuddy bot for lint error comment 2019-08-21 14:35:33 -07:00
William Zhang 204b3944f3 bump to go1.12.9
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn>
2019-08-19 08:44:40 +08:00
Sharif Elgamal 3f18cf3b89
Adding GOPROXY to Travis (#5018)
* Adding GOPROXY to Travis and fixing libmachine go mod entry

* add comment for weird version
2019-08-09 15:55:17 -07:00
Medya Gh c6636bf832 pinning go version in travis 2019-07-22 16:20:55 -07:00
cclauss de6112f756 Lint Python code for syntax errors and undefined names
Lint Python code for issues like  #4741 and  #4762.
2019-07-16 11:34:49 +02:00
tstromberg fc1d6acf87 Install libvirt-dev to build/lint kvm2 2019-05-14 09:15:28 -07:00
Tiago Ilieve 8b17e6070c Add Go modules, remove Go dep 2019-05-13 20:39:31 +02:00
Thomas Stromberg 0d2e0dfeec Let Travis track the latest stable Go 1.x release.
This keeps us in sync with what the developers are likely using, as well
as lowers the maintenance burden by not requiring this file to be
manually edited every 6 months.
2018-10-04 13:35:19 -07:00
dlorenc 4c89d41a32 Update to go 1.10.1 everywhere. 2018-07-26 10:00:41 -07:00
Davor Kapsa e0c79273c1
travis: update go version
1.9.x match latest patch version(1.9.2 today)
2017-12-17 12:31:21 +01:00
Priya Wadhwa ef39ac3705 upgrade to go 1.9 2017-10-24 09:28:57 -07:00
Matt Rickard 1650c59774 Add sudo to travis
The builds have been failing, sudo gives us more memory to work with.
2017-08-14 10:19:00 -07:00
Matt Rickard 575d970281 Set dist:precise on travis
We've encountered some flakes on the new travis trust build slaves.
Setting it back to dist:precise to see if this fixes them.
2017-08-09 15:20:56 -07:00
Matt Rickard b369e4b9a1 Remove sudo and specific dist from travis
This hasn't been needed for awhile.  It should make the travis builds
significantly quicker.
2017-06-29 11:34:23 -07:00
Matt Rickard f28762d7c7 Kubernetes 1.7 requires >= go1.8
Bump travis and bump darwin cross build container image
2017-06-20 10:10:18 -07:00
Nick Kubala 344f6d94dd fix broken service url unit test (#1529) 2017-05-26 10:20:06 -07:00
Matt Rickard 86bc160801 Remove libvirt dependency from travis build 2017-04-07 14:18:40 -07:00
Matt Rickard b9a115b3ae Add LocalClient to bypass RPC for drivers
This adds a new libmachine API implementation that skips RPC and instead
uses a vendored in driver directly.  This removes the need to download a
separate driver binary.  Currently, only the "core" drivers, and kvm are
supported as vendored in.  This means that xhyve is the only driver that
requires a separate binary for now.
2017-02-06 21:17:22 -08:00
Dan Lorenc 567778307e Update to go 1.7.1 2016-09-23 09:28:06 -07:00
Aaron Prindle 85ae6ea86f Added test coverage monitoring. Also added comments to test.sh changes. 2016-08-18 16:19:03 -07:00
Jimmi Dyson 80d9f93606
Fix up vanity URL for travis clone 2016-07-21 14:35:40 +01:00
dlorenc d8e2d8e2b7 Add a Makefile to replace build.sh and test.sh. 2016-05-04 14:45:06 -07:00
dlorenc 283ba20d51 Fix files with missing copyright headers. 2016-05-02 12:02:16 -07:00
Dan Lorenc 9466866593 Add gofmt check to travis. 2016-05-01 20:23:39 -07:00