|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] CI/eclair: Rename the eclair-* jobs for clarity
commit 3161cfa40b3bf878d8b8c0f10075fe7d5eaed52b
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Thu Dec 11 16:08:39 2025 +0000
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Fri Dec 12 03:04:48 2025 +0000
CI/eclair: Rename the eclair-* jobs for clarity
All Eclair scanning is for safety purposes, and the *-safety jobs are AMD's
configuration specifically, and other configurations will likely be
different.
Rename them to *-amd.
Give the un-suffixed job an *-allcode suffix to make it clearer that they're
looking at all code.
Give the un-suffixed scheduled jobs an *-allrules suffix.
No functional change.
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
---
automation/gitlab-ci/analyze.yaml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/automation/gitlab-ci/analyze.yaml
b/automation/gitlab-ci/analyze.yaml
index 20cabbe5f7..286faffeb3 100644
--- a/automation/gitlab-ci/analyze.yaml
+++ b/automation/gitlab-ci/analyze.yaml
@@ -39,7 +39,7 @@
allow_failure: true
- !reference [.eclair-analysis, rules]
-eclair-x86_64:
+eclair-x86_64-allcode:
extends: .eclair-analysis:triggered
variables:
LOGFILE: "eclair-x86_64.log"
@@ -48,7 +48,7 @@ eclair-x86_64:
allow_failure: true
eclair-x86_64-testing:
- extends: eclair-x86_64
+ extends: eclair-x86_64-allcode
tags:
- eclair-analysis-testing
rules:
@@ -58,8 +58,8 @@ eclair-x86_64-testing:
when: always
- !reference [.eclair-analysis:triggered, rules]
-eclair-x86_64-safety:
- extends: eclair-x86_64
+eclair-x86_64-amd:
+ extends: eclair-x86_64-allcode
tags:
- eclair-analysis-safety
allow_failure: false
@@ -99,7 +99,7 @@ eclair-x86_64-safety:
when: always
- !reference [.eclair-analysis:triggered, rules]
-eclair-ARM64:
+eclair-ARM64-allcode:
extends: .eclair-analysis:triggered
variables:
LOGFILE: "eclair-ARM64.log"
@@ -108,7 +108,7 @@ eclair-ARM64:
allow_failure: true
eclair-ARM64-testing:
- extends: eclair-ARM64
+ extends: eclair-ARM64-allcode
tags:
- eclair-analysis-testing
rules:
@@ -118,8 +118,8 @@ eclair-ARM64-testing:
when: always
- !reference [.eclair-analysis:triggered, rules]
-eclair-ARM64-safety:
- extends: eclair-ARM64
+eclair-ARM64-amd:
+ extends: eclair-ARM64-allcode
tags:
- eclair-analysis-safety
allow_failure: false
@@ -174,7 +174,7 @@ eclair-ARM64-safety:
when: never
- !reference [.eclair-analysis, rules]
-eclair-x86_64:on-schedule:
+eclair-x86_64-allrules:on-schedule:
extends: .eclair-analysis:on-schedule
variables:
VARIANT: "X86_64"
@@ -183,7 +183,7 @@ eclair-x86_64:on-schedule:
LOGFILE: "eclair-${VARIANT}-${RULESET}.log"
allow_failure: true
-eclair-ARM64:on-schedule:
+eclair-ARM64-allrules:on-schedule:
extends: .eclair-analysis:on-schedule
variables:
VARIANT: "ARM64"
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |