feat: add capability to stop allocations to job-runner policy#7
feat: add capability to stop allocations to job-runner policy#7
Conversation
|
✔️ e2e986b - Conventional commits check succeeded. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe job-runner ACL policy is expanded to grant the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🍹
|
|
🍹 The Update (preview) for holochain/nomad-server/nomad-server (at e2e986b) was successful. ✨ Neo ExplanationThe Nomad job runner policy has been updated, triggering a re-upload of the policy file and a re-run of the Nomad service restart sequence to apply the new policy. Expect a brief Nomad service restart during deployment.Root Cause AnalysisThe job runner policy file content has changed (indicated by Dependency ChainA change to the job runner policy source file causes
Risk analysisThe Nomad service will be restarted as part of this change ( Resource Changes Name Type Operation
+- copy-job-runner-policy command:remote:CopyToRemote replaced
+- chown-etc-nomad-dir command:remote:Command replaced
+- start-nomad-service command:remote:Command replaced
+- apply-job-runner-policy command:remote:Command replaced
|
|
Merging this will restart the Nomad service on the server droplet so let's do it when it's not in use. |
|
Closing in favour of #8 so that we are not re-applying multiple times. |
Required to allow the GitHub CI to stop/kill running Nomad allocations.
Summary by CodeRabbit