From: Michael Albinus Date: Sun, 3 Oct 2021 17:53:17 +0000 (+0200) Subject: * test/infra/gitlab-ci.yml (.native-comp-template): Revert change. X-Git-Tag: emacs-29.0.90~3671^2~682 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6be44d9b3ec09195f6279e9a503175f8fd60e14;p=emacs.git * test/infra/gitlab-ci.yml (.native-comp-template): Revert change. --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 3c6d836b580..5be59b8dcc6 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -190,9 +190,18 @@ default: - test/lisp/filenotify-tests.el .native-comp-template: - only: - - web - - schedules + rules: + - if: '$CI_PIPELINE_SOURCE == "web"' + - if: '$CI_PIPELINE_SOURCE == "schedule"' + changes: + - "**/Makefile.in" + - .gitlab-ci.yml + - lisp/emacs-lisp/comp.el + - lisp/emacs-lisp/comp-cstr.el + - src/comp.{h,m} + - test/infra/* + - test/src/comp-resources/*.el + - test/src/comp-tests.el timeout: 8 hours stages: