Skip to content

fix: Update workflow CLI flag from --log-failure-level=warn to error#3064

Merged
gtrivedi88 merged 1 commit intoeclipse-che:mainfrom
gtrivedi88:fix/ci-workflow-failure-level
Apr 13, 2026
Merged

fix: Update workflow CLI flag from --log-failure-level=warn to error#3064
gtrivedi88 merged 1 commit intoeclipse-che:mainfrom
gtrivedi88:fix/ci-workflow-failure-level

Conversation

@gtrivedi88
Copy link
Copy Markdown
Contributor

What does this pull request change?

Updates --log-failure-level=warn to --log-failure-level=error in both CI workflow files:

  • .github/workflows/build-and-validate-on-pr.yaml
  • .github/workflows/build-and-validate-on-push.yaml

Why

PR #3063 updated the Antora playbook setting to failure_level: error, but both workflow files pass --log-failure-level=warn on the CLI, which overrides the playbook. The build still fails on pre-existing asciidoctor errors from the Antora assembler generating invalid part structures in the monolithic output.

What issues does this pull request fix or reference?

Completes the fix started in #3063. Unblocks #3060 and other PRs failing due to pre-existing build issues on main.

Specify the version of the product this pull request applies to

main

Pull Request checklist

PR eclipse-che#3063 updated the playbook setting but both workflow files pass
--log-failure-level=warn on the CLI, which overrides the playbook.
This causes CI to fail on pre-existing asciidoctor errors from the
Antora assembler generating invalid part structures in the monolithic
output file.

Changing the CLI flag to error aligns with the playbook setting from
PR eclipse-che#3063 and allows the build to complete.

Signed-off-by: Grishma Trivedi <gtrivedi@redhat.com>
@gtrivedi88 gtrivedi88 requested review from a team, deerskindoll and mkuznyetsov as code owners April 13, 2026 13:54
@gtrivedi88 gtrivedi88 requested a review from tolusha April 13, 2026 13:54
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 13, 2026

🎊 Navigate the preview: https://69dcf6b2fc4a15611bbb2bb6--eclipse-che-docs-pr.netlify.app 🎊

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 13, 2026

Click here to review and test in web IDE: Contribute

@gtrivedi88 gtrivedi88 merged commit 30d0fee into eclipse-che:main Apr 13, 2026
6 checks passed
gtrivedi88 added a commit to gtrivedi88/che-docs that referenced this pull request Apr 13, 2026
This is the last of four locations that had --log-failure-level=warn:
1. antora-playbook-for-development.yml (fixed in eclipse-che#3063)
2. .github/workflows/build-and-validate-on-pr.yaml (fixed in eclipse-che#3064)
3. .github/workflows/build-and-validate-on-push.yaml (fixed in eclipse-che#3064)
4. tools/build.sh (this PR)

This script is called by tools/build-and-verify-container.sh, which
powers the "Build and verify container" CI check.

Signed-off-by: Grishma Trivedi <gtrivedi@redhat.com>
tolusha pushed a commit that referenced this pull request Apr 13, 2026
…#3065)

This is the last of four locations that had --log-failure-level=warn:
1. antora-playbook-for-development.yml (fixed in #3063)
2. .github/workflows/build-and-validate-on-pr.yaml (fixed in #3064)
3. .github/workflows/build-and-validate-on-push.yaml (fixed in #3064)
4. tools/build.sh (this PR)

This script is called by tools/build-and-verify-container.sh, which
powers the "Build and verify container" CI check.

Signed-off-by: Grishma Trivedi <gtrivedi@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants