Package Tests - Contrib #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Package Tests - Contrib | |
on: | |
schedule: | |
- cron: "0 2 * * *" # every day at 2am UTC | |
jobs: | |
check-goreleaser: | |
name: Build - Contrib - GoReleaser | |
uses: ./.github/workflows/base-ci-goreleaser.yaml | |
with: | |
distribution: otelcol-contrib | |
goos: '[ "linux" ]' | |
goarch: '[ "amd64" ]' | |
nightly: true | |
secrets: inherit | |
package-tests: | |
name: Linux Package tests | |
needs: check-goreleaser | |
uses: ./.github/workflows/base-package-tests.yaml | |
with: | |
distribution: otelcol-contrib | |
type: '[ "deb", "rpm" ]' |