From 65058429a517e3584f7ee826eaba88b267c72990 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 18 Jan 2021 17:41:11 +0100 Subject: [PATCH] btrfs-progs: ci: temporarily disable gitlab CI The jobs has been failing for some time due the time limit 1h: + qemu-system-x86_64 -m 512 -nographic -kernel /repo/bzImage -drive file=/repo/qemu-image.img,index=0,media=disk,format=raw -fsdev local,id=btrfs-progs,path=/repo,security_model=mapped -device virtio-9p-pci,fsdev=btrfs-progs,mount_tag=btrfs-progs -append 'console=tty1 root=/dev/sda rw' main-loop: WARNING: I/O thread spun for 1000 iterations ERROR: Job failed: execution took longer than 1h0m0s seconds We'd still like to use the qemu test as it could pull the recent development kernel that the base image does not provide. However the overall performance is too bad and it does not make sense to waste GitLab resources. Also remove the build status badge from README as it changed at some point and does not render as a SVG image anymore. Issue: #171 Signed-off-by: David Sterba --- README.md | 2 +- .gitlab-ci.yml => ci/.gitlab-ci.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .gitlab-ci.yml => ci/.gitlab-ci.yml (100%) diff --git a/README.md b/README.md index 79421fd4..da7dbc72 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Btrfs-progs [![build status](https://travis-ci.org/kdave/btrfs-progs.svg?branch=devel)](https://travis-ci.org/kdave/btrfs-progs) [![coverity status](https://scan.coverity.com/projects/617/badge.svg)](https://scan.coverity.com/projects/btrfs-progs) [![gitlab CI/CD](https://gitlab.com/kdave/btrfs-progs)](https://gitlab.com/kdave/btrfs-progs/badges/devel/build.svg) +Btrfs-progs [![build status](https://travis-ci.org/kdave/btrfs-progs.svg?branch=devel)](https://travis-ci.org/kdave/btrfs-progs) [![coverity status](https://scan.coverity.com/projects/617/badge.svg)](https://scan.coverity.com/projects/btrfs-progs) =========== Userspace utilities to manage btrfs filesystems. diff --git a/.gitlab-ci.yml b/ci/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to ci/.gitlab-ci.yml