diff mbox series

gitlab-ci.yml: Test the dtrace backend in one of the jobs

Message ID 20210331160351.3071279-1-thuth@redhat.com
State New
Headers show
Series gitlab-ci.yml: Test the dtrace backend in one of the jobs | expand

Commit Message

Thomas Huth March 31, 2021, 4:03 p.m. UTC
We are using the dtrace backend in downstream RHEL, so testing this
in the CentOS 8 task seems to be a good fit.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .gitlab-ci.yml                          | 2 +-
 tests/docker/dockerfiles/centos8.docker | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Willian Rampazzo March 31, 2021, 4:13 p.m. UTC | #1
On Wed, Mar 31, 2021 at 1:04 PM Thomas Huth <thuth@redhat.com> wrote:
>
> We are using the dtrace backend in downstream RHEL, so testing this
> in the CentOS 8 task seems to be a good fit.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  .gitlab-ci.yml                          | 2 +-
>  tests/docker/dockerfiles/centos8.docker | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
>

Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Alex Bennée March 31, 2021, 7:23 p.m. UTC | #2
Thomas Huth <thuth@redhat.com> writes:

> We are using the dtrace backend in downstream RHEL, so testing this
> in the CentOS 8 task seems to be a good fit.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Queued to for-6.0/fixes-for-rc2, thanks.
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3480d79db3..4c43dd2570 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -223,7 +223,7 @@  build-system-centos:
   variables:
     IMAGE: centos8
     CONFIGURE_ARGS: --disable-nettle --enable-gcrypt --enable-fdt=system
-                    --enable-modules
+                    --enable-modules --enable-trace-backends=dtrace
     TARGETS: ppc64-softmmu or1k-softmmu s390x-softmmu
       x86_64-softmmu rx-softmmu sh4-softmmu nios2-softmmu
     MAKE_CHECK_ARGS: check-build
diff --git a/tests/docker/dockerfiles/centos8.docker b/tests/docker/dockerfiles/centos8.docker
index a763d55730..a8c6c528b0 100644
--- a/tests/docker/dockerfiles/centos8.docker
+++ b/tests/docker/dockerfiles/centos8.docker
@@ -29,6 +29,7 @@  ENV PACKAGES \
     rdma-core-devel \
     spice-glib-devel \
     spice-server \
+    systemtap-sdt-devel \
     tar \
     zlib-devel