Fix eventtype - numevent pairs in stage0 schema + fix gitlab ci
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 ifLbAPI
is happy with this (checked here)
Follow Up:
- update docs website
Edited by Emir Muhammad