Skip to content

Add CI check for number of grid files in gridpack

Spyros Argyropoulos requested to merge checkgrid into master

Changes introduced

  • New check implemented in check_grid (not skippable) which counts how many files a gridpack contains and throws an error if nfiles > 80k
  • Renaming of grid-related CI jobs (for clarity)

Tests

Gridpack with more than 80k files

Screenshot_2020-07-07_at_12.26.11

Gridpack with less than 80k files

Screenshot_2020-07-07_at_12.31.15

Issues resolved

Closes #117 (closed)

I have to use [skip all] since the renamed files under scripts are not in the whitelist (we don't want people to put new scripts there).

Edited by Spyros Argyropoulos

Merge request reports