fix crystal ball prediction path

Change-Id: I8bf1d51f510891dfd03cdaedd7cd6f459b0efe3c
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/294522
Reviewed-by: James Butters <jbutters@instructure.com>
QA-Review: Aaron Ogata <aogata@instructure.com>
Product-Review: Aaron Ogata <aogata@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
This commit is contained in:
Aaron Ogata 2022-06-22 09:31:52 -07:00
parent d323fff110
commit 4662fa5630
1 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,8 @@ def rspecqNodeTotal = 50
def summaryMessage = ''
@groovy.transform.Field
def crystalballColor = 'danger'
@groovy.transform.Field
def specUnique = []
def computeTestCountNecessary() {
copyArtifacts filter: 'tmp/crystalball_spec_list.txt', projectName: "${env.UPSTREAM}", selector: upstream()
@ -34,7 +36,7 @@ def computeTestCountNecessary() {
def specs = readFile(file: 'tmp/crystalball_spec_list.txt')
def mapVersion = readFile(file: 'tmp/crystalball_map_version.txt')
def specUnique = specs.tokenize(',').unique()
specUnique = specs.tokenize(',').unique()
env.CRYSTALBALL_SPEC = specUnique.join(' ')
summaryMessage = "Map: $mapVersion\n"