Skip to content

Commit 6449ea4

Browse files
authored
Point to the new bucket of CI result files from QE
1 parent 0063f96 commit 6449ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/dashboard.v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ function getBucketOptions (input) {
523523
}
524524
options.set('links', 'public');
525525
options.set('target', 'dataset')
526-
options.set('bucket', 'https://storage.googleapis.com/hcp-results')
526+
options.set('bucket', 'https://storage.googleapis.com/vp-results')
527527

528528
const fields = [ 'sets', 'bucket', 'target', 'filter_field', 'filter_value', 'links', 'disable_buttons' ]
529529
for (i = 0; i < fields.length; i++) {

0 commit comments

Comments
 (0)