Commit Graph

853 Commits

Author SHA1 Message Date
Peter Dave Hello b3fe000d51
Merge pull request #802 from nodejs/bats
Use BATS for image testing
2018-07-04 22:39:33 +08:00
Christopher Horrell df219f1377
Wrap exports and test execution in a subshell 2018-07-03 09:48:13 -04:00
Christopher Horrell 9677d6aa5a
Add get_full_tag and get_path functions 2018-07-01 12:57:32 -04:00
Christopher Horrell 04dbeb2ee0
Add test_image function 2018-07-01 12:57:31 -04:00
Christopher Horrell 3bfd15f786
Use BATS for testing
Switches testing to the BATS testing framework:
https://github.com/bats-core/bats-core
2018-07-01 12:57:31 -04:00
Nick Schonning b22fb6c84e build: Drop Node 9 (#803)
Support for 9 dropped yesterday bc9d936e15/schedule.json (L44)
2018-07-01 18:49:04 +02:00
Peter Dave Hello 83e2124d9f
Merge pull request #799 from nodejs/update-config
Use space instead of tab in config file [ci skip]
2018-07-01 13:31:10 +08:00
Peter Dave Hello 2bd706730e Use space instead of tab in config file [ci skip] 2018-06-27 19:47:48 +08:00
Laurent Goderre 62934dc5c6
Merge pull request #797 from nodejs/new-token
Remove the Travis token in favor of UI config
2018-06-26 14:11:27 -04:00
Laurent Goderre 45ba95e14b
Merge pull request #796 from LaurentGoderre/master
Improved the update script
2018-06-26 13:06:55 -04:00
Laurent Goderre 17cbe47614 Remove the Travis token in favor of UI config 2018-06-26 09:29:51 -04:00
Laurent Goderre 26f21a886d Added ability to update specific variant for all versions 2018-06-26 08:11:56 -04:00
Laurent Goderre 1c4ff5c5f4 Added ability to update multiple versions of variants 2018-06-26 08:11:56 -04:00
Laurent Goderre 718e718163
Merge pull request #791 from LaurentGoderre/fix-update
Fixed the update script
2018-06-22 09:46:54 -04:00
Simen Bekkhus 65ba769f40
Update node to 10.5.0 (#792)
https://nodejs.org/en/blog/release/v10.5.0/
2018-06-20 22:10:24 +02:00
Laurent Goderre 59cb6a317e Fixed the update script not working properly with the -s flag or variant filter 2018-06-20 15:19:21 -04:00
Laurent Goderre 1458f3e0bf Fixed the gpg key substituion 2018-06-20 13:01:21 -04:00
Laurent Goderre 0af854ccb6
Merge pull request #784 from nodejs/skip
Add skip/security option to update.sh
2018-06-18 15:18:00 -04:00
Christopher Horrell d50660f9b4 Add option to skip updating yarn and alpine when doing a security update 2018-06-18 13:05:48 -04:00
Laurent Goderre 368e72d9c8
Merge pull request #790 from LaurentGoderre/fix-shfmt
Fixed new shfmt issue
2018-06-18 13:01:57 -04:00
Laurent Goderre 6e667df83a Pinned the version of shfmt 2018-06-18 12:13:05 -04:00
Laurent Goderre b9dc6bbbaa Fixed new shfmt issue 2018-06-18 11:50:10 -04:00
Michael Dawson 4eb8150583
Merge pull request #783 from mhdawson/sec-update-june
Update latest versions for security release
2018-06-12 20:38:46 -04:00
Michael Dawson e3ec2111af Update latest versions for security release 2018-06-12 20:04:41 -04:00
Christopher Horrell 2fbc46d60f
Merge pull request #782 from nodejs/update-travis-ci
Use default Docker version on Travis CI instead of manual install
2018-06-09 21:43:57 -04:00
Peter Dave Hello d160712add Use default Docker version on Travis CI instead of manual install 2018-06-10 00:35:33 +08:00
Peter Dave Hello 4f449280c2
Merge pull request #780 from LaurentGoderre/fix-779
Add the new gpg key for @targos
2018-06-08 23:10:34 +08:00
Laurent Goderre 5b5e7b6f28 Added the new gpg key for @targos
Fixes #779
2018-06-08 09:17:54 -04:00
Peter Dave Hello 6b5fc43af9
Merge pull request #778 from nodejs/update-node.js
Update node.js v10.x to v10.4.0
2018-06-07 00:01:12 +08:00
Peter Dave Hello 8efaa06485 Update node.js v10.x to v10.4.0 2018-06-06 22:28:09 +08:00
Christopher Horrell 1b8773a80f
Merge pull request #776 from LaurentGoderre/fix-774
Fixed the test build for chakracore
2018-06-04 19:15:10 -04:00
Laurent Goderre 218c30fd1b Fixed the test build for chakracore
Fixes #774
2018-06-04 10:48:18 -04:00
Laurent Goderre 6173c7fdb7
Merge pull request #771 from nodejs/fix-image-tests
Fix image tests
2018-06-01 09:42:48 -04:00
Christopher Horrell 5a8088bab1
Use exit code 1 for all tests.
There's no real good reason why they were different and exit code 1 is
pretty standard and well understood.
2018-05-31 17:49:15 -04:00
Christopher Horrell 0c7b575b9b
test-build.sh should have set -e
This will cause the script to exit on failure when a command, like
test-imagr.sh, fails.
2018-05-31 17:47:58 -04:00
Laurent Goderre 54982f2f0e
Merge pull request #767 from nodejs/temporarily-drop-travis-before-script
Drop Travis CI before_script temporarily
2018-05-31 13:09:43 -04:00
Peter Dave Hello d3552375d3 Drop Travis CI before_install temporarily
We'll add it back until it works.
2018-06-01 00:58:08 +08:00
Peter Dave Hello c593c810ff
Merge pull request #766 from nodejs/fix-commit-range
Adjust $TRAVIS_COMMIT_RANGE for git
2018-05-31 15:16:48 +08:00
Peter Dave Hello 9f135dc7b2 Adjust $TRAVIS_COMMIT_RANGE for git 2018-05-31 12:56:26 +08:00
Peter Dave Hello cefe8626c7
Merge pull request #762 from nodejs/update-node.js
Update node.js v10.x to v10.3.0
2018-05-30 05:07:40 +08:00
Peter Dave Hello bbae51a013 Update node.js v10.x to v10.3.0
- https://github.com/nodejs/node/releases/tag/v10.3.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.3.0
2018-05-30 04:24:49 +08:00
Laurent Goderre 742579eea4
Merge pull request #763 from nodejs/revert-part-of-pr-747
Revert "Speed up the skipping of the build"
2018-05-29 14:57:14 -04:00
Peter Dave Hello 397a9f52fe Revert "Speed up the skipping of the build"
This reverts commit bffff57751.

The original commit breaks Docker service on Travis CI
2018-05-30 01:55:51 +08:00
Peter Dave Hello 40fd374312
Merge pull request #747 from LaurentGoderre/implement-743
Skip the images build when no images changed
2018-05-29 13:41:36 +08:00
Laurent Goderre 9dc7c5b598
Merge pull request #760 from LaurentGoderre/update-output
Fixed the update not outputing the version numbers on update
2018-05-28 13:50:06 -04:00
Laurent Goderre f76ebfb936 Fixed the update not outputing the version numbers on update 2018-05-28 11:20:43 -04:00
Laurent Goderre bffff57751 Speed up the skipping of the build 2018-05-28 00:08:22 -04:00
Laurent Goderre aad561a10d Skip the images build when no images changed
Implements #743
2018-05-28 00:08:15 -04:00
Peter Dave Hello 9e2b585400
Merge pull request #713 from LaurentGoderre/no-default-variant
Don't use a default variant in the repo (ony in stackbrew)
2018-05-28 11:38:27 +08:00
Laurent Goderre 11a62b6154 Fixed the onbuild versions
Explicitly define the debian version to use for onbuild
2018-05-27 22:35:32 -04:00