-
Notifications
You must be signed in to change notification settings - Fork 1
143 lines (127 loc) · 3.92 KB
/
Copy path__shared-ci.yml
File metadata and controls
143 lines (127 loc) · 3.92 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
---
name: Internal - Common Continuous Integration tasks
on: # yamllint disable-line rule:truthy
workflow_call:
secrets:
CI_BOT_APP_PRIVATE_KEY:
required: false
permissions: {}
jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@624be17604ee0a7378488191aacb35851e7cf001 # 0.37.1
permissions:
actions: read
contents: read
issues: write
packages: read
pull-requests: write
security-events: write
statuses: write
test-action-docker-build-image:
needs: linter
uses: ./.github/workflows/__test-action-docker-build-image.yml
permissions:
contents: read
packages: write
test-action-docker-create-images-manifests:
needs: linter
uses: ./.github/workflows/__test-action-docker-create-images-manifests.yml
permissions:
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
test-action-docker-prune-pull-requests-image-tags:
needs: linter
# yamllint disable-line rule:line-length
uses: ./.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml
permissions:
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
test-action-get-image-metadata:
needs: linter
uses: ./.github/workflows/__test-action-get-image-metadata.yml
permissions:
contents: read
test-action-action-get-image-name:
needs: linter
uses: ./.github/workflows/__test-action-get-image-name.yml
permissions:
contents: read
test-action-helm-parse-chart-uri:
needs: linter
uses: ./.github/workflows/__test-action-helm-parse-chart-uri.yml
permissions:
contents: read
test-action-helm-update-chart-values:
needs: linter
uses: ./.github/workflows/__test-action-helm-update-chart-values.yml
permissions:
contents: read
test-action-helm-release-chart:
needs: linter
uses: ./.github/workflows/__test-action-helm-release-chart.yml
permissions:
contents: read
packages: write
test-action-helm-test-chart:
needs: linter
uses: ./.github/workflows/__test-action-helm-test-chart.yml
permissions:
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
test-workflow-docker-build-images-building:
name: Test docker build images - Building
needs: linter
uses: ./.github/workflows/__test-workflow-docker-build-images-building.yml
permissions:
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
secrets:
CI_BOT_APP_PRIVATE_KEY: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
test-workflow-docker-build-images-caching:
name: Test docker build images - Caching
needs: linter
uses: ./.github/workflows/__test-workflow-docker-build-images-caching.yml
permissions:
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
secrets:
CI_BOT_APP_PRIVATE_KEY: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
test-workflow-docker-build-images-multi-registry:
name: Test docker build images - Multi registry inputs
needs: linter
uses: ./.github/workflows/__test-workflow-docker-build-images-multi-registry.yml
permissions:
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
secrets:
CI_BOT_APP_PRIVATE_KEY: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
test-workflow-docker-build-images-platforms-and-signing:
name: Test docker build images - Platforms and Signing
needs: linter
uses: ./.github/workflows/__test-workflow-docker-build-images-platforms-and-signing.yml
permissions:
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
secrets:
CI_BOT_APP_PRIVATE_KEY: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}