-
Notifications
You must be signed in to change notification settings - Fork 162
79 lines (63 loc) · 2.42 KB
/
Copy pathca-profile-tests.yml
File metadata and controls
79 lines (63 loc) · 2.42 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
67
68
69
70
71
72
73
74
75
76
77
78
79
name: CA Profile Tests
on: [push, pull_request]
jobs:
build:
name: Waiting for build
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
ca-profile-caDirUserCert-test:
name: CA with caDirUserCert profile
needs: build
uses: ./.github/workflows/ca-profile-caDirUserCert-test.yml
ca-profile-caDirPinUserCert-test:
name: CA with caDirPinUserCert profile
needs: build
uses: ./.github/workflows/ca-profile-caDirPinUserCert-test.yml
ca-profile-caInternalAuthDRMstorageCert-test:
name: CA with caInternalAuthDRMstorageCert profile
needs: build
uses: ./.github/workflows/ca-profile-caInternalAuthDRMstorageCert-test.yml
ca-profile-caInternalAuthTransportCert-test:
name: CA with caInternalAuthTransportCert profile
needs: build
uses: ./.github/workflows/ca-profile-caInternalAuthTransportCert-test.yml
ca-profile-caMLKEMInternalAuthDRMstorageCert-test:
name: CA with caMLKEMInternalAuthDRMstorageCert profile
needs: build
uses: ./.github/workflows/ca-profile-caMLKEMInternalAuthDRMstorageCert-test.yml
ca-profile-caMLKEMInternalAuthTransportCert-test:
name: CA with caMLKEMInternalAuthTransportCert profile
needs: build
uses: ./.github/workflows/ca-profile-caMLKEMInternalAuthTransportCert-test.yml
ca-profile-caServerCert-test:
name: CA with caServerCert profile
needs: build
uses: ./.github/workflows/ca-profile-caServerCert-test.yml
ca-profile-caStorageCert-test:
name: CA with caStorageCert profile
needs: build
uses: ./.github/workflows/ca-profile-caStorageCert-test.yml
ca-profile-caTransportCert-test:
name: CA with caTransportCert profile
needs: build
uses: ./.github/workflows/ca-profile-caTransportCert-test.yml
ca-profile-custom-test:
name: CA with custom profile
needs: build
uses: ./.github/workflows/ca-profile-custom-test.yml
ca-renewal-manual-test:
name: CA manual renewal
needs: build
uses: ./.github/workflows/ca-renewal-manual-test.yml
ca-renewal-manual-hsm-test:
name: CA manual renewal with HSM
needs: build
uses: ./.github/workflows/ca-renewal-manual-hsm-test.yml
ca-renewal-automated-test:
name: CA automated renewal
needs: build
uses: ./.github/workflows/ca-renewal-automated-test.yml
ca-renewal-automated-ldaps-test:
name: CA automated renewal with LDAPS
needs: build
uses: ./.github/workflows/ca-renewal-automated-ldaps-test.yml