-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: run linux package tests nightly against latest contrib main [ne…
…w] (#762) * previous commits * release pipeline fixes * fixes after rebasing Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com> * trigger build * downgrade ubuntu version back to 22.04 Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com> * try to restore state before rebase Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com> * run tests to ensure that everything works Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com> * revert after successful testing Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com> --------- Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
- Loading branch information
Showing
12 changed files
with
262 additions
and
57 deletions.
There are no files selected for viewing
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
File renamed without changes.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
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" ]' |
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
Oops, something went wrong.