From 84841dc8b41bb7190afc71930b5fad68ec713d81 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 28 Jun 2024 00:41:55 +0200 Subject: [PATCH] btrfs-progs: ci: promote fast CI image build to be the default one Promote the fast workflow so it's in the place of ci-build-test.yml, make it run for most branches. Signed-off-by: David Sterba --- .../{ci-build-test-fast.yml => ci-build-test.yml} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename .github/workflows/{ci-build-test-fast.yml => ci-build-test.yml} (96%) diff --git a/.github/workflows/ci-build-test-fast.yml b/.github/workflows/ci-build-test.yml similarity index 96% rename from .github/workflows/ci-build-test-fast.yml rename to .github/workflows/ci-build-test.yml index e2036741..3014fa6f 100644 --- a/.github/workflows/ci-build-test-fast.yml +++ b/.github/workflows/ci-build-test.yml @@ -1,16 +1,18 @@ # Backward compatibility build tests on various distros # # - all compatibility docker image build tests (no local build) -# - same as ci-build-test.yml but does not rebuild the docker images here but -# pulls them from docker hub, which is faster overall but may get out of sync +# - images are not rebuilt when the workflow runs but are pulled from docker hub +# and can be slightly out of date -name: CI image tests fast -run-name: CI image tests fast +name: CI image tests +run-name: CI image tests on: push: branches: - "ci/**" - devel + - release-test + - master jobs: check-centos7: name: CI Centos 7