kiegroup / github-action-build-chain

86 stars 24 forks source link

Update build-chain-configuration-reader to 3.0.15 #428

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

There is a new release of build-chain-configuration-reader. Verify that there are no breaking changes

shubhbapna commented 1 year ago

The regression test is failing for "pr-388,build-chain-config-reader-issue-91". We expect to checkout kiegroup/optaplanner-quickstarts:development [1] but actually end up checking out kiegroup/optaplanner-quickstarts:8.x (see artifact logs for this run [2]) with this new package version.

Need to investigate

  1. https://github.com/kiegroup/github-action-build-chain/blob/main/test/e2e-regression/cli/tests.json#L30
  2. https://github.com/kiegroup/github-action-build-chain/suites/12402422168/artifacts/662515116
shubhbapna commented 1 year ago

There doesn't seem to be any breaking changes. This failure was because the definition file being used in the test was updated [1]. The mapping now does expect to use 8.x

  1. https://github.com/kiegroup/optaplanner/pull/2783