Skip to content

Commit

Permalink
chore: Separate the provisionerd server into it's own package (#4940)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kylecarbs committed Nov 8, 2022
1 parent bf2f7b5 commit da05bbb
Show file tree
Hide file tree
Showing 10 changed files with 1,731 additions and 908 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"promptui",
"protobuf",
"provisionerd",
"provisionerdserver",
"provisionersdk",
"ptty",
"ptys",
Expand Down
1 change: 1 addition & 0 deletions cli/loadtest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da05bbb

Please sign in to comment.