Skip to content

Commit 87306f8

Browse files
renamed CI's
- TF OpenCI -> TF OpenCI (legacy) - New CI (testing) -> TF OpenCI Signed-off-by: Minos Galanakis <[email protected]>
1 parent a192372 commit 87306f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/common.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import org.mbed.tls.jenkins.BranchInfo
4545
/* Indicates if CI is running on the new CI (hosted on https://ci.trustedfirmware.org/) */
4646
@Field final boolean is_new_ci_env = !is_open_ci_env && (env.JENKINS_URL ==~ /\S+(trustedfirmware)\S+/)
4747

48-
@Field final String ci_name = is_open_ci_env ? 'TF OpenCI' : is_new_ci_env ? 'New CI (testing)' : 'Internal CI'
48+
@Field final String ci_name = is_open_ci_env ? 'TF OpenCI (legacy)' : is_new_ci_env ? 'TF OpenCI' : 'Internal CI'
4949

5050
/*
5151
* This controls the timeout each job has. It does not count the time spent in

0 commit comments

Comments
 (0)