You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang-3.4-debuginfo-statistics] Fix the LNT submissions run order (#291)
The run order should be the GIT_DISTANCE of the stage 1 compiler which
is being used to build the historic compiler.
Co-authored-by: Azharuddin Mohammed <[email protected]>
Copy file name to clipboardExpand all lines: zorg/jenkins/jobs/jobs/clang-3.4-debuginfo-statistics
+17-22Lines changed: 17 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ pipeline {
11
11
12
12
string(name: 'GIT_SHA', defaultValue: params.GIT_REVISION?:'*/release/13.x', description: 'Git commit to build.')
13
13
14
-
string(name: 'ARTIFACT', defaultValue: params.ARTIFACT?:'clang-stage1-RA/latest', description: 'Clang artifact to use')
14
+
string(name: 'STAGE_1_JOB_NAME', defaultValue: params.STAGE_1_JOB_NAME?:'clang-stage1-RA', description: 'Stage 1 job name to download the artifact from.')
0 commit comments