Skip to content

Fix eventtype - numevent pairs in stage0 schema + fix gitlab ci

Emir Muhammad requested to merge emmuhamm_fix_evt_pair into main

Coming from this discussion in the LbMCSubmit matter most channel, it was discovered that the previous implementation did not take advantage of the stage6 yaml feature of grouping events together. This merge request aims to fix it.

This was tested against this yaml file group_test.yaml, which originally produced

Generated 36 production requests
    containing 36 subrequests
    and 11,040,000 events

Now it does

Generated 6 production requests
    containing 36 subrequests
    and 11,040,000 events

Note:

  • added an ignore w503 clause in precommit for flake8
  • fixed gitlab ci due to gitlab ci runner migration

TODO :

  • test in test-repo to see if LbAPI is happy with this (checked here)

Follow Up:

Edited by Emir Muhammad

Merge request reports

Loading