incubator-kie-kogito-examples icon indicating copy to clipboard operation
incubator-kie-kogito-examples copied to clipboard

add GITHUB_TOKEN to build-chain GHA wrokflows

Open Ginxo opened this issue 3 years ago • 5 comments

Related PRs:

  • https://github.com/kiegroup/kogito-runtimes/pull/1677
  • https://github.com/kiegroup/kogito-examples/pull/954
  • https://github.com/kiegroup/kogito-apps/pull/1078

Many thanks for submitting your Pull Request :heart:!

Please make sure that your PR meets the following requirements:

WARNING! Please make sure you are opening your PR against main branch!

  • [ ] You have read the contributors guide
  • [ ] Pull Request title is properly formatted: KOGITO-XYZ Subject
  • [ ] Pull Request title contains the target branch if not targeting main: [0.9.x] KOGITO-XYZ Subject
  • [ ] Pull Request contains link to the JIRA issue
  • [ ] Pull Request contains link to any dependent or related Pull Request
  • [ ] Pull Request contains description of the issue
  • [ ] Pull Request does not include fixes for issues other than the main ticket
How to retest this PR or trigger a specific build:
  • Pull Request
    Please add comment: Jenkins retest this

  • Quarkus LTS checks
    Please add comment: Jenkins run LTS

  • Native checks
    Please add comment: Jenkins run native

Ginxo avatar Oct 25 '21 13:10 Ginxo

The (build) kogito-examples check has failed. Please check the logs.

kie-ci avatar Oct 26 '21 05:10 kie-ci

You need to target main branch and not stable

@danielezonca thanks! done!

Ginxo avatar Oct 26 '21 05:10 Ginxo

The (build) kogito-examples check has failed. Please check the logs.

kie-ci avatar Oct 26 '21 07:10 kie-ci

Definition file https://raw.githubusercontent.com/${GROUP}/kogito-pipelines/${BRANCH}/.ci/pull-request-config.yaml does not exist for any case

Is this variable valid?

ricardozanini avatar Oct 26 '21 13:10 ricardozanini

Definition file https://raw.githubusercontent.com/${GROUP}/kogito-pipelines/${BRANCH}/.ci/pull-request-config.yaml does not exist for any case

Is this variable valid?

@ricardozanini it is... GROUP, BRANCH and PROJECT_NAME are placeholders treated by build-chain see https://github.com/kiegroup/github-action-build-chain#input-fields will try:

  1. source group and branch
  2. target group and source branch
  3. target group and branch

It will take the first existing one.

Ginxo avatar Oct 27 '21 05:10 Ginxo

Closing as outdated

domhanak avatar Mar 01 '24 07:03 domhanak