Skip to content

Releases: box/ClusterRunner

0.5.481

25 May 22:06
Compare
Choose a tag to compare
Skip test that fails on Windows (#350)

See issue #345.

0.5.480

17 May 01:46
Compare
Choose a tag to compare
Fix typo

0.5.479

16 May 18:56
Compare
Choose a tag to compare
Add Prometheus metrics for slave request latency (#340)

This mirrors the current metrics on the master that were added in
8f183fec.

0.5.478

16 May 01:06
Compare
Choose a tag to compare
Ignore zipfile artifact creation failures (#343)

We've seen an issue on our ClusterRunner production instance that
will cause zip creation to fail with a FileNotFoundError. Since
we're not yet depending on zip files, this just logs and ignores any
failures that occur.

This also moves zip creation to occur after tar.gz creation.
Hopefully we'll be able to use the successfully created tar.gz
artifact to debug issues with creating the zip artifact.

0.5.477

15 May 23:29
Compare
Choose a tag to compare
Do not crash master when postbuild tasks fail (#341)

Previously if an exception occurred during postbuild tasks
(archiving artifacts, writing timing data, etc.) for any build then
the master service would shut down. Nonsense!

This changes the behavior to merely fail the build whose postbuild
tasks failed.

0.5.474

10 Apr 21:06
Compare
Choose a tag to compare
Remove extraneous latency metric (#333)

This was added by mistake.

0.5.473

07 Apr 20:16
Compare
Choose a tag to compare
Merge pull request #332 from box/rename-archive-methods

Rename archive methods to reference tar

0.5.471

14 Feb 07:56
Compare
Choose a tag to compare
Merge pull request #327 from gcurtis/instrument

Add Prometheus instrumentation

0.5.467

28 Sep 22:36
Compare
Choose a tag to compare
Fix incorrect default for num_executors arg

0.5.466

06 Sep 18:56
Compare
Choose a tag to compare
Merge pull request #322 from box/fix-broken-windows-tests

Fix broken functional tests on windows