chore: Separate the provisionerd server into it's own package (#4940)

* chore: Separate the provisionerd server into it's own package

This code should be thoroughly tested now that we understand the abstraction.

I separated it to make our lives a bit easier for external provisioner daemons
as well!

* Add tests

* Add workspace builds

* Add test for workspace resources
This commit is contained in:
Kyle Carberry
2022-11-08 01:10:49 +00:00
committed by GitHub
parent bf2f7b575e
commit da05bbbdf7
10 changed files with 1731 additions and 908 deletions
+1
View File
@@ -138,6 +138,7 @@ func TestLoadTest(t *testing.T) {
t.Run("OutputFormats", func(t *testing.T) {
t.Parallel()
t.Skip("This test is flakey. See: https://github.com/coder/coder/actions/runs/3415360091/jobs/5684401383")
type outputFlag struct {
format string