Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Use GH actions to expand OS test matrix #174

Merged
merged 6 commits into from
May 18, 2023

Conversation

andrewkroh
Copy link
Member

@andrewkroh andrewkroh commented May 16, 2023

Expand testing to all OS versions available on GitHub actions (macos-{11,12,13} on amd64, ubuntu-{20.04,22.04}, windows-{2019,2022}). Jenkins will remain for testing on macOS on arm64 and ubuntu-18.

Add github workflow to generate releases with release notes. There is no more CHANGELOG.md. Instead there is a tool used to generate the release notes from individual changelog entries found in .changelog/{pr_number}.txt.

Replace goimports and golint with a roughly equivalent golangci-lint configuration. This will be expanded to be more thorough in a separate change.

Add check that go.mod is tidy.

Add CONTRIBUTING.md.

@elasticmachine
Copy link
Collaborator

elasticmachine commented May 16, 2023

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-05-18T18:13:50.667+0000

  • Duration: 5 min 2 sec

Test stats 🧪

Test Results
Failed 0
Passed 158
Skipped 2
Total 160

@andrewkroh andrewkroh marked this pull request as draft May 16, 2023 18:50
@andrewkroh andrewkroh added the skip-changelog The change does not require a changelog entry. label May 18, 2023
@andrewkroh andrewkroh changed the title testing - use macos GH worker [ci] Use GH actions to expand OS test matrix May 18, 2023
@andrewkroh andrewkroh marked this pull request as ready for review May 18, 2023 17:43
Expand testing to all OS versions available on GitHub actions (macos-{11,12,13} on amd64, ubuntu-20.04, windows-{2019,2022}).
Jenkins will remain for testing on macOS on arm64 and ubuntu-18.

Add github workflow to generate releases with release notes. There is no more CHANGELOG.md.
Instead there is a tool used to generate the release notes from individual changelog entries
found in .changelog/{pr_number}.txt.

Replace goimports and golint with a roughly equivalant golangci-lint configuration. This
will be expanded to be more thorough is a separate change.

Add check that go.mod is tidy.

Add CONTRIBUTING.md.
@andrewkroh andrewkroh merged commit 451c7aa into elastic:main May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog The change does not require a changelog entry.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants