[tor-commits] [manual/master] better names for the tests
emmapeel at torproject.org
emmapeel at torproject.org
Tue Nov 2 20:42:51 UTC 2021
commit a152efc0947ea8e3863552d211e328eeb1e2cb19
Author: emma peel <emma.peel at riseup.net>
Date: Tue Nov 2 21:04:40 2021 +0100
better names for the tests
---
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34b0934..c62b4b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,7 +78,7 @@ pages:
rules:
- when: always
-check_new_strings:
+new_strings:
cache:
key: $CI_PROJECT_PATH_SLUG.${CI_COMMIT_REF_SLUG}
paths:
@@ -106,7 +106,7 @@ check_new_strings:
- public
- i18n
-check_l10n:
+l10n_QA:
allow_failure: true
cache:
key: $CI_PROJECT_PATH_SLUG.${CI_COMMIT_REF_SLUG}
@@ -129,7 +129,7 @@ check_l10n:
- echo 'lets see if there are any BROKEN LINKS on the translations'
- l10n/bin/check_markdown_links.py i18n/
-translation_tests_page:
+build_tests_page:
stage: test_l10n
allow_failure: true
trigger: tpo/community/l10n
More information about the tor-commits
mailing list