Commit Graph

59 Commits

Author SHA1 Message Date
Ivo Verberk
36f2375ce6 Revert "Scope the test"
This reverts commit 7d018ef1be.
2016-06-05 13:34:24 +02:00
Ivo Verberk
d7ac4c01bb Revert "Add verbosity flag"
This reverts commit 9089105e16.
2016-06-05 13:34:16 +02:00
Ivo Verberk
337ddd5c1d Revert "Scope to one test"
This reverts commit 9e812db94e.
2016-06-05 13:34:03 +02:00
Ivo Verberk
9e812db94e Scope to one test 2016-06-05 13:22:58 +02:00
Ivo Verberk
9089105e16 Add verbosity flag 2016-06-05 13:17:13 +02:00
Ivo Verberk
7d018ef1be Scope the test 2016-06-05 12:37:18 +02:00
Sean Chittenden
9d4e37af81 Merge pull request #1156 from hashicorp/f-x-sys-unix
Use x/sys/unix vs syscall package where appropriate
2016-05-09 11:56:00 -07:00
Sean Chittenden
2ffef3d48d Fully enumerate build targets
Exclude broken build targets from gox
2016-05-07 12:12:04 -07:00
Sean Chittenden
b15dcae701 SHA512 rkt downloads
Only extract rkt if it hasn't been.  Only Fetch if it's missing.  Verify SHA512 of the tarball before extracting.

Discovered while recreating pathological failure conditions on local vagrant cluster and recreating vagrant clients in a loop over night (read: overnight testing revealed that rkt-1.2.0.tar.gz.723 didn't vary in its contents compared with rkt-1.2.0.tar.gz)
2016-05-07 10:14:36 -07:00
Sean Chittenden
cc5cb25155 Upgrade rkt from 1.2.0 to 1.5.1 2016-05-07 10:06:57 -07:00
Alex Dadgar
a1faed4fa5 Release v0.3.2-rc1 2016-04-14 13:49:20 -07:00
Alex Dadgar
6c32b1ebd8 Validate driver config on job register 2016-04-13 15:55:46 -07:00
Abhishek Chanda
4b02837d4e Update rkt and docker 2016-03-18 22:18:59 -07:00
Diptanu Choudhury
8a433eefc6 Merge pull request #933 from hashicorp/b-go-linker-flag
Go's -X linker flag now requires only one argument
2016-03-17 12:33:15 -07:00
Sean Chittenden
2bd425b9b1 Go's -X linker flag now requires only one argument 2016-03-17 11:57:46 -07:00
Alex Dadgar
a70820d7ca Respond to comments and fix test 2016-03-15 20:21:52 -07:00
Abhishek Chanda
1f77aa5dfe Always use the new package config if there is a conflict 2016-03-03 20:40:34 -08:00
Abhishek Chanda
2b48bfb3a3 Test against latest stable docker 2016-03-03 20:40:34 -08:00
Abhishek Chanda
45b8670829 Disable ipmasq in the default ptp network 2016-03-02 14:04:14 -08:00
Abhishek Chanda
f2a1218881 Print rkt and docker versions after installing 2016-03-02 14:04:14 -08:00
Abhishek Chanda
db549c68fb Put docker version in the script 2016-03-02 14:04:14 -08:00
Abhishek Chanda
e7413a57f5 Add a shebang to docker update script 2016-03-02 14:04:14 -08:00
Abhishek Chanda
0905dccb1c Enable running rkt tests in travis
- Introduces a travis target in Makefile to update docker and
  install rkt
2016-03-02 14:04:14 -08:00
Diptanu Choudhury
0682581ded Removing support for Go 1.5.3 2016-02-22 00:42:34 -08:00
Diptanu Choudhury
a1fd9075b6 Fixed the make dev target 2016-02-12 10:36:11 -08:00
Diptanu Choudhury
129e5f43ce Excluding vendor tests 2016-02-12 10:26:19 -08:00
Diptanu Choudhury
3acc5408b0 Using godeps to build 2016-02-12 10:02:16 -08:00
Jake Champlin
ee1b41622b Allow compilation on BSD
BSD Make uses `$.CURDIR` instead of `$CURDIR`. BSD and GNU share `$PWD`
though, so it works as a drop in replacement.

Also update scripts in `scripts/` to call `/usr/bin/env` in the shebang,
as BSD places `bash` at `/usr/local/bin/bash` instead of `/bin/bash`
2016-01-27 20:37:29 -05:00
Alex Dadgar
e91abac0f6 Fix a bunch of tests
Up timeouts

trusty travis beta

Increase timeouts
2016-01-20 16:03:53 -08:00
Alex Dadgar
00aa52d60c Travis uses sudo/docker and run tests as root 2016-01-19 15:44:04 -08:00
Seth Vargo
5e3ed9619a Remove old scripts 2016-01-13 22:05:56 -05:00
Diptanu Choudhury
c2f81fe845 Removed a broken dependency 2015-12-17 13:12:28 -08:00
Diptanu Choudhury
06443a6629 Using cgo dependencies to look up users 2015-12-15 11:12:13 -08:00
Camilo Aguilar
fbd484034c Fixes #505
https://github.com/hashicorp/nomad/pull/421 removed the last piece
of CGO dependant code. We we can stop building binaries with CGO
enabled now.
2015-12-04 12:20:34 -05:00
Chris Bednarski
c56bb46f67 Merge pull request #438 from hashicorp/b-makefile
Added some missing dependencies for linux x-compile
2015-11-18 13:46:33 -08:00
Chris Bednarski
25484421d9 increased test timeout to 80s so docker tests don't timeout and panic 2015-11-18 11:13:03 -08:00
Chris Bednarski
6f17902027 Added some missing dependencies for linux x-compile 2015-11-17 17:29:27 -08:00
Alex Dadgar
db88c38bc7 Bind alloc dir and task local dir to docker containers and parse args correctly 2015-10-15 16:40:07 -07:00
Seth Vargo
9f59249984 Merge pull request #235 from hashicorp/sethvargo/shopt
Add shopt globs to include hidden files
2015-10-10 13:47:25 -04:00
Seth Vargo
c31e1aad0e Add shopt globs to include hidden files 2015-10-08 13:48:17 -04:00
Abhishek Chanda
64cedc1b27 Print coverage info while running tests 2015-10-06 19:13:04 -07:00
Alex Dadgar
257be30096 OS dependant build dependencies 2015-10-06 10:51:18 -07:00
Alex Dadgar
265271e721 OS specific build dependencies 2015-10-05 13:36:25 -07:00
Ryan Uber
24018160d8 Add release target, package Nomad 2015-09-30 12:54:59 -07:00
Ryan Uber
9dcf65eed5 Makefile updates 2015-09-30 12:39:05 -07:00
Ryan Uber
f12530abfb Make fixes for OS-specific deps 2015-09-29 15:42:57 -07:00
lalyos
1a7fe0b9d7 use 'idiomatic' bash 2015-09-29 16:58:09 +02:00
Mitchell Hashimoto
474221f42a scripts 2015-09-27 23:58:40 -07:00
Mitchell Hashimoto
7581d5fcde scripts 2015-09-27 23:45:09 -07:00
Mitchell Hashimoto
89cee34181 scripts for release 2015-09-27 23:21:00 -07:00