[
https://issues.apache.org/jira/browse/HDDS-7843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17767050#comment-17767050
]
Himanshi Darvekar commented on HDDS-7843:
-----------------------------------------
If we source _all_libs.sh from inside the run_test_script() function then also
the issue get solved.
{code:java}
run_test_script() {
local root_dir="${_testlib_dir}/../../../../.."
source "${root_dir}/dev-support/ci/lib/_all_libs.sh"
...
}{code}
So now all checks are getting passed
[https://github.com/HD372000/ozone/actions/runs/6244357976/job/16954081383]
and the outputs are grouped.
we can now move to next set of scripts.
> Group output of check steps
> ---------------------------
>
> Key: HDDS-7843
> URL: https://issues.apache.org/jira/browse/HDDS-7843
> Project: Apache Ozone
> Issue Type: Sub-task
> Components: CI
> Reporter: Attila Doroszlai
> Assignee: Himanshi Darvekar
> Priority: Major
> Labels: usability
>
> Github Actions allows [grouping
> output|https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines]
> of workflow steps. We already use it in the build-info job (selective
> checks script). The goal of this change is to group output in the other CI
> checks to improve usability.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]