Skip to content

Releases: ray-project/rayci

v0.23.0

07 Jan 00:08
56b913f

Choose a tag to compare

What's Changed

  • [release] add darwin/arm64 to wanda builds: #345
  • [rayci] rename RAYCI_TAG_RULE_FILES to RAYCI_TEST_RULE_FILES: #346
  • [templates] migrating maketmpl to rayci: #333
  • [rayci] add group acceptance support: #351

Full Changelog: v0.22.0...v0.23.0

v0.22.0

02 Jan 19:09
012d993

Choose a tag to compare

RayCI

  • Added Conditional Testing, configured by environment variable RAYCI_TAG_RULE_FILES. (#317, #318, #319, #320, #321, #324, #326, #331)
    • Implemented TagRule + parser (including default/fallback tags and default/fallthrough directives). (#317, #318, #319, #324, #326)
    • Added tag analysis + TagFilterCommand. (#321, #331)
    • Added git_client + tests. (#320)
  • jobEnvImage now supports full image references. (#325)
  • Use different artifact paths for different builds. (#312)
  • Removed Intel macOS testing. (#311)
  • Pass through additional Buildkite environment variables. (#310)

Wanda

  • Added symlink handling in walkFilesInDir and tarFile. (#328)
  • Added RAYCI_WANDA_ALWAYS_REBUILD. (#322)
  • Log wanda exec args. (#313)

Full Changelog: v0.21.0...v0.22.0

v0.21.0

10 Nov 20:58
ef8480f

Choose a tag to compare

  • allow wanda field to specify priority: #306
  • upgrade go compiler version by: #308

v0.20.0

30 Sep 15:33
fbdb9a0

Choose a tag to compare

  • supports RAYCI_STAGE
  • supports wanda with caching disabled

v0.19.0

22 Sep 17:58
f4ce965

Choose a tag to compare

  • support globing source files in wanda
  • support build hint args in wanda: build args that are hints and not captured as input

v0.18.0

17 Sep 04:20
c70f6a3

Choose a tag to compare

  • support running wanda locally.
  • and several small fixes.

v0.17.0

24 Jul 19:55
33ec1ff

Choose a tag to compare

  • split cache epoch into half week
  • add g6 queue in default config

v0.16.0

07 Jul 16:33
2a6cc68

Choose a tag to compare

  • pass through more envs
  • shifts cache window by 1 day

v0.15.0 release

29 Apr 23:02
e450244

Choose a tag to compare

[rayci] mention the right step type in error message (#281)

so that it is not always "wait" type.

v0.14.0 release

28 Apr 16:31
898e40a

Choose a tag to compare

  • allow specifying buildkite dirs from flags
  • support generic '.ci.yaml' suffixes