diff options
| author | Michael Albinus | 2021-11-20 20:05:52 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-11-20 20:05:52 +0100 |
| commit | 33e994415d7e8b5779dabbac53bcefdb7d8d0ea8 (patch) | |
| tree | 148a6c93f0c77600e653c36510c3b6b75de84f61 | |
| parent | 85a078e7853d708e599f97a3de06aed3a1c090ea (diff) | |
| download | emacs-33e994415d7e8b5779dabbac53bcefdb7d8d0ea8.tar.gz emacs-33e994415d7e8b5779dabbac53bcefdb7d8d0ea8.zip | |
Revert last change on emba files
| -rw-r--r-- | test/infra/gitlab-ci.yml | 2 | ||||
| -rwxr-xr-x | test/infra/test-jobs-generator.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index d53133d8acd..ebfe9965139 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml | |||
| @@ -32,7 +32,7 @@ stages: | |||
| 32 | - generator | 32 | - generator |
| 33 | - trigger | 33 | - trigger |
| 34 | # - fast | 34 | # - fast |
| 35 | - normal | 35 | # - normal |
| 36 | - platform-images | 36 | - platform-images |
| 37 | - platforms | 37 | - platforms |
| 38 | - native-comp-images | 38 | - native-comp-images |
diff --git a/test/infra/test-jobs-generator.sh b/test/infra/test-jobs-generator.sh index 67205b383ba..0636d8c8c22 100755 --- a/test/infra/test-jobs-generator.sh +++ b/test/infra/test-jobs-generator.sh | |||
| @@ -60,7 +60,7 @@ EOF | |||
| 60 | 60 | ||
| 61 | cat <<EOF | 61 | cat <<EOF |
| 62 | test${target##check}-inotify: | 62 | test${target##check}-inotify: |
| 63 | stage: normal | 63 | stage: test |
| 64 | extends: [.job-template, .test-template] | 64 | extends: [.job-template, .test-template] |
| 65 | rules: | 65 | rules: |
| 66 | - changes: $changes | 66 | - changes: $changes |