All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .shippable: remove the last bits
@ 2021-02-10 15:41 Alex Bennée
  2021-02-10 15:49 ` Daniel P. Berrangé
  2021-02-10 15:54 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Bennée @ 2021-02-10 15:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

Shippable is about to sunset in May 2021 [1] and we had already moved
a chunk of the crossbuilds to GitLab. We already cross build
mips-softmmu targets since:

  6bcb5fc0f7 ("gitlab-ci: Add cross-compiling build tests")

and x86 is very well covered.

[1]: https://blog.shippable.com/the-next-step-in-the-evolution-of-shippable-jfrog-pipelines

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .shippable.yml | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 .shippable.yml

diff --git a/.shippable.yml b/.shippable.yml
deleted file mode 100644
index 97bfa2a0f3..0000000000
--- a/.shippable.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: c
-git:
-   submodules: false
-env:
-  global:
-    - LC_ALL=C
-  matrix:
-    - IMAGE=debian-amd64
-      TARGET_LIST=x86_64-softmmu,x86_64-linux-user
-    - IMAGE=debian-mips-cross
-      TARGET_LIST=mips-softmmu
-build:
-  pre_ci_boot:
-    image_name: registry.gitlab.com/qemu-project/qemu/qemu/${IMAGE}
-    image_tag: latest
-    pull: true
-    options: "-e HOME=/root"
-  ci:
-    - unset CC
-    - mkdir build
-    - cd build
-    - ../configure --disable-docs ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
-    - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] .shippable: remove the last bits
  2021-02-10 15:41 [PATCH] .shippable: remove the last bits Alex Bennée
@ 2021-02-10 15:49 ` Daniel P. Berrangé
  2021-02-10 15:54 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2021-02-10 15:49 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel

On Wed, Feb 10, 2021 at 03:41:06PM +0000, Alex Bennée wrote:
> Shippable is about to sunset in May 2021 [1] and we had already moved
> a chunk of the crossbuilds to GitLab. We already cross build
> mips-softmmu targets since:
> 
>   6bcb5fc0f7 ("gitlab-ci: Add cross-compiling build tests")
> 
> and x86 is very well covered.
> 
> [1]: https://blog.shippable.com/the-next-step-in-the-evolution-of-shippable-jfrog-pipelines
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .shippable.yml | 23 -----------------------
>  1 file changed, 23 deletions(-)
>  delete mode 100644 .shippable.yml

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] .shippable: remove the last bits
  2021-02-10 15:41 [PATCH] .shippable: remove the last bits Alex Bennée
  2021-02-10 15:49 ` Daniel P. Berrangé
@ 2021-02-10 15:54 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-02-10 15:54 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel

On 2/10/21 4:41 PM, Alex Bennée wrote:
> Shippable is about to sunset in May 2021 [1] and we had already moved
> a chunk of the crossbuilds to GitLab. We already cross build
> mips-softmmu targets since:
> 
>   6bcb5fc0f7 ("gitlab-ci: Add cross-compiling build tests")
> 
> and x86 is very well covered.
> 
> [1]: https://blog.shippable.com/the-next-step-in-the-evolution-of-shippable-jfrog-pipelines
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .shippable.yml | 23 -----------------------
>  1 file changed, 23 deletions(-)
>  delete mode 100644 .shippable.yml

Thanks for cleaning this.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-10 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 15:41 [PATCH] .shippable: remove the last bits Alex Bennée
2021-02-10 15:49 ` Daniel P. Berrangé
2021-02-10 15:54 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.