[Qemu-devel] [PATCH v6 18/18] shippable: restrict builds to master/staging and shippable* branches

Philippe Mathieu-Daudé posted 18 patches 8 years, 3 months ago
[Qemu-devel] [PATCH v6 18/18] shippable: restrict builds to master/staging and shippable* branches
Posted by Philippe Mathieu-Daudé 8 years, 3 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .shippable.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.shippable.yml b/.shippable.yml
index 4c8a85941f..1f05d934e4 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -1,6 +1,11 @@
 language: c
 git:
    submodules: false
+branches:
+  only:
+    - master
+    - staging
+    - shippable*
 env:
   global:
     - LC_ALL=C
-- 
2.13.2


Re: [Qemu-devel] [PATCH v6 18/18] shippable: restrict builds to master/staging and shippable* branches
Posted by Alex Bennée 8 years, 3 months ago
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

Why? Don't this stop people testing their feature branches?


> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  .shippable.yml | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index 4c8a85941f..1f05d934e4 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -1,6 +1,11 @@
>  language: c
>  git:
>     submodules: false
> +branches:
> +  only:
> +    - master
> +    - staging
> +    - shippable*
>  env:
>    global:
>      - LC_ALL=C


--
Alex Bennée