Skip to content

Releases: carwow/circleci-queue

v1.0.3

14 Feb 18:12
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

  • Cancel out of order pipelines (if no "front of the line" is found or if "front of the line" has an higher pipeline number).
  • Reduce default max-wait-time to 5 minutes.
  • Drop "dont-quit" and "force-cancel-previous", unimplemented or unused (by carwow).

v1.0.2

14 Feb 18:10
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

  • Raise limit to 100 for running jobs API request.

The default limit is 30 and if there are more running jobs, then builds fail to find their own pipeline and a later pipeline will get "front of the line" which makes the pipelines run out of order.

v1.0.1

13 Feb 13:34
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

  • Correctly handle boolean parameters, e.g. this-branch-only and block-workflow.
  • Reverse "front of the line" to select oldest pipeline, not latest.
  • Print blank line between loop runs, easier for a human to parse/understand at a glance.

v1.0.0

12 Feb 18:56
Compare
Choose a tag to compare

Fork of eddiewebb/queue v3 pre-release.

Full Changelog: upstream-v3...v1.0.0

  • Define my-pipeline parameter as integer (same as CircleCI parameter value).
  • Default vcs-type to github (convenient for carwow).

Usage:

- queue/until_front_of_line:
    my-pipeline: <<pipeline.number>>