mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'devel' into release-3.4.1
This commit is contained in:
6
.github/workflows/test-tools.yml
vendored
6
.github/workflows/test-tools.yml
vendored
@@ -149,10 +149,11 @@ jobs:
|
||||
runs-on: oss-vm
|
||||
container:
|
||||
image: meteor/circleci:2025.07.8-android-35-node-22
|
||||
options: --user root
|
||||
options: --user root --cpus 4 --memory 16g --security-opt seccomp=unconfined
|
||||
needs: setup
|
||||
timeout-minutes: 35
|
||||
env:
|
||||
TIMEOUT_SCALE_FACTOR: 14
|
||||
TEST_GROUP: "^[a-b]|^c[a-n]|^co[a-l]|^comm"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -482,10 +483,11 @@ jobs:
|
||||
runs-on: oss-vm
|
||||
container:
|
||||
image: meteor/circleci:2025.07.8-android-35-node-22
|
||||
options: --user root
|
||||
options: --user root --cpus 4 --memory 16g --security-opt seccomp=unconfined
|
||||
needs: setup
|
||||
timeout-minutes: 25
|
||||
env:
|
||||
TIMEOUT_SCALE_FACTOR: 14
|
||||
TEST_GROUP: "^m[a-n]|^mo[a-d]"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user