Skip to content

Commit 3d61e39

Browse files
committed
filter tests by large and add medium job separate
1 parent 4cd82ec commit 3d61e39

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci-python.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ jobs:
7474
python-version: ${{ matrix.python-version }}
7575
run: bazel test --local_test_jobs 1 //py:unit
7676

77+
requirements:
78+
name: Requirements Lock
79+
if: ${{ inputs.run-full-suite }}
80+
uses: ./.github/workflows/bazel.yml
81+
with:
82+
name: Requirements Lock
83+
os: ubuntu
84+
python-version: '3.10'
85+
run: bazel test //py:requirements.test
86+
87+
7788
filter-targets:
7889
name: Filter Targets
7990
runs-on: ubuntu-latest
@@ -121,5 +132,6 @@ jobs:
121132
--build_tests_only
122133
--flaky_test_attempts 3
123134
--local_test_jobs 1
135+
--test_size_filters large
124136
--test_tag_filters=${{ matrix.bidi && format('{0}-bidi', matrix.browser) || format('{0},-bidi,-remote', matrix.browser) }}
125137
${{ needs.filter-targets.outputs.targets }}

0 commit comments

Comments
 (0)