From: Michael Albinus Date: Thu, 1 May 2025 14:49:35 +0000 (+0200) Subject: ; Fix last change X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de06b30e0fe7f519c6a3b267a5ee45321fd3fab8;p=emacs.git ; Fix last change (cherry picked from commit b589fa9e23d896ce76b64016e0a5750f2131c393) --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index d50c6193a73..a0666550030 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -84,25 +84,25 @@ default: script: - docker pull ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} - 'export PWD=$(pwd)' - - 'docker run -i \ - -e EMACS_EMBA_CI=${EMACS_EMBA_CI} \ - -e EMACS_TEST_JUNIT_REPORT=${EMACS_TEST_JUNIT_REPORT} \ - -e EMACS_TEST_TIMEOUT=${EMACS_TEST_TIMEOUT} \ - -e EMACS_TEST_VERBOSE=${EMACS_TEST_VERBOSE} \ - -e NPROC=`nproc` \ - -e http_proxy=${http_proxy} \ - -e https_proxy=${https_proxy} \ - -e no_proxy=${no_proxy} \ - --volumes-from $(docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=${CI_JOB_ID}"):ro \ - --name ${test_name} \ - ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} \ - /bin/bash -xvc \ - "git fetch ${PWD} HEAD && \ - echo checking out these updated files && \ - git diff --name-only FETCH_HEAD && \ - ( git diff --name-only FETCH_HEAD | \ - xargs git checkout -f FETCH_HEAD ) && \ - make -j \$NPROC && \ + - 'docker run -i + -e EMACS_EMBA_CI=${EMACS_EMBA_CI} + -e EMACS_TEST_JUNIT_REPORT=${EMACS_TEST_JUNIT_REPORT} + -e EMACS_TEST_TIMEOUT=${EMACS_TEST_TIMEOUT} + -e EMACS_TEST_VERBOSE=${EMACS_TEST_VERBOSE} + -e NPROC=`nproc` + -e http_proxy=${http_proxy} + -e https_proxy=${https_proxy} + -e no_proxy=${no_proxy} + --volumes-from $(docker ps -q -f "label=com.gitlab.gitlab-runner.job.id=${CI_JOB_ID}"):ro + --name ${test_name} + ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} + /bin/bash -xvc + "git fetch ${PWD} HEAD && + echo checking out these updated files && + git diff --name-only FETCH_HEAD && + ( git diff --name-only FETCH_HEAD | + xargs git checkout -f FETCH_HEAD ) && + make -j \$NPROC && make -k -j \$NPROC ${make_params}"' after_script: # - docker ps -a