NetworkManager/.gitlab-ci
Thomas Haller 7fa122394c
gitlab-ci: merge "check-ci-script" test with static checks
Certain parts of the code are entirely generated or must follow
a certain format that can be enforced by a tool. These invariants
must never fail:

  - ci-fairy generate-template (check-ci-script)
  - black python formatting
  - clang-format C formatting
  - msgfmt -vs

On the other hand, we also have a checkpatch script that checks
the current patch for common errors. These are heuristics and
only depend on the current patch (contrary to the previous type
that depend on the entire source tree).

Refactor the gitlab-ci tests:

- split "checkpatch" into "check-patch" and "check-tree".

- merge the "check-ci-script" test into "check-tree".
2020-11-10 13:51:29 +01:00
..
build.sh gitlab-ci: cleanup ".gitlab-ci/{build,fedora-install,debian-install}.sh" 2020-11-10 13:51:29 +01:00
centos-install.sh gitlab CI: switch to using ci-templates 2020-11-09 09:28:11 +01:00
ci.template gitlab-ci: merge "check-ci-script" test with static checks 2020-11-10 13:51:29 +01:00
config.yml gitlab-ci: add ubuntu:20.04 test and reorder versions 2020-11-09 10:48:05 +01:00
debian-install.sh gitlab-ci: cleanup ".gitlab-ci/{build,fedora-install,debian-install}.sh" 2020-11-10 13:51:29 +01:00
fedora-install.sh gitlab-ci: merge "check-ci-script" test with static checks 2020-11-10 13:51:29 +01:00
ubuntu-install.sh gitlab CI: switch to using ci-templates 2020-11-09 09:28:11 +01:00