robot: Run only relevant tests, push to core-*

From now on images built from this repo are the c3os core images.
c3os core images contains only the base image, framework files and the c3os agent.

This also sets up tests accordingly to run only to cover the c3os-agent.
This commit is contained in:
mudler
2022-08-12 15:49:41 +02:00
committed by Itxaka
parent e3836c393c
commit 95a154e244

View File

@@ -1,18 +1,5 @@
# Make sure to check the documentation at http://goreleaser.com
builds:
- ldflags:
- -w -s
env:
- CGO_ENABLED=0
goos:
- linux
- windows
goarch:
- amd64
- 386
main: ./cmd/cli/
id: "c3os"
binary: "c3os"
- ldflags:
- -w -s
env:
@@ -26,20 +13,6 @@ builds:
main: ./cmd/agent/
id: "c3os-agent"
binary: "c3os-agent"
skip: true
- ldflags:
- -w -s
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- 386
main: ./cmd/provider/
id: "agent-provider-c3os"
binary: "agent-provider-c3os"
skip: true
source:
enabled: true
name_template: '{{ .ProjectName }}-{{ .Tag }}-source'