11import { BENCHMARKS , CONFIG , queryInfo } from '../src/config' ;
2- import { ALT_PROJECT } from '../src/utils/perfherder' ;
32
43// eslint-disable-next-line jest/expect-expect
54it ( 'Verify all benchmarks are defined' , ( ) => {
@@ -27,7 +26,7 @@ it('Query info', () => {
2726 option : 'opt' ,
2827 platform : 'linux1804-64-shippable-qr' ,
2928 platformSuffix : undefined ,
30- project : 'autoland' ,
29+ project : undefined ,
3130 extraOptions : [ 'webrender' ] ,
3231 } ,
3332 {
@@ -39,7 +38,7 @@ it('Query info', () => {
3938 option : 'opt' ,
4039 platform : 'linux1804-64-shippable-qr' ,
4140 platformSuffix : undefined ,
42- project : 'mozilla-central' ,
41+ project : undefined ,
4342 extraOptions : [ 'fission' , 'webrender' ] ,
4443 } ,
4544 {
@@ -51,7 +50,7 @@ it('Query info', () => {
5150 option : 'opt' ,
5251 platform : 'linux1804-64-shippable-qr' ,
5352 platformSuffix : undefined ,
54- project : undefined ,
53+ project : 'mozilla-central' ,
5554 extraOptions : undefined ,
5655 } ,
5756 {
@@ -63,7 +62,7 @@ it('Query info', () => {
6362 option : 'opt' ,
6463 platform : 'linux1804-64-shippable-qr' ,
6564 platformSuffix : undefined ,
66- project : undefined ,
65+ project : 'mozilla-central' ,
6766 extraOptions : undefined ,
6867 } ,
6968 {
@@ -75,7 +74,7 @@ it('Query info', () => {
7574 option : 'opt' ,
7675 platform : 'linux1804-64-shippable-qr' ,
7776 platformSuffix : undefined ,
78- project : 'mozilla-central' ,
77+ project : undefined ,
7978 extraOptions : [ 'webrender' ] ,
8079 } ,
8180 {
@@ -87,7 +86,7 @@ it('Query info', () => {
8786 option : 'opt' ,
8887 platform : 'linux1804-64-shippable-qr' ,
8988 platformSuffix : undefined ,
90- project : 'mozilla-central' ,
89+ project : undefined ,
9190 extraOptions : [ 'webrender' ] ,
9291 } ,
9392 ] ,
@@ -111,7 +110,7 @@ it('Query info - suite with explicit project and platformSuffix ', () => {
111110 frameworkId : 1 ,
112111 suite : 'rasterflood_svg' ,
113112 platformSuffix : undefined ,
114- project : ALT_PROJECT ,
113+ project : undefined ,
115114 option : 'opt' ,
116115 platform : 'linux1804-64-shippable-qr' ,
117116 extraOptions : [ 'e10s' , 'stylo' , 'webrender' ] ,
@@ -123,7 +122,7 @@ it('Query info - suite with explicit project and platformSuffix ', () => {
123122 frameworkId : 1 ,
124123 suite : 'rasterflood_svg' ,
125124 platformSuffix : undefined ,
126- project : 'mozilla-central' ,
125+ project : undefined ,
127126 option : 'opt' ,
128127 platform : 'linux1804-64-shippable-qr' ,
129128 extraOptions : [ 'e10s' , 'stylo' , 'fission' , 'webrender' ] ,
0 commit comments