Commit Graph

1412 Commits

Author SHA1 Message Date
Mike Aizatsky 120f02b06d [infra] no debug print 2017-03-13 17:12:20 -07:00
Mike Aizatsky ba48ca174a [infra] storing logs to gcs bucket 2017-03-13 17:06:39 -07:00
Mike Aizatsky f1fa36f418 [infra] there's hard sink limit (90), do not use 2017-03-13 17:03:30 -07:00
Mike Aizatsky 5f483efb80 nit 2017-03-13 16:44:42 -07:00
Mike Aizatsky 8c6223bf9e [sqlite3] enabled debug mode 2017-03-13 16:44:13 -07:00
Mike Aizatsky 44289ad239 [infra] gcb wants project name to match checkout dir 2017-03-13 16:01:58 -07:00
Mike Aizatsky 7e6a169a54 [infra] handling unicode 2017-03-13 16:01:42 -07:00
Mike Aizatsky a3fbf974a2 [infra] comments 2017-03-13 15:59:19 -07:00
Mike Aizatsky 89507f930d [infra] triggering build after base-images 2017-03-13 13:02:25 -07:00
Mike Aizatsky 6154a26cbc [infra] acking all messages at once 2017-03-13 12:50:06 -07:00
Oliver Chang afddaf4817 gcb: add build_base_images.py 2017-03-10 22:44:08 -08:00
Oliver Chang adcf1d8b0c gcb: Upload build to test bucket. (#450) 2017-03-10 22:23:44 -08:00
Oliver Chang f11c245ec1 Update Jenkins Dockerfile 2017-03-10 20:50:40 -08:00
Oliver Chang 744ca96988 fix job configs 2017-03-10 19:05:14 -08:00
Oliver Chang 0f9019e201 gcb: update job config. 2017-03-10 17:58:19 -08:00
Oliver Chang 6440b1bff0 gcb: add wait_for_build. (#449) 2017-03-10 17:37:19 -08:00
Mike Aizatsky 32c07d2158 [infra] redirecting srcmap 2017-03-10 16:11:34 -08:00
Mike Aizatsky 6488931029 [infra] using str comparison 2017-03-10 16:11:34 -08:00
Oliver Chang d06de9716a cloudbuild setup (#448) 2017-03-10 15:29:30 -08:00
Mike Aizatsky a103ad072f [infra] using setdefault 2017-03-10 15:26:21 -08:00
Oliver Chang 7448a7e9d8 gcb: set default sanitizers 2017-03-10 14:48:46 -08:00
Oliver Chang 4bfb26e105 blah 2017-03-10 14:33:37 -08:00
Mike Aizatsky 52d6146a8b [infra] v0 gcb building script (#446)
Doesn't perform the upload, but is supposed to build all sanitizer configuration.
I was primarily testing it on json.
2017-03-10 11:54:37 -08:00
Mike Aizatsky 72ec6fcc03 [infra] accepting OSSFUZZ_REVISION env variable 2017-03-10 11:14:20 -08:00
Abhishek Arya 2aff2eedcf Fix for bug 802.
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=802#c4
2017-03-10 09:02:02 -08:00
Caolán McNamara 539f0db233 [libreoffice] move build script into libreoffice git (#443)
to make it easier to keep it in sync with what it builds
2017-03-09 12:49:36 +01:00
Mike Aizatsky e91a1cb1df [infra] experimental cloudbuild 2017-03-08 11:39:28 -08:00
Mike Aizatsky c18cb563eb [infra] experimental cloudbuild 2017-03-08 11:37:19 -08:00
Mike Aizatsky ffdd306d18 [infra] experimental cloudbuild 2017-03-08 11:36:32 -08:00
Mike Aizatsky bd91570be1 [infra] experimental cloudbuild 2017-03-08 11:32:55 -08:00
Mike Aizatsky 8a7ddd3b52 [infra] slave image fixes 2017-03-08 10:10:27 -08:00
Kostya Serebryany 747002cd06 enable msan for harfbuzz (#441)
@behdad
2017-03-07 17:41:36 -08:00
Kostya Serebryany 067e46e11e Update project.yaml 2017-03-07 14:43:14 -08:00
Kostya Serebryany 1932c4baa0 Update project.yaml 2017-03-07 14:16:24 -08:00
Kostya Serebryany fe8b3721e1 Update project.yaml 2017-03-07 14:12:40 -08:00
Mike Aizatsky 4fe54f3715 [infra] fighting jenkins CPS 2017-03-07 14:10:02 -08:00
Mike Aizatsky ccdcd2b968 [infra] cleaning non-serializable variables
Fighting jenkins not NotSerializableException error
2017-03-07 13:50:59 -08:00
Mike Aizatsky 7c419e71f1 [infra] replacing .each with java for loops
Some Jenkins CPS crap. See JENKINS-26481
2017-03-07 13:37:38 -08:00
Mike Aizatsky 9bd1f7e5b1 [infra] comments cleanup 2017-03-07 13:23:58 -08:00
Mike Aizatsky 5ed9cd5cef [infra] updated jenkins k18s cluster
Issues #10, #400
2017-03-07 13:20:11 -08:00
Oliver Chang 21851f0426 Allow specifying experimental sanitizers. (#432)
Fixes #378.
2017-03-07 09:53:39 -08:00
Abhishek Arya 534c720afc Build AFL libs with -O2, #421 2017-03-07 09:29:39 -08:00
Abhishek Arya e1d6f4a4fa Ensure all builds are optimized, fix #421
-O1 gives better coverage for fuzzing.
2017-03-07 09:28:43 -08:00
Abhishek Arya 7643d95314 Add seed corpus for woff2, add missing options for other fuzzer. (#439)
* Add seed corpus for woff2, add missing options for other fuzzer.

* Add seed corpus.

* Switch from seed corpus archive to a folder with files.
2017-03-06 12:37:58 -08:00
rsheeter ec444de5d2 Disable noisy logging in woff2 (#438) 2017-03-06 10:46:52 -08:00
Abhishek Arya 1e9d8d25fd Enable AddressUseAfterScope everywhere, fix #426 2017-03-06 10:05:31 -08:00
Caolán McNamara 381d9f830f Reduce docker images (#436)
* Related: ofz#398 cut down on num layers created

* move https instead of http where we can

now that https is available on dev-www.libreoffice.org

* cut down more num layers
2017-03-06 08:51:26 -08:00
Caolán McNamara 30149b67c5 add extra runtime resources (#435) 2017-03-06 07:44:58 -08:00
Mike Aizatsky b3c4daa87b [infra] jenkins-slave image 2017-03-03 16:41:13 -08:00
Mike Aizatsky 6af349b61f [infra] simplifying bash 2017-03-03 16:37:19 -08:00