Commit 0a2b8bf
feat: Added publishing to workflow_job event queue for multi runner module. (#2570)
* feat: Remove support check_run (#2521)
* chore: Remove support check_run
* format, lint
* feat: Remove old scale down mechanism (< 0.19.0) (#2519)
fix: Remove old cleanup mechanism (< 0.19.0)
* chore: Enable pre releases for next branch
* feat: Add multi-runner capability (#2472)
* feat: Remove support check_run (#2521)
* chore: Remove support check_run
* format, lint
* feat: Remove old scale down mechanism (< 0.19.0) (#2519)
fix: Remove old cleanup mechanism (< 0.19.0)
* feat: added changes for multi runner.
* fix: region.
* fix: more fixes.
* tuple to list.
* fixes.
* fixes.
* fixes.
* fixes.
* fixes.
* fixes.
* fix: formatting.
* fix: formatting.
* fix: formatting.
* fix: moved some blocks outside runner config.
* fix: few more updates
* fix: liniting.
* fix: updated example output
* changed runner group name.
* fix: updated the tests.
* fix: addressed review comments.
* fix: linting issues.
* fix: formatting.
* fix: updated tf version.
* fix: Remove removed prerelease option
* Add ubuntu runner to example
* refactor: use each instead of count
* fix: few small issues.
* refactor: syncer to count for multi runner
* fix: comments.
* fix: added Readme.
* fix: errors.
* move variable to runner config
* fix: updated the readme.
* Add todos
* feat: added windows runner configuration, completed todos and added the weight for runner config matchers.
* chore: Update docs
* fix: reverted tf versions.
* fix: addressed comments.
* fix: missed.
* fix: formatting.
* Update terraform versions in CI
* Update terraform versions in CI
* Update docs
* fix: coverage.
* Update docs
* improve test coverage webhook
* Apply suggestions from code review
* fix: formatting.
* fix: fixed merge issues.
* fix: syntax.
Co-authored-by: Niek Palm <[email protected]>
Co-authored-by: Niek Palm <[email protected]>
Co-authored-by: navdeepg2021 <[email protected]>
* chore(ci): Enable ci for next branch
BREAKING CHANGE:
- Add option to deploy multiple runner at once, see for details: #2472 #2517
- Drop support check_run event, see for details: #2521 #2517
- Remove pre 0.19.0 scale down mechanism, see details: #2519 #2517
* chore(release): 2.0.0-next.1 [skip ci]
* **ci:**
* Add multi-runner capability ([#2472](https://github.com/philips-labs/terraform-aws-github-runner/issues/2472)) ([c08b335](philips-labs/terraform-aws-github-runner@c08b335)), closes [#2521](https://github.com/philips-labs/terraform-aws-github-runner/issues/2521) [#2519](https://github.com/philips-labs/terraform-aws-github-runner/issues/2519)
* Experimental feature - Duplicate workflow job event to extra queue ([#2268](https://github.com/philips-labs/terraform-aws-github-runner/issues/2268)) ([ac046b8](philips-labs/terraform-aws-github-runner@ac046b8))
* Remove old scale down mechanism (< 0.19.0) ([#2519](https://github.com/philips-labs/terraform-aws-github-runner/issues/2519)) ([721d7c3](philips-labs/terraform-aws-github-runner@721d7c3))
* Remove support check_run ([#2521](https://github.com/philips-labs/terraform-aws-github-runner/issues/2521)) ([272a293](philips-labs/terraform-aws-github-runner@272a293))
* **ci:** Enable ci for next branch ([48769ca](philips-labs/terraform-aws-github-runner@48769ca)), closes [#2472](https://github.com/philips-labs/terraform-aws-github-runner/issues/2472) [#2517](https://github.com/philips-labs/terraform-aws-github-runner/issues/2517) [#2521](https://github.com/philips-labs/terraform-aws-github-runner/issues/2521) [#2517](https://github.com/philips-labs/terraform-aws-github-runner/issues/2517) [#2519](https://github.com/philips-labs/terraform-aws-github-runner/issues/2519) [#2517](https://github.com/philips-labs/terraform-aws-github-runner/issues/2517)
* chore: fix release workflow
* fix: added changes for publishing events to secondary queue.
Co-authored-by: Niek Palm <[email protected]>
Co-authored-by: Niek Palm <[email protected]>
Co-authored-by: navdeepg2021 <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
feat: added publishing to workflow_job event queue for multi runner module. (#2570)
* feat: Remove support check_run (#2521)
* chore: Remove support check_run
* format, lint
* feat: Remove old scale down mechanism (< 0.19.0) (#2519)
fix: Remove old cleanup mechanism (< 0.19.0)
* chore: Enable pre releases for next branch
* feat: Add multi-runner capability (#2472)
* feat: Remove support check_run (#2521)
* chore: Remove support check_run
* format, lint
* feat: Remove old scale down mechanism (< 0.19.0) (#2519)
fix: Remove old cleanup mechanism (< 0.19.0)
* feat: added changes for multi runner.
* fix: region.
* fix: more fixes.
* tuple to list.
* fixes.
* fixes.
* fixes.
* fixes.
* fixes.
* fixes.
* fix: formatting.
* fix: formatting.
* fix: formatting.
* fix: moved some blocks outside runner config.
* fix: few more updates
* fix: liniting.
* fix: updated example output
* changed runner group name.
* fix: updated the tests.
* fix: addressed review comments.
* fix: linting issues.
* fix: formatting.
* fix: updated tf version.
* fix: Remove removed prerelease option
* Add ubuntu runner to example
* refactor: use each instead of count
* fix: few small issues.
* refactor: syncer to count for multi runner
* fix: comments.
* fix: added Readme.
* fix: errors.
* move variable to runner config
* fix: updated the readme.
* Add todos
* feat: added windows runner configuration, completed todos and added the weight for runner config matchers.
* chore: Update docs
* fix: reverted tf versions.
* fix: addressed comments.
* fix: missed.
* fix: formatting.
* Update terraform versions in CI
* Update terraform versions in CI
* Update docs
* fix: coverage.
* Update docs
* improve test coverage webhook
* Apply suggestions from code review
* fix: formatting.
* fix: fixed merge issues.
* fix: syntax.
Co-authored-by: Niek Palm <[email protected]>
Co-authored-by: Niek Palm <[email protected]>
Co-authored-by: navdeepg2021 <[email protected]>
* chore(ci): Enable ci for next branch
BREAKING CHANGE:
- Add option to deploy multiple runner at once, see for details: #2472 #2517
- Drop support check_run event, see for details: #2521 #2517
- Remove pre 0.19.0 scale down mechanism, see details: #2519 #2517
* chore(release): 2.0.0-next.1 [skip ci]
* **ci:**
* Add multi-runner capability ([#2472](https://github.com/philips-labs/terraform-aws-github-runner/issues/2472)) ([c08b335](philips-labs/terraform-aws-github-runner@c08b335)), closes [#2521](https://github.com/philips-labs/terraform-aws-github-runner/issues/2521) [#2519](https://github.com/philips-labs/terraform-aws-github-runner/issues/2519)
* Experimental feature - Duplicate workflow job event to extra queue ([#2268](https://github.com/philips-labs/terraform-aws-github-runner/issues/2268)) ([ac046b8](philips-labs/terraform-aws-github-runner@ac046b8))
* Remove old scale down mechanism (< 0.19.0) ([#2519](https://github.com/philips-labs/terraform-aws-github-runner/issues/2519)) ([721d7c3](philips-labs/terraform-aws-github-runner@721d7c3))
* Remove support check_run ([#2521](https://github.com/philips-labs/terraform-aws-github-runner/issues/2521)) ([272a293](philips-labs/terraform-aws-github-runner@272a293))
* **ci:** Enable ci for next branch ([48769ca](philips-labs/terraform-aws-github-runner@48769ca)), closes [#2472](https://github.com/philips-labs/terraform-aws-github-runner/issues/2472) [#2517](https://github.com/philips-labs/terraform-aws-github-runner/issues/2517) [#2521](https://github.com/philips-labs/terraform-aws-github-runner/issues/2521) [#2517](https://github.com/philips-labs/terraform-aws-github-runner/issues/2517) [#2519](https://github.com/philips-labs/terraform-aws-github-runner/issues/2519) [#2517](https://github.com/philips-labs/terraform-aws-github-runner/issues/2517)
* chore: fix release workflow
* fix: added changes for publishing events to secondary queue.
Co-authored-by: Niek Palm <[email protected]>
Co-authored-by: Niek Palm <[email protected]>
Co-authored-by: navdeepg2021 <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>1 parent 0fab025 commit 0a2b8bf
File tree
7 files changed
+49
-3
lines changed- examples/multi-runner
- modules
- multi-runner
- webhook/lambdas/webhook/src/webhook
7 files changed
+49
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| 166 | + | |
165 | 167 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments