Re: [PATCH] gitlab-ci.yml: Test the dtrace backend in one of the jobs

2021-03-31 Thread Alex Bennée
Thomas Huth 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 Queued to for-6.0/fixes-for-rc2, thanks. -- Alex Bennée

Re: [PATCH] gitlab-ci.yml: Test the dtrace backend in one of the jobs

2021-03-31 Thread Willian Rampazzo
On Wed, Mar 31, 2021 at 1:04 PM Thomas Huth 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 > --- > .gitlab-ci.yml | 2 +- > tests/docker/dockerfiles/centos8.dock

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

2021-03-31 Thread Thomas Huth
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 --- .gitlab-ci.yml | 2 +- tests/docker/dockerfiles/centos8.docker | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --g