Skip to content

Commit b5d497e

Browse files
committed
run runtime independence tests
1 parent 1c0af0c commit b5d497e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.evergreen/config.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ SINGLETON_TASKS.push({
651651

652652
SINGLETON_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,

0 commit comments

Comments
 (0)