diff mbox series

[ovs-dev,branch-22.12] CI: Remove .cirrus.yml

Message ID 20221209083916.13838-1-amusil@redhat.com
State Superseded
Headers show
Series [ovs-dev,branch-22.12] CI: Remove .cirrus.yml | expand

Checks

Context Check Description
ovsrobot/apply-robot warning apply and check: warning
ovsrobot/github-robot-_Build_and_Test fail github build: failed
ovsrobot/github-robot-_ovn-kubernetes fail github build: failed

Commit Message

Ales Musil Dec. 9, 2022, 8:39 a.m. UTC
Because we have enabled Cirrus CI remove the
old config from branches to prevent it from failing.
---
It should be backported all the way down to 21.12.
---
 .cirrus.yml | 31 -------------------------------
 1 file changed, 31 deletions(-)
 delete mode 100644 .cirrus.yml

Comments

0-day Robot Dec. 9, 2022, 8:58 a.m. UTC | #1
Bleep bloop.  Greetings Ales Musil, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
ERROR: Author Ales Musil <amusil@redhat.com> needs to sign off.
Lines checked: 54, Warnings: 0, Errors: 1


Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
Ales Musil Dec. 9, 2022, 9:10 a.m. UTC | #2
On Fri, Dec 9, 2022 at 9:39 AM Ales Musil <amusil@redhat.com> wrote:

> Because we have enabled Cirrus CI remove the
> old config from branches to prevent it from failing.
> ---
> It should be backported all the way down to 21.12.
> ---
>  .cirrus.yml | 31 -------------------------------
>  1 file changed, 31 deletions(-)
>  delete mode 100644 .cirrus.yml
>
> diff --git a/.cirrus.yml b/.cirrus.yml
> deleted file mode 100644
> index c71a0a249..000000000
> --- a/.cirrus.yml
> +++ /dev/null
> @@ -1,31 +0,0 @@
> -freebsd_build_task:
> -
> -  freebsd_instance:
> -    matrix:
> -      image: freebsd-12-0-release-amd64
> -      image: freebsd-11-2-release-amd64
> -    cpu: 4
> -    memory: 8G
> -
> -  env:
> -    DEPENDENCIES: automake libtool gmake gcc wget openssl
> -                  python py27-six py27-sphinx py27-openssl
> -                  python3 py36-six py36-openssl
> -    matrix:
> -      COMPILER: gcc
> -      COMPILER: clang
> -
> -  prepare_script:
> -    - pkg install -y ${DEPENDENCIES}
> -
> -  configure_script:
> -    - ./boot.sh
> -    - ./configure CC=${COMPILER} MAKE=gmake OVS_CFLAGS='-Wall'
> --enable-Werror
> -                  || { cat config.log; exit 1; }
> -
> -  build_script:
> -    - gmake -j8
> -
> -  check_script:
> -    - gmake -j8 check TESTSUITEFLAGS=-j8 RECHECK=yes
> -                || { cat ./tests/testsuite.log; exit 1; }
> --
> 2.38.1
>
>

Sorry for the noise, the v2 is properly signed.

Thanks,
Ales
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
deleted file mode 100644
index c71a0a249..000000000
--- a/.cirrus.yml
+++ /dev/null
@@ -1,31 +0,0 @@ 
-freebsd_build_task:
-
-  freebsd_instance:
-    matrix:
-      image: freebsd-12-0-release-amd64
-      image: freebsd-11-2-release-amd64
-    cpu: 4
-    memory: 8G
-
-  env:
-    DEPENDENCIES: automake libtool gmake gcc wget openssl
-                  python py27-six py27-sphinx py27-openssl
-                  python3 py36-six py36-openssl
-    matrix:
-      COMPILER: gcc
-      COMPILER: clang
-
-  prepare_script:
-    - pkg install -y ${DEPENDENCIES}
-
-  configure_script:
-    - ./boot.sh
-    - ./configure CC=${COMPILER} MAKE=gmake OVS_CFLAGS='-Wall' --enable-Werror
-                  || { cat config.log; exit 1; }
-
-  build_script:
-    - gmake -j8
-
-  check_script:
-    - gmake -j8 check TESTSUITEFLAGS=-j8 RECHECK=yes
-                || { cat ./tests/testsuite.log; exit 1; }