-
Notifications
You must be signed in to change notification settings - Fork 153
66 lines (56 loc) · 1.53 KB
/
downstream-tests.yml
File metadata and controls
66 lines (56 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: Weekly Downstream Tests
on:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
build-standalone-artifacts:
uses: ./.github/workflows/ci-matrix-gen.yml
with:
jobs_to_run: ^(?=.*python-svm-build-gate-linux-amd64).*$
logs_retention_days: 0
artifacts_retention_days: 0
downstream-pybind11:
needs: build-standalone-artifacts
uses: ./.github/workflows/_downstream-test-common.yml
with:
package: pybind11
needs_cmake: true
downstream-virtualenv:
needs: build-standalone-artifacts
uses: ./.github/workflows/_downstream-test-common.yml
with:
package: virtualenv
downstream-pyo3:
needs: build-standalone-artifacts
uses: ./.github/workflows/_downstream-test-common.yml
with:
package: pyo3
needs_rust: true
downstream-pydantic-core:
needs: build-standalone-artifacts
uses: ./.github/workflows/_downstream-test-common.yml
with:
package: pydantic-core
needs_rust: true
needs_uv: true
downstream-jiter:
needs: build-standalone-artifacts
uses: ./.github/workflows/_downstream-test-common.yml
with:
package: jiter
needs_rust: true
needs_uv: true
downstream-cython:
needs: build-standalone-artifacts
uses: ./.github/workflows/_downstream-test-common.yml
with:
package: cython
downstream-oracledb:
needs: build-standalone-artifacts
uses: ./.github/workflows/_downstream-test-oracledb.yml
with:
package: oracledb