Skip to content

Commit d874e78

Browse files
mi-acCommit Bot
authored andcommitted
[test] Raise swarming priority on release branche builders
The builders were originally allowed higher cycle time, as fast responses weren't necessary. They should, however, never fail due to expiring tasks. This has happened more often lately, hence they should run with normal CI priority. The impact is very small as they run very infrequently. NOTRY=true Bug: chromium:930255 Change-Id: Id9d4eb70322862cf98b9ae4e313e5c0b002b5bd1 Reviewed-on: https://chromium-review.googlesource.com/c/1466303 Commit-Queue: Michael Achenbach <[email protected]> Reviewed-by: Sergiy Belozorov <[email protected]> Cr-Commit-Position: refs/heads/master@{#59596}
1 parent 5cc245a commit d874e78

File tree

1 file changed

+0
-100
lines changed

1 file changed

+0
-100
lines changed

infra/testing/builders.pyl

Lines changed: 0 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,225 +1529,125 @@
15291529
##############################################################################
15301530
# Branches.
15311531
'V8 Linux - beta branch': {
1532-
'swarming_task_attrs': {
1533-
'expiration': 14400,
1534-
'hard_timeout': 5400,
1535-
'priority': 35,
1536-
},
15371532
'tests': [
15381533
{'name': 'mozilla'},
15391534
{'name': 'test262'},
15401535
{'name': 'v8testing'},
15411536
],
15421537
},
15431538
'V8 Linux - beta branch - debug': {
1544-
'swarming_task_attrs': {
1545-
'expiration': 14400,
1546-
'hard_timeout': 5400,
1547-
'priority': 35,
1548-
},
15491539
'tests': [
15501540
{'name': 'mozilla'},
15511541
{'name': 'test262'},
15521542
{'name': 'v8testing', 'shards': 3},
15531543
],
15541544
},
15551545
'V8 Linux - stable branch': {
1556-
'swarming_task_attrs': {
1557-
'expiration': 14400,
1558-
'hard_timeout': 5400,
1559-
'priority': 35,
1560-
},
15611546
'tests': [
15621547
{'name': 'mozilla'},
15631548
{'name': 'test262'},
15641549
{'name': 'v8testing'},
15651550
],
15661551
},
15671552
'V8 Linux - stable branch - debug': {
1568-
'swarming_task_attrs': {
1569-
'expiration': 14400,
1570-
'hard_timeout': 5400,
1571-
'priority': 35,
1572-
},
15731553
'tests': [
15741554
{'name': 'mozilla'},
15751555
{'name': 'test262'},
15761556
{'name': 'v8testing', 'shards': 3},
15771557
],
15781558
},
15791559
'V8 Linux64 - beta branch': {
1580-
'swarming_task_attrs': {
1581-
'expiration': 14400,
1582-
'hard_timeout': 5400,
1583-
'priority': 35,
1584-
},
15851560
'tests': [
15861561
{'name': 'mozilla'},
15871562
{'name': 'test262'},
15881563
{'name': 'v8testing'},
15891564
],
15901565
},
15911566
'V8 Linux64 - beta branch - debug': {
1592-
'swarming_task_attrs': {
1593-
'expiration': 14400,
1594-
'hard_timeout': 5400,
1595-
'priority': 35,
1596-
},
15971567
'tests': [
15981568
{'name': 'mozilla'},
15991569
{'name': 'test262'},
16001570
{'name': 'v8testing', 'shards': 3},
16011571
],
16021572
},
16031573
'V8 Linux64 - stable branch': {
1604-
'swarming_task_attrs': {
1605-
'expiration': 14400,
1606-
'hard_timeout': 5400,
1607-
'priority': 35,
1608-
},
16091574
'tests': [
16101575
{'name': 'mozilla'},
16111576
{'name': 'test262'},
16121577
{'name': 'v8testing'},
16131578
],
16141579
},
16151580
'V8 Linux64 - stable branch - debug': {
1616-
'swarming_task_attrs': {
1617-
'expiration': 14400,
1618-
'hard_timeout': 5400,
1619-
'priority': 35,
1620-
},
16211581
'tests': [
16221582
{'name': 'mozilla'},
16231583
{'name': 'test262'},
16241584
{'name': 'v8testing', 'shards': 3},
16251585
],
16261586
},
16271587
'V8 arm - sim - beta branch': {
1628-
'swarming_task_attrs': {
1629-
'expiration': 14400,
1630-
'hard_timeout': 5400,
1631-
'priority': 35,
1632-
},
16331588
'tests': [
16341589
{'name': 'mozilla'},
16351590
{'name': 'test262'},
16361591
{'name': 'v8testing', 'shards': 2},
16371592
],
16381593
},
16391594
'V8 arm - sim - beta branch - debug': {
1640-
'swarming_task_attrs': {
1641-
'expiration': 14400,
1642-
'hard_timeout': 5400,
1643-
'priority': 35,
1644-
},
16451595
'tests': [
16461596
{'name': 'mozilla'},
16471597
{'name': 'test262'},
16481598
{'name': 'v8testing', 'shards': 3},
16491599
],
16501600
},
16511601
'V8 arm - sim - stable branch': {
1652-
'swarming_task_attrs': {
1653-
'expiration': 14400,
1654-
'hard_timeout': 5400,
1655-
'priority': 35,
1656-
},
16571602
'tests': [
16581603
{'name': 'mozilla'},
16591604
{'name': 'test262'},
16601605
{'name': 'v8testing', 'shards': 2},
16611606
],
16621607
},
16631608
'V8 arm - sim - stable branch - debug': {
1664-
'swarming_task_attrs': {
1665-
'expiration': 14400,
1666-
'hard_timeout': 5400,
1667-
'priority': 35,
1668-
},
16691609
'tests': [
16701610
{'name': 'mozilla'},
16711611
{'name': 'test262'},
16721612
{'name': 'v8testing', 'shards': 3},
16731613
],
16741614
},
16751615
'V8 mips64el - sim - beta branch': {
1676-
'swarming_task_attrs': {
1677-
'expiration': 14400,
1678-
'hard_timeout': 5400,
1679-
'priority': 35,
1680-
},
16811616
'tests': [
16821617
{'name': 'unittests'},
16831618
],
16841619
},
16851620
'V8 mips64el - sim - stable branch': {
1686-
'swarming_task_attrs': {
1687-
'expiration': 14400,
1688-
'hard_timeout': 5400,
1689-
'priority': 35,
1690-
},
16911621
'tests': [
16921622
{'name': 'unittests'},
16931623
],
16941624
},
16951625
'V8 mipsel - sim - beta branch': {
1696-
'swarming_task_attrs': {
1697-
'expiration': 14400,
1698-
'hard_timeout': 5400,
1699-
'priority': 35,
1700-
},
17011626
'tests': [
17021627
{'name': 'v8testing', 'shards': 4},
17031628
],
17041629
},
17051630
'V8 mipsel - sim - stable branch': {
1706-
'swarming_task_attrs': {
1707-
'expiration': 14400,
1708-
'hard_timeout': 5400,
1709-
'priority': 35,
1710-
},
17111631
'tests': [
17121632
{'name': 'v8testing', 'shards': 4},
17131633
],
17141634
},
17151635
'V8 ppc64 - sim - beta branch': {
1716-
'swarming_task_attrs': {
1717-
'expiration': 14400,
1718-
'hard_timeout': 5400,
1719-
'priority': 35,
1720-
},
17211636
'tests': [
17221637
{'name': 'unittests'},
17231638
],
17241639
},
17251640
'V8 ppc64 - sim - stable branch': {
1726-
'swarming_task_attrs': {
1727-
'expiration': 14400,
1728-
'hard_timeout': 5400,
1729-
'priority': 35,
1730-
},
17311641
'tests': [
17321642
{'name': 'unittests'},
17331643
],
17341644
},
17351645
'V8 s390x - sim - beta branch': {
1736-
'swarming_task_attrs': {
1737-
'expiration': 14400,
1738-
'hard_timeout': 5400,
1739-
'priority': 35,
1740-
},
17411646
'tests': [
17421647
{'name': 'unittests'},
17431648
],
17441649
},
17451650
'V8 s390x - sim - stable branch': {
1746-
'swarming_task_attrs': {
1747-
'expiration': 14400,
1748-
'hard_timeout': 5400,
1749-
'priority': 35,
1750-
},
17511651
'tests': [
17521652
{'name': 'unittests'},
17531653
],

0 commit comments

Comments
 (0)