Skip to content

Commit 71bb021

Browse files
committed
Use fips specific framework list for fips tests
1 parent c79962e commit 71bb021

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

.ci/.matrix_framework_fips.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# this is a limited list of matrix builds to be used for PRs
2+
# see .jenkins_framework_full.yml for a full list
3+
FRAMEWORK:
4+
- none
5+
- django-5.0
6+
- flask-3.0
7+
- jinja2-3
8+
- opentelemetry-newest
9+
- opentracing-newest
10+
- twisted-newest
11+
- celery-5-flask-2
12+
- celery-5-django-5
13+
- requests-newest
14+
- boto3-newest
15+
- cassandra-newest
16+
- psutil-newest
17+
- gevent-newest
18+
- aiohttp-newest
19+
- tornado-newest
20+
- starlette-newest
21+
- graphene-2
22+
- httpx-newest
23+
- httplib2-newest
24+
- prometheus_client-newest
25+
- sanic-newest
26+
- kafka-python-newest

.github/workflows/test-fips.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
uses: elastic/oblt-actions/version-framework@v1
2424
with:
2525
versions-file: .ci/.matrix_python_fips.yml
26-
frameworks-file: .ci/.matrix_framework.yml
27-
excluded-file: .ci/.matrix_exclude.yml
26+
frameworks-file: .ci/.matrix_framework_fips.yml
2827

2928
test-fips:
3029
needs: create-matrix

0 commit comments

Comments
 (0)