Skip to content

Commit 0f35293

Browse files
committed
Removed image expiration from the on-push Konflux pipeline
Run Go tests serially
1 parent 90c3981 commit 0f35293

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.tekton/openshift-mcp-server-push.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ spec:
2828
value: '{{revision}}'
2929
- name: output-image
3030
value: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server:{{revision}}
31-
- name: image-expires-after
32-
value: 5d
3331
- name: build-platforms
3432
value:
3533
- linux/x86_64

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ python-publish: ## Publish the python packages
9191

9292
.PHONY: test
9393
test: ## Run the tests
94-
go test -count=1 -v ./...
94+
go test -count=1 -p 1 -v ./...
9595

9696
.PHONY: format
9797
format: ## Format the code

0 commit comments

Comments
 (0)