Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 121
    • Merge requests 121
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !20078

Add script to summarise results of locally-ran trigger ART tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rafal Bielski requested to merge rbielski/athena:trig_art_result_parser into master Dec 20, 2018
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 1

The script is used to return a status code from a locally-ran ART tests. We need this to make use of the ART test shell scripts in CI, as they always return zero.

Example usage:

test_physics_pp_v7_build.sh > stdout.txt
retcode=`trig-art-result-parser.sh stdout.txt "athena CheckLog"`
echo "test_physics_pp_v7_build final result is $retcode"

where in CI we would actually return retcode to the CI driver.

This script is already added in the branch 21.3 but in a simpler form. This updated version is targeting all branches as we intend to use it in CI.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: trig_art_result_parser