Commit Graph

23 Commits

Author SHA1 Message Date
Eric Halpern f234913943 Remove code coverage (#3395)
* Remove code coverage

* Remove node --version
2017-04-17 18:17:24 -07:00
Ben Kalman 3c764c1eb5 Remove JS SDK, examples, and tools (#3293) 2017-03-27 15:54:39 -07:00
Erik Arvidsson c89890ad0f Remove integration tests (#3288)
The integration tests requires js and go to be in sync which is not the
case for much longer. For now it fails the PR builder...
2017-03-22 14:41:14 -07:00
Erik Arvidsson b287ad9462 Update run_pr_builder.sh
Add `-v` again
2017-01-27 18:03:00 -08:00
Erik Arvidsson 04ecdaa311 Revert "Update run_pr_builder.sh" (#3119)
This reverts commit 6b5e8dad0d.

Still happening...
2017-01-27 10:18:46 -08:00
Erik Arvidsson 6b5e8dad0d Update run_pr_builder.sh
Testing again
2017-01-27 09:56:57 -08:00
Erik Arvidsson 076b88134a Integration test: Just disable samples/js/fs
samples/js/fs fails with

```
+ go test -v github.com/attic-labs/noms/samples/js/fs
=== RUN   TestIntegration
== Calling npmInstall
yarn install v0.19.1
$ cp ../../../js/noms/.babelrc ../.eslintrc.js ../../../js/noms/.flowconfig .
[1/4] Resolving packages...
success Already up-to-date.
$ yarn run build
yarn run v0.19.1
$ BABEL_ENV=production babel -d dist src 
Build step 'Execute shell' marked build as failure
```

We also have:

```
+ ls -al /var/workspace/src/github.com/attic-labs/noms/samples/js/fs
total 124
drwxrwxrwx 3 112 116  4096 Jan 26 04:08 .
drwxrwxrwx 8 112 116  4096 Jan 26 04:08 ..
-rw-rw-rw- 1 112 116    59 Jan 26 04:08 .gitignore
-rw-rw-rw- 1 112 116   244 Jan 26 04:08 dummy.go
-rw-rw-rw- 1 112 116  1162 Jan 26 04:08 integration_test.go
-rw-rw-rw- 1 112 116   666 Jan 26 04:08 package.json
drwxrwxrwx 2 112 116  4096 Jan 26 04:08 src
-rw-rw-rw- 1 112 116    13 Jan 26 04:08 test-data.txt
-rw-rw-rw- 1 112 116 93335 Jan 26 04:08 yarn.lock
```

But it is not clear why this is different than the other samples.
2017-01-25 20:14:56 -08:00
Erik Arvidsson 361ae3a77e Integration test: Debugging... 2017-01-25 20:07:42 -08:00
Erik Arvidsson 6a800f6518 Integration test saga: Add -v to go test 2017-01-25 16:33:47 -08:00
Erik Arvidsson e6bc8c9054 Manually list the integration tests (#3114) 2017-01-25 15:55:56 -08:00
Erik Arvidsson 9689248028 Add more logging info for test runners (#3112) 2017-01-25 13:49:14 -08:00
Mike Gray 277f4c6384 Update to jenkins the third (#2920) 2016-12-08 10:33:45 -05:00
Mike Gray f29032c6cd Revert "Update links to jenkins3.noms.io" (#2918) 2016-12-07 17:36:51 -05:00
Mike Gray 5b9a863471 Update links to jenkins3.noms.io (#2916) 2016-12-07 17:22:43 -05:00
Benjamin Kalman 163b8fe56f Revert "Disable codecov upload for now (#2863)"
This reverts commit 8e714d79f4.
2016-11-29 18:39:35 -08:00
Ben Kalman 8e714d79f4 Disable codecov upload for now (#2863) 2016-11-29 18:18:35 -08:00
Erik Arvidsson 9a3a119e60 Update build scripts to use the installed node (#2781) 2016-10-28 18:01:07 -07:00
Erik Arvidsson d6991a0f7a Add code coverage to js/noms too (#2580) 2016-09-15 15:47:05 -07:00
Mike Gray d3666b0b6f Run python unittests; configure codecov via YAML (#2578) 2016-09-15 15:08:52 -07:00
Mike Gray 7d9c373da9 Add codecov.io badge and submit coverage data from builds (#2577) 2016-09-15 12:14:00 -07:00
Mike Gray 5c13e0ccec Build go binaries for multiple platforms (#2564) 2016-09-14 14:28:38 -07:00
Ben Kalman 8fef8fe7b0 Add perf bot script (#2393) 2016-08-24 09:47:09 -07:00
Ben Kalman 9255b62241 Check in the NomsPRBuilder build script as tools/run_pr_builder.sh (#2333) 2016-08-10 14:54:01 -07:00