File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 types : [opened, assigned]
88 pull_request_review_comment :
99 types : [created]
10- pull_request_review :
11- types : [submitted]
1210
1311jobs :
1412 check-allowlist :
3129
3230 claude :
3331 needs : check-allowlist
32+ if : needs.check-allowlist.outputs.allowed == 'true'
3433 runs-on : ubuntu-latest
3534 permissions :
3635 contents : write
Original file line number Diff line number Diff line change 1212 - ' *'
1313
1414jobs :
15- test-without-docker :
16- runs-on : ubuntu-latest
17- steps :
18- - name : Checkout code
19- uses : actions/checkout@v6
20- - name : Set up Go
21- uses : actions/setup-go@v6
22- with :
23- go-version-file : ' go.mod'
24- - name : Test quickly without Docker
25- run : go test -v ./...
26-
27- test-with-docker :
28- # We don't need to run this longer test if the previous one already failed.
29- needs : test-without-docker
15+ test :
3016 runs-on : ubuntu-latest
3117 services :
3218 dind :
@@ -40,15 +26,15 @@ jobs:
4026 uses : actions/setup-go@v6
4127 with :
4228 go-version-file : ' go.mod'
43- - name : Run tests with Docker and calculate coverage
29+ - name : Run tests and calculate coverage
4430 run : |
4531 export GITHUB_ACTIONS=1
4632 export POSTGRES_CONTAINER=1
4733
4834 echo "Running tests..."
4935 go test -v \
5036 -coverpkg=./internal/... \
51- -coverprofile=profile.cov ./internal/ ...
37+ -coverprofile=profile.cov ./...
5238
5339 # Exclude e2e files from the coverage profile so they don't
5440 # count against the coverage percentage.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : cortex-cinder
66description : A Helm chart deploying Cortex for Cinder.
77type : application
8- version : 0.0.64
8+ version : 0.0.65
99appVersion : 0.1.0
1010dependencies :
1111 # from: file://../../library/cortex-postgres
@@ -16,12 +16,12 @@ dependencies:
1616 # from: file://../../library/cortex
1717 - name : cortex
1818 repository : oci://ghcr.io/cobaltcore-dev/cortex/charts
19- version : 0.0.51
19+ version : 0.0.52
2020 alias : cortex-knowledge-controllers
2121 # from: file://../../library/cortex
2222 - name : cortex
2323 repository : oci://ghcr.io/cobaltcore-dev/cortex/charts
24- version : 0.0.51
24+ version : 0.0.52
2525 alias : cortex-scheduling-controllers
2626
2727 # Owner info adds a configmap to the kubernetes cluster with information on
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ apiVersion: v2
55name : cortex-crds
66description : A Helm chart deploying Cortex CRDs.
77type : application
8- version : 0.0.64
8+ version : 0.0.65
99appVersion : 0.1.0
1010dependencies :
1111 # from: file://../../library/cortex
1212 - name : cortex
1313 repository : oci://ghcr.io/cobaltcore-dev/cortex/charts
14- version : 0.0.51
14+ version : 0.0.52
1515
1616 # Owner info adds a configmap to the kubernetes cluster with information on
1717 # the service owner. This makes it easier to find out who to contact in case
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ apiVersion: v2
55name : cortex-ironcore
66description : A Helm chart deploying Cortex for IronCore.
77type : application
8- version : 0.0.64
8+ version : 0.0.65
99appVersion : 0.1.0
1010dependencies :
1111 # from: file://../../library/cortex
1212 - name : cortex
1313 repository : oci://ghcr.io/cobaltcore-dev/cortex/charts
14- version : 0.0.51
14+ version : 0.0.52
1515
1616 # Owner info adds a configmap to the kubernetes cluster with information on
1717 # the service owner. This makes it easier to find out who to contact in case
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : cortex-manila
66description : A Helm chart deploying Cortex for Manila.
77type : application
8- version : 0.0.64
8+ version : 0.0.65
99appVersion : 0.1.0
1010dependencies :
1111 # from: file://../../library/cortex-postgres
@@ -16,12 +16,12 @@ dependencies:
1616 # from: file://../../library/cortex
1717 - name : cortex
1818 repository : oci://ghcr.io/cobaltcore-dev/cortex/charts
19- version : 0.0.51
19+ version : 0.0.52
2020 alias : cortex-knowledge-controllers
2121 # from: file://../../library/cortex
2222 - name : cortex
2323 repository : oci://ghcr.io/cobaltcore-dev/cortex/charts
24- version : 0.0.51
24+ version : 0.0.52
2525 alias : cortex-scheduling-controllers
2626
2727 # Owner info adds a configmap to the kubernetes cluster with information on
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : cortex-nova
66description : A Helm chart deploying Cortex for Nova.
77type : application
8- version : 0.0.64
8+ version : 0.0.65
99appVersion : 0.1.0
1010dependencies :
1111 # from: file://../../library/cortex-postgres
@@ -16,12 +16,12 @@ dependencies:
1616 # from: file://../../library/cortex
1717 - name : cortex
1818 repository : oci://ghcr.io/cobaltcore-dev/cortex/charts
19- version : 0.0.51
19+ version : 0.0.52
2020 alias : cortex-knowledge-controllers
2121 # from: file://../../library/cortex
2222 - name : cortex
2323 repository : oci://ghcr.io/cobaltcore-dev/cortex/charts
24- version : 0.0.51
24+ version : 0.0.52
2525 alias : cortex-scheduling-controllers
2626
2727 # Owner info adds a configmap to the kubernetes cluster with information on
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ apiVersion: v2
55name : cortex-pods
66description : A Helm chart deploying Cortex for Pods.
77type : application
8- version : 0.0.64
8+ version : 0.0.65
99appVersion : 0.1.0
1010dependencies :
1111 # from: file://../../library/cortex
1212 - name : cortex
1313 repository : oci://ghcr.io/cobaltcore-dev/cortex/charts
14- version : 0.0.51
14+ version : 0.0.52
1515
1616 # Owner info adds a configmap to the kubernetes cluster with information on
1717 # the service owner. This makes it easier to find out who to contact in case
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : cortex
33description : A Helm chart to distribute cortex.
44type : application
5- version : 0.0.51
6- appVersion : " sha-8dd7100b "
5+ version : 0.0.52
6+ appVersion : " sha-295edcd8 "
77icon : " https://example.com/icon.png"
88dependencies : []
You can’t perform that action at this time.
0 commit comments