Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda05bbb

Browse files
authored
chore: Separate the provisionerd server into it's own package (#4940)
* chore: Separate the provisionerd server into it's own packageThis code should be thoroughly tested now that we understand the abstraction.I separated it to make our lives a bit easier for external provisioner daemonsas well!* Add tests* Add workspace builds* Add test for workspace resources
1 parentbf2f7b5 commitda05bbb

File tree

10 files changed

+1731
-908
lines changed

10 files changed

+1731
-908
lines changed

‎.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"promptui",
8989
"protobuf",
9090
"provisionerd",
91+
"provisionerdserver",
9192
"provisionersdk",
9293
"ptty",
9394
"ptys",

‎cli/loadtest_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func TestLoadTest(t *testing.T) {
138138

139139
t.Run("OutputFormats",func(t*testing.T) {
140140
t.Parallel()
141+
t.Skip("This test is flakey. See: https://github.com/coder/coder/actions/runs/3415360091/jobs/5684401383")
141142

142143
typeoutputFlagstruct {
143144
formatstring

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp