Skip to content

Releases: rwx-research/abq

v1.9.2

31 Dec 14:21
v1.9.2
a067939
Compare
Choose a tag to compare

This release adds additional environment variables for configuring ABQ.

What's Changed

  • Adds support for ABQ_WORKER, ABQ_RUNNERS, and ABQ_BATCH_SIZE environment variables by @TAGraves in #110
  • Move some of the noisier traces back to log-level 'trace' by @TAGraves in #111

Full Changelog: v1.9.1...v1.9.2

v1.9.1

21 Nov 17:19
v1.9.1
09cbfb7
Compare
Choose a tag to compare

This release improves the experience of using --local with Captain.

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

21 Nov 17:19
v1.9.0
585f436
Compare
Choose a tag to compare

This release adds a new --local flag to force ABQ to use a local queue.

What's Changed

Full Changelog: v1.8.1...v1.9.0

v1.8.1

04 Oct 19:31
v1.8.1
318ecb8
Compare
Choose a tag to compare

This release improves the error messaging when attempting to retry a run that has been cancelled.

What's Changed

Full Changelog: v1.8.0...v1.8.1

ABQ 1.8.0

03 May 16:49
v1.8.0
f26050c
Compare
Choose a tag to compare

This release of ABQ enhances run ID inference with Mint support!

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.8.0

ABQ 1.7.4

18 Jan 21:31
v1.7.4
27e59ff
Compare
Choose a tag to compare

This release prepares ABQ for some upcoming changes with the Cloud UI.

What's Changed

New Contributors

Full Changelog: v1.7.3...v1.7.4

ABQ 1.7.3

12 Jan 22:30
v1.7.3
39ddb53
Compare
Choose a tag to compare

This release adds additional logging telemetry.

What's Changed

Full Changelog: v1.7.2...v1.7.3

ABQ 1.7.2

12 Jan 22:30
v1.7.2
df44b47
Compare
Choose a tag to compare

This release prepares ABQ for upcoming changes in the Cloud UI.

What's Changed

Full Changelog: v1.7.1...v1.7.2

ABQ 1.7.1

08 Dec 21:52
v1.7.1
8c2ef5f
Compare
Choose a tag to compare

ABQ 1.7.1 is a patch release.

This release fixes an unintentional breaking change introduced in ABQ 1.6.4 that
could result in ABQ runs using an organization access token with a run ID
determined from CI environment variables to use an ephemeral queue, rather than
the RWX-hosted remote queue.

ABQ 1.7.0

07 Dec 16:36
v1.7.0
e9d4285
Compare
Choose a tag to compare

ABQ 1.7.0 is a minor release.

This release improves ABQ's behavior when an ABQ runner is terminated before being assigned all applicable test in a run manifest. In previous versions of ABQ, retrying such a runner would only retry the tests the runner was assigned before it terminated. Starting with ABQ 1.7.0, a runner that connects for a run ID after it was terminated will run all tests it ran on its first connection, and then pull tests from the run queue.

ABQ continues to cancel runs when a runner is terminated with SIGTERM, SIGINT, or SIGQUIT. The changes in 1.7.0 apply to runners terminated in other ways, for example via SIGKILL.