File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 fail-fast : false
2828 matrix :
29- kubernetes : [v1 .34]
29+ kubernetes : ['1 .34' ]
3030 steps :
3131 - uses : actions/checkout@v5
3232 - uses : actions/setup-go@v6
@@ -113,6 +113,10 @@ jobs:
113113 PGMONITOR_DIR : " ${{ github.workspace }}/hack/tools/pgmonitor"
114114 QUERIES_CONFIG_DIR : " ${{ github.workspace }}/hack/tools/queries"
115115
116+ - run : go mod download
117+ - name : Build executable
118+ run : PGO_VERSION='${{ github.sha }}' make build-postgres-operator
119+
116120 # Start a Docker container with the working directory mounted.
117121 - run : make build BUILDAH=docker
118122 - name : Start PGO
@@ -133,7 +137,8 @@ jobs:
133137 --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2547' \
134138 --env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.5-0' \
135139 --env 'PGO_FEATURE_GATES=TablespaceVolumes=true,OpenTelemetryLogs=true,OpenTelemetryMetrics=true' \
136- --name 'postgres-operator' localhost/postgres-operator
140+ --name 'postgres-operator' ubuntu \
141+ postgres-operator
137142
138143 - run : make generate-kuttl
139144 env :
You can’t perform that action at this time.
0 commit comments