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

Add CI, Makefile and PR template #73

Merged
merged 4 commits into from
Apr 3, 2024
Merged

Add CI, Makefile and PR template #73

merged 4 commits into from
Apr 3, 2024

Conversation

tomleb
Copy link
Contributor

@tomleb tomleb commented Apr 2, 2024

Issue: rancher/rancher#44970

Problem & Solution

Couple of things:

  • This repository is not running any tests when creating PRs. Let's make it do that.
  • There aren't any commands to quickly run go test, go build, etc. I'm fixing this by adding a Makefile. We're not adding dapper though.
  • Add a PR template. I'm not sure if the template has to be merged before it starts working.. We'll see I guess?
  • Removing .drone.yml because it's only FOSSA and it isn't running at all: https://drone-publish.rancher.io/remotedialer.

CheckList

  • Test

@tomleb tomleb requested a review from a team as a code owner April 2, 2024 19:43
Comment on lines +8 to +9
# https://github.com/actions/checkout/releases/tag/v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Copy link
Contributor Author

@tomleb tomleb Apr 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using the digest as suggested in the GHA document. Added the link and the version in comments.

@tomleb tomleb requested review from maxsokolovsky and nflynt April 3, 2024 18:03
@tomleb tomleb merged commit 3909911 into rancher:master Apr 3, 2024
1 check passed
@tomleb tomleb deleted the add-ci branch April 3, 2024 18:37
@aruiz14
Copy link
Contributor

aruiz14 commented Apr 5, 2024

tomleb added a commit that referenced this pull request Apr 5, 2024
@tomleb
Copy link
Contributor Author

tomleb commented Apr 5, 2024

@tomleb these changes made CI fail on master: https://github.com/rancher/remotedialer/actions/runs/8543838714/job/23408517695

Thanks for bringing this up, I'll revert this change and re-work it to avoid this later. Apologies for the problem caused 👍

tomleb added a commit that referenced this pull request Apr 5, 2024
@tomleb tomleb mentioned this pull request Apr 9, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants