cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 22 Mar 2023 13:57:21 +0000 (14:57 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 24 Mar 2023 11:04:06 +0000 (12:04 +0100)
commitda80f11efeea451eaa00e347f722d867ed9ac5be
tree71b8ec73505c85464ac4f06ddde7ea33560eebbc
parent8f03c08506b5a20e1dd003cf3cd0198c867cfe85
cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci

- Various developers are reluctant to git Cirrus-CI the permissions
  requested to access their GitHub account.

- When we use the cirrus-run script to trigger Cirrus-CI job from
  GitLab-CI, the GitLab-CI job is restricted to a 1h timeout
  (often not enough).

- Although Cirrus-CI VMs are more powerful than GitLab-CI ones,
  its free plan is limited in 2 concurrent jobs.

- The GitLab-CI MSYS2 jobs are a 1:1 mapping with the Cirrus-CI ones
  (modulo the environment caching).

Reduce the maintenance burden by removing the Cirrus-CI config file,
keeping the GitLab-CI jobs.

Update Yonggang Luo's maintenance file list to the new file, which
use the same environment shell.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230322135721.61138-3-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.cirrus.yml [deleted file]
MAINTAINERS