@@ -314,8 +314,8 @@ function test () {
314
314
const version = 'v10.1.0'
315
315
const expectedStdout =
316
316
'... Checking assets\n' +
317
- '... Expecting a total of 40 assets for v10.x\n' +
318
- '... 37 assets waiting in staging\n' +
317
+ '... Expecting a total of 41 assets for v10.x\n' +
318
+ '... 38 assets waiting in staging\n' +
319
319
'... 0 assets already promoted\n' +
320
320
' \u001b[33m\u001b[1m⚠\u001b[22m\u001b[39m The following assets are expected for v10.x but are currently missing from staging:\n' +
321
321
' • node-v10.1.0-linux-armv6l.tar.gz\n' +
@@ -376,9 +376,9 @@ function test () {
376
376
const version = 'v11.11.11'
377
377
const expectedStdout =
378
378
'... Checking assets\n' +
379
- '... Expecting a total of 40 assets for v11.x\n' +
380
- '... 40 assets waiting in staging\n' +
381
- ' \u001b[33m\u001b[1m⚠\u001b[22m\u001b[39m 40 assets already promoted will be overwritten, is this OK?\n' +
379
+ '... Expecting a total of 41 assets for v11.x\n' +
380
+ '... 41 assets waiting in staging\n' +
381
+ ' \u001b[33m\u001b[1m⚠\u001b[22m\u001b[39m 41 assets already promoted will be overwritten, is this OK?\n' +
382
382
' \u001b[32m\u001b[1m✓\u001b[22m\u001b[39m Complete set of expected assets in place for v11.x\n' +
383
383
' \u001b[33mPromote if you are certain this is the the correct course of action\u001b[39m\n'
384
384
@@ -399,13 +399,17 @@ function test () {
399
399
' Should a new list be created for v9.x?\n' +
400
400
' https://github.com/nodejs/build/tree/main/ansible/www-standalone/tools/promote/expected_assets/v9.x\n' +
401
401
'... Expecting a total of 44 assets for v9.x\n' +
402
- '... 40 assets waiting in staging\n' +
402
+ '... 41 assets waiting in staging\n' +
403
403
'... 0 assets already promoted\n' +
404
404
' \u001b[33m\u001b[1m⚠\u001b[22m\u001b[39m The following assets are expected for v9.x but are currently missing from staging:\n' +
405
405
' • node-v9.9.9-linux-x86.tar.gz\n' +
406
406
' • node-v9.9.9-linux-x86.tar.xz\n' +
407
407
' • node-v9.9.9-sunos-x86.tar.gz\n' +
408
408
' • node-v9.9.9-sunos-x86.tar.xz\n' +
409
+ ' \u001b[31m\u001b[1m✖\u001b[22m\u001b[39m The following assets were found in staging but are not expected for v9.x:\n' +
410
+ ' • docs/apilinks.json\n' +
411
+ ' Does the expected assets list for v9.x need to be updated?\n' +
412
+ ' https://github.com/nodejs/build/tree/main/ansible/www-standalone/tools/promote/expected_assets/v9.x\n' +
409
413
' \u001b[33mPromote if you are certain this is the the correct course of action\u001b[39m\n'
410
414
411
415
async function setup ( fixtureStagingDir , fixtureDistDir ) {
@@ -422,9 +426,9 @@ function test () {
422
426
const version = 'v10.0.0'
423
427
const expectedStdout =
424
428
'... Checking assets\n' +
425
- '... Expecting a total of 40 assets for v10.x\n' +
429
+ '... Expecting a total of 41 assets for v10.x\n' +
426
430
'... 2 assets waiting in staging\n' +
427
- '... 38 assets already promoted\n' +
431
+ '... 39 assets already promoted\n' +
428
432
' \u001b[32m\u001b[1m✓\u001b[22m\u001b[39m Complete set of expected assets in place for v10.x\n'
429
433
430
434
async function setup ( fixtureStagingDir , fixtureDistDir ) {
@@ -448,9 +452,9 @@ function test () {
448
452
const version = 'v10.0.0'
449
453
const expectedStdout =
450
454
'... Checking assets\n' +
451
- '... Expecting a total of 40 assets for v10.x\n' +
455
+ '... Expecting a total of 41 assets for v10.x\n' +
452
456
'... 2 assets waiting in staging\n' +
453
- '... 40 assets already promoted\n' +
457
+ '... 41 assets already promoted\n' +
454
458
' \u001b[32m\u001b[1m✓\u001b[22m\u001b[39m Complete set of expected assets in place for v10.x\n' +
455
459
' \u001b[31m\u001b[1m✖\u001b[22m\u001b[39m The following assets were found in staging but are not expected for v10.x:\n' +
456
460
' • ooolaalaa.tar.gz\n' +
@@ -476,8 +480,8 @@ function test () {
476
480
const version = 'v11.11.1'
477
481
const expectedStdout =
478
482
'... Checking assets\n' +
479
- '... Expecting a total of 40 assets for v11.x\n' +
480
- '... 42 assets waiting in staging\n' +
483
+ '... Expecting a total of 41 assets for v11.x\n' +
484
+ '... 43 assets waiting in staging\n' +
481
485
'... 0 assets already promoted\n' +
482
486
' \u001b[32m\u001b[1m✓\u001b[22m\u001b[39m Complete set of expected assets in place for v11.x\n' +
483
487
' \u001b[31m\u001b[1m✖\u001b[22m\u001b[39m The following assets were found in staging but are not expected for v11.x:\n' +
0 commit comments