-
Notifications
You must be signed in to change notification settings - Fork 162
109 lines (87 loc) · 2.61 KB
/
Copy pathkra-tests.yml
File metadata and controls
109 lines (87 loc) · 2.61 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name: KRA Tests
on: [push, pull_request]
jobs:
build:
name: Waiting for build
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
kra-basic-test:
name: Basic KRA
needs: build
uses: ./.github/workflows/kra-basic-test.yml
kra-oaep-test:
name: KRA with RSA OAEP padding
needs: build
uses: ./.github/workflows/kra-oaep-test.yml
kra-ecc-test:
name: KRA with ECC
needs: build
uses: ./.github/workflows/kra-ecc-test.yml
kra-pqc-test:
name: KRA with PQC
needs: build
uses: ./.github/workflows/kra-pqc-test.yml
kra-separate-test:
name: KRA on separate instance
needs: build
uses: ./.github/workflows/kra-separate-test.yml
kra-external-certs-test:
name: KRA with external certs
needs: build
uses: ./.github/workflows/kra-external-certs-test.yml
kra-external-certs-kryoptic-test:
name: KRA with external certs on Kryoptic
needs: build
uses: ./.github/workflows/kra-external-certs-kryoptic-test.yml
kra-existing-certs-test:
name: KRA with existing certs
needs: build
uses: ./.github/workflows/kra-existing-certs-test.yml
kra-existing-nssdb-test:
name: KRA with existing NSS database
needs: build
uses: ./.github/workflows/kra-existing-nssdb-test.yml
kra-existing-hsm-test:
name: KRA with existing HSM
needs: build
uses: ./.github/workflows/kra-existing-hsm-test.yml
kra-existing-ds-test:
name: KRA with existing DS database
needs: build
uses: ./.github/workflows/kra-existing-ds-test.yml
kra-existing-config-test:
name: KRA with existing config
needs: build
uses: ./.github/workflows/kra-existing-config-test.yml
kra-cmc-test:
name: KRA with CMC
needs: build
uses: ./.github/workflows/kra-cmc-test.yml
kra-standalone-test:
name: Standalone KRA
needs: build
uses: ./.github/workflows/kra-standalone-test.yml
kra-sequential-test:
name: KRA with sequential serial numbers
needs: build
uses: ./.github/workflows/kra-sequential-test.yml
kra-kryoptic-test:
name: KRA with Kryoptic
needs: build
uses: ./.github/workflows/kra-kryoptic-test.yml
kra-softhsm-test:
name: KRA with SoftHSM
needs: build
uses: ./.github/workflows/kra-softhsm-test.yml
kra-sskg-test:
name: KRA with server-side key generation
needs: build
uses: ./.github/workflows/kra-sskg-test.yml
kra-migration-test:
name: KRA migration
needs: build
uses: ./.github/workflows/kra-migration-test.yml
kra-container-test:
name: KRA container
needs: build
uses: ./.github/workflows/kra-container-test.yml