aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2021-10-15 14:15:28 +0200
committerMichael Albinus2021-10-15 14:15:28 +0200
commit705b07660aa39705baf7c6daef4bce0ee7f7b418 (patch)
tree20038efda3248188ab09a74b9b69d50304d4cb32
parent171de3eee459ed64388a8ced7d07fa031ea025a6 (diff)
downloademacs-705b07660aa39705baf7c6daef4bce0ee7f7b418.tar.gz
emacs-705b07660aa39705baf7c6daef4bce0ee7f7b418.zip
; Fix last change on gitlab-ci.yml
-rw-r--r--test/infra/gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 05341bd033e..add05110dc1 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -108,7 +108,7 @@ default:
108 # TODO: with make -j4 several of the tests were failing, for 108 # TODO: with make -j4 several of the tests were failing, for
109 # example shadowfile-tests, but passed without it. 109 # example shadowfile-tests, but passed without it.
110 - 'export PWD=$(pwd)' 110 - 'export PWD=$(pwd)'
111 - 'docker run -i -e EMACS_EMBA_CI=${EMACS_EMBA_CI} --timeout=7200 --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 -c "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 -j4 && timeout -s ABRT 3600s make ${make_params}"' 111 - 'docker run -i -e EMACS_EMBA_CI=${EMACS_EMBA_CI} --timeout 7200 --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 -c "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 -j4 && timeout -s ABRT 3600s make ${make_params}"'
112 after_script: 112 after_script:
113 - docker ps -a 113 - docker ps -a
114 - printenv 114 - printenv