-
Notifications
You must be signed in to change notification settings - Fork 1
72 lines (58 loc) · 2.19 KB
/
__shared-ci.yml
File metadata and controls
72 lines (58 loc) · 2.19 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
---
name: Internal - Common Continuous Integration tasks
on: # yamllint disable-line rule:truthy
workflow_call:
permissions:
actions: read
contents: read
issues: read
packages: write
pull-requests: read
security-events: write
statuses: write
id-token: write
jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@4b53189212d5810f710bed89711002626977215b # 0.33.0
test-action-docker-build-image:
needs: linter
uses: ./.github/workflows/__test-action-docker-build-image.yml
test-action-docker-prune-pull-requests-package-version:
needs: linter
# yamllint disable-line rule:line-length
uses: ./.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml
test-action-get-image-metadata:
needs: linter
uses: ./.github/workflows/__test-action-get-image-metadata.yml
test-action-action-get-image-name:
needs: linter
uses: ./.github/workflows/__test-action-get-image-name.yml
test-action-helm-parse-chart-uri:
needs: linter
uses: ./.github/workflows/__test-action-helm-parse-chart-uri.yml
test-action-helm-release-chart:
needs: linter
uses: ./.github/workflows/__test-action-helm-release-chart.yml
test-action-helm-test-chart:
needs: linter
uses: ./.github/workflows/__test-action-helm-test-chart.yml
test-workflow-docker-build-images-building:
name: Test docker build images - Building
needs: linter
uses: ./.github/workflows/__test-workflow-docker-build-images-building.yml
secrets: inherit
test-workflow-docker-build-images-caching:
name: Test docker build images - Caching
needs: linter
uses: ./.github/workflows/__test-workflow-docker-build-images-caching.yml
secrets: inherit
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
secrets: inherit
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
secrets: inherit