Skip to content

[BASOP-CI] Basop ci update

  • Related issues:
  • Requested reviewers:

Update of basop ci branch. This contains:

  • merge from main
  • new script ci/remove_unsupported_testcases.py which is supposed to be used in basop CI instead of the raw "sed..." command lines that are currently there in the basop repo's gitlab-ci.yml. This makes it easier to maintain and add the removal of unsupported testcases. Removing lines by number directly with sed is likely to break if new testcases get added in the middle and every basop ci branch update would include redoing most if not all of the file. The new python file removes testcases by name. One can get them easily by running pytest in the basop repo with the new version of the self_test.prm file locally. All failed testcases can then be used to update the TESTCASE list in the script.

Merge request reports

Loading