Skip to content

Collect common CI job parameters with extends, save text artifacts

Teng Jian Khoo requested to merge save-output-list-artifact into master

Addresses #69

Defines the common CI config once as .run_easyjet-ntupler, then uses extends to define specific tests that vary only in the easyjet-test script argument.

Adds the following CI artifacts for easy reference

  • output-branches-analysis-variables.txt
    • full list of output tree branches
  • userJobMetadata.json
    • event counts after selection steps

We might consider generating the tests in a loop, for further reference see https://docs.gitlab.com/ee/ci/pipelines/downstream_pipelines.html#dynamic-child-pipelines

Edited by Teng Jian Khoo

Merge request reports