File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1253,4 +1253,4 @@ buildvariants:
12531253 display_name : Runtime Independence Test
12541254 run_on : ubuntu2204-small
12551255 tasks :
1256- - .alpine-fle
1256+ - .runtime-independence
Original file line number Diff line number Diff line change @@ -2036,7 +2036,7 @@ tasks:
20362036 - func : build and test alpine FLE
20372037 - name : test-runtime-independence
20382038 tags :
2039- - runtime-independence-tests
2039+ - runtime-independence
20402040 commands :
20412041 - command : expansions.update
20422042 type : setup
@@ -2889,7 +2889,7 @@ buildvariants:
28892889 display_name : Runtime Independence Test
28902890 run_on : ubuntu2204-small
28912891 tasks :
2892- - .alpine-fle
2892+ - .runtime-independence
28932893 - name : rhel80-large-iron
28942894 display_name : rhel8 Node20.19.0
28952895 run_on : rhel80-large
Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ SINGLETON_TASKS.push({
651651
652652SINGLETON_TASKS . push ( {
653653 name : 'test-runtime-independence' ,
654- tags : [ 'runtime-independence-tests ' ] ,
654+ tags : [ 'runtime-independence' ] ,
655655 commands : [
656656 updateExpansions ( {
657657 NODE_LTS_VERSION : LATEST_LTS ,
You can’t perform that action at this time.
0 commit comments