Skip to content

Commit d24ccbc

Browse files
authored
Merge pull request #332 from validatedpatterns/nutanix
Include Nutanix test results in our CI dashboard
2 parents 6a0e6b6 + 6ca9f44 commit d24ccbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

static/js/dashboard.v2.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ function stringForKey (key) {
190190
if (key == 'retail') {
191191
return 'Quarkus CoffeeShop'
192192
}
193+
if (key == 'nutanix') {
194+
return 'Nutanix'
195+
}
193196
return key
194197
}
195198

@@ -551,7 +554,7 @@ function getBucketOptions (input) {
551554
buckets.push(bucket)
552555
} else {
553556
buckets.push('https://storage.googleapis.com/vp-results')
554-
// buckets.push('https://storage.googleapis.com/other-results')
557+
buckets.push('https://vp-ntnx-results.s3.amazonaws.com')
555558
}
556559
options.set('buckets', buckets)
557560

0 commit comments

Comments
 (0)