All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/2] gitlab-ci: Add 'ninja test' step for armhf
@ 2019-02-13 15:53 Arkadiusz Hiler via igt-dev
  2019-02-13 15:53 ` [igt-dev] [PATCH i-g-t 2/2] gitlab-ci: Remove autotools from corss-compilation containers Arkadiusz Hiler via igt-dev
  2019-02-13 17:42 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] gitlab-ci: Add 'ninja test' step for armhf Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Arkadiusz Hiler via igt-dev @ 2019-02-13 15:53 UTC (permalink / raw)
  To: igt-dev; +Cc: Tomi Valkeinen

... for completeness.

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 .gitlab-ci.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad938979..ae8cbb67 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,6 +113,20 @@ test:ninja-test-arm64:
       - build
     when: on_failure
 
+test:ninja-test-armhf:
+  image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian-armhf:latest
+  dependencies:
+    - build:tests-debian-meson-armhf
+  stage: test
+  script:
+    - export PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig/
+    - env > build/envdump.txt
+    - ninja -C build test
+  artifacts:
+    paths:
+      - build
+    when: on_failure
+
 test:test-list-diff:
   dependencies:
     - build:tests-debian-autotools
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] [PATCH i-g-t 2/2] gitlab-ci: Remove autotools from corss-compilation containers
  2019-02-13 15:53 [igt-dev] [PATCH i-g-t 1/2] gitlab-ci: Add 'ninja test' step for armhf Arkadiusz Hiler via igt-dev
@ 2019-02-13 15:53 ` Arkadiusz Hiler via igt-dev
  2019-02-13 20:38   ` Daniel Vetter
  2019-02-13 17:42 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] gitlab-ci: Add 'ninja test' step for armhf Patchwork
  1 sibling, 1 reply; 4+ messages in thread
From: Arkadiusz Hiler via igt-dev @ 2019-02-13 15:53 UTC (permalink / raw)
  To: igt-dev; +Cc: Tomi Valkeinen, Daniel Vetter

We only use meson there.

Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 Dockerfile.debian-arm64 | 8 --------
 Dockerfile.debian-armhf | 8 --------
 2 files changed, 16 deletions(-)

diff --git a/Dockerfile.debian-arm64 b/Dockerfile.debian-arm64
index 34fb5ad4..7b3a3c7c 100644
--- a/Dockerfile.debian-arm64
+++ b/Dockerfile.debian-arm64
@@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
 					libdrm-dev:arm64 \
 					qemu-user \
 					qemu-user-static
-
-# autotools build deps
-RUN apt-get install -y \
-			autoconf \
-			automake \
-			xutils-dev \
-			libtool \
-			make
diff --git a/Dockerfile.debian-armhf b/Dockerfile.debian-armhf
index 81ad5c61..c67a1e2a 100644
--- a/Dockerfile.debian-armhf
+++ b/Dockerfile.debian-armhf
@@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
 					libdrm-dev:armhf \
 					qemu-user \
 					qemu-user-static
-
-# autotools build deps
-RUN apt-get install -y \
-			autoconf \
-			automake \
-			xutils-dev \
-			libtool \
-			make
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] gitlab-ci: Add 'ninja test' step for armhf
  2019-02-13 15:53 [igt-dev] [PATCH i-g-t 1/2] gitlab-ci: Add 'ninja test' step for armhf Arkadiusz Hiler via igt-dev
  2019-02-13 15:53 ` [igt-dev] [PATCH i-g-t 2/2] gitlab-ci: Remove autotools from corss-compilation containers Arkadiusz Hiler via igt-dev
@ 2019-02-13 17:42 ` Patchwork
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-02-13 17:42 UTC (permalink / raw)
  To: igt-dev

== Series Details ==

Series: series starting with [i-g-t,1/2] gitlab-ci: Add 'ninja test' step for armhf
URL   : https://patchwork.freedesktop.org/series/56616/
State : success

== Summary ==

CI Bug Log - changes from IGT_4824 -> IGTPW_2395
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56616/revisions/1/mbox/

Known issues
------------

  Here are the changes found in IGTPW_2395 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live_coherency:
    - fi-gdg-551:         PASS -> DMESG-FAIL [fdo#107164]

  * igt@i915_selftest@live_execlists:
    - fi-apl-guc:         PASS -> INCOMPLETE [fdo#103927]

  * igt@kms_flip@basic-flip-vs-dpms:
    - fi-skl-6700hq:      PASS -> DMESG-WARN [fdo#105998]

  * igt@kms_pipe_crc_basic@read-crc-pipe-b-frame-sequence:
    - fi-byt-clapper:     PASS -> FAIL [fdo#103191] / [fdo#107362] +1

  
#### Possible fixes ####

  * igt@gem_exec_suspend@basic-s3:
    - fi-blb-e6850:       INCOMPLETE [fdo#107718] -> PASS

  * igt@i915_selftest@live_workarounds:
    - {fi-icl-u2}:        INCOMPLETE -> PASS

  * igt@kms_busy@basic-flip-c:
    - fi-kbl-7500u:       {SKIP} [fdo#109271] / [fdo#109278] -> PASS +2

  * igt@kms_chamelium@dp-hpd-fast:
    - fi-kbl-7500u:       DMESG-WARN [fdo#102505] / [fdo#103558] / [fdo#105602] -> PASS

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-kbl-7500u:       FAIL [fdo#109485] -> PASS

  * igt@kms_pipe_crc_basic@read-crc-pipe-b:
    - fi-byt-clapper:     FAIL [fdo#107362] -> PASS

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
    - fi-hsw-4770:        {SKIP} [fdo#109271] -> PASS +3

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#102505]: https://bugs.freedesktop.org/show_bug.cgi?id=102505
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#107164]: https://bugs.freedesktop.org/show_bug.cgi?id=107164
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#108622]: https://bugs.freedesktop.org/show_bug.cgi?id=108622
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485


Participating hosts (45 -> 36)
------------------------------

  Missing    (9): fi-kbl-soraka fi-ilk-m540 fi-bdw-5557u fi-byt-squawks fi-bsw-cyan fi-cfl-8700k fi-glk-j4005 fi-pnv-d510 fi-bdw-samus 


Build changes
-------------

    * IGT: IGT_4824 -> IGTPW_2395

  CI_DRM_5598: 0d4420ccb7b8a3386fefc3719e71b5e8e69d3abb @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2395: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2395/
  IGT_4824: e55d439a9ba744227fb4c9d727338276b78871d4 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2395/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t 2/2] gitlab-ci: Remove autotools from corss-compilation containers
  2019-02-13 15:53 ` [igt-dev] [PATCH i-g-t 2/2] gitlab-ci: Remove autotools from corss-compilation containers Arkadiusz Hiler via igt-dev
@ 2019-02-13 20:38   ` Daniel Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2019-02-13 20:38 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev, Tomi Valkeinen, Daniel Vetter

On Wed, Feb 13, 2019 at 05:53:41PM +0200, Arkadiusz Hiler wrote:
> We only use meson there.
> 
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>

On the series:

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>



> ---
>  Dockerfile.debian-arm64 | 8 --------
>  Dockerfile.debian-armhf | 8 --------
>  2 files changed, 16 deletions(-)
> 
> diff --git a/Dockerfile.debian-arm64 b/Dockerfile.debian-arm64
> index 34fb5ad4..7b3a3c7c 100644
> --- a/Dockerfile.debian-arm64
> +++ b/Dockerfile.debian-arm64
> @@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
>  					libdrm-dev:arm64 \
>  					qemu-user \
>  					qemu-user-static
> -
> -# autotools build deps
> -RUN apt-get install -y \
> -			autoconf \
> -			automake \
> -			xutils-dev \
> -			libtool \
> -			make
> diff --git a/Dockerfile.debian-armhf b/Dockerfile.debian-armhf
> index 81ad5c61..c67a1e2a 100644
> --- a/Dockerfile.debian-armhf
> +++ b/Dockerfile.debian-armhf
> @@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
>  					libdrm-dev:armhf \
>  					qemu-user \
>  					qemu-user-static
> -
> -# autotools build deps
> -RUN apt-get install -y \
> -			autoconf \
> -			automake \
> -			xutils-dev \
> -			libtool \
> -			make
> -- 
> 2.20.1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2019-02-13 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13 15:53 [igt-dev] [PATCH i-g-t 1/2] gitlab-ci: Add 'ninja test' step for armhf Arkadiusz Hiler via igt-dev
2019-02-13 15:53 ` [igt-dev] [PATCH i-g-t 2/2] gitlab-ci: Remove autotools from corss-compilation containers Arkadiusz Hiler via igt-dev
2019-02-13 20:38   ` Daniel Vetter
2019-02-13 17:42 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] gitlab-ci: Add 'ninja test' step for armhf Patchwork

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.