Skip to content

Commit

Permalink
build: remove contained setups of the self hosted action
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Dec 29, 2024
1 parent d5ac903 commit 3c6f3a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 28 deletions.
8 changes: 8 additions & 0 deletions .github/MAINTAINERS_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ A smart plug and Emporia credentials are needed for this to be successful.
When changes are proposed or made to the remote repository, the full test suite
is performed to verify stability in any changes.

A [**new self-hosted runner**][runner] with a connected device can be brought
online to test changes with custom values for variables:

- `EMPORIA_DEVICE`
- `EMPORIA_USERNAME`
- `EMPORIA_PASSWORD`

Additionally, some change to the `CHANGELOG.md` is checked for on pull requests.

## Updating the wiki
Expand Down Expand Up @@ -204,5 +211,6 @@ $ spctl -a -vvv -t install ./etime
[learn_go]: https://go.dev/learn/
[nix]: https://zero-to-nix.com
[releases]: https://github.com/zimeg/emporia-time/releases
[runner]: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
[semver]: https://semver.org/spec/v2.0.0.html
[wiki]: https://github.com/zimeg/emporia-time/wiki
3 changes: 0 additions & 3 deletions .github/runners/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions .github/runners/README.md

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ to [Semantic Versioning][semver].
- Wait until tests pass before merging updates to dependencies
- Find missing references that the above changes might expect
- Check that upstream merges do not let dependencies skip test
- Setup the self hosted runner on other computed configuration

## [1.1.1] - 2024-09-08

Expand Down
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
go mod tidy
'';
};
devShells.gh = pkgs.mkShell {
packages = with pkgs; [
github-runner
];
};
devShells.gon =
if pkgs.stdenv.isDarwin then
pkgs.mkShell
Expand Down

0 comments on commit 3c6f3a8

Please sign in to comment.