On Sun, Nov 8, 2020 at 7:27 PM Philippe Mathieu-Daudé <phi...@redhat.com> wrote:
>
> Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
> ---
>  .gitlab-ci.yml | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 0ef814764a0..d4526323169 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -42,7 +42,7 @@ include:
>      - find . -type f -exec touch {} +
>      - make $MAKE_CHECK_ARGS
>
> -.acceptance_test_job:
> +.integration_test_job:
>    extends: .native_test_job
>    cache:
>      key: "${CI_JOB_NAME}-cache"
> @@ -89,8 +89,8 @@ check-system-ubuntu:
>      IMAGE: ubuntu2004
>      MAKE_CHECK_ARGS: check
>
> -acceptance-system-ubuntu:
> -  extends: .acceptance_test_job
> +integration-system-ubuntu:
> +  extends: .integration_test_job
>    needs:
>      - job: build-system-ubuntu
>        artifacts: true
> @@ -119,8 +119,8 @@ check-system-debian:
>      IMAGE: debian-amd64
>      MAKE_CHECK_ARGS: check
>
> -acceptance-system-debian:
> -  extends: .acceptance_test_job
> +integration-system-debian:
> +  extends: .integration_test_job
>    needs:
>      - job: build-system-debian
>        artifacts: true
> @@ -150,8 +150,8 @@ check-system-fedora:
>      IMAGE: fedora
>      MAKE_CHECK_ARGS: check
>
> -acceptance-system-fedora:
> -  extends: .acceptance_test_job
> +integration-system-fedora:
> +  extends: .integration_test_job
>    needs:
>      - job: build-system-fedora
>        artifacts: true
> @@ -181,8 +181,8 @@ check-system-centos:
>      IMAGE: centos8
>      MAKE_CHECK_ARGS: check
>
> -acceptance-system-centos:
> -  extends: .acceptance_test_job
> +integration-system-centos:
> +  extends: .integration_test_job
>    needs:
>      - job: build-system-centos
>        artifacts: true
> --
> 2.26.2
>
>

Makes sense, thanks!

Reviewed-by: Willian Rampazzo <willi...@redhat.com>


Reply via email to