We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c3981 commit 0f35293Copy full SHA for 0f35293
.tekton/openshift-mcp-server-push.yaml
@@ -28,8 +28,6 @@ spec:
28
value: '{{revision}}'
29
- name: output-image
30
value: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server:{{revision}}
31
- - name: image-expires-after
32
- value: 5d
33
- name: build-platforms
34
value:
35
- linux/x86_64
Makefile
@@ -91,7 +91,7 @@ python-publish: ## Publish the python packages
91
92
.PHONY: test
93
test: ## Run the tests
94
- go test -count=1 -v ./...
+ go test -count=1 -p 1 -v ./...
95
96
.PHONY: format
97
format: ## Format the code
0 commit comments