feat: add linode vm template #1283
ci.yaml
on: pull_request
Check for typos and unformatted code
32s
Validate Terraform output
8m 22s
Validate README files
19s
Annotations
6 errors
|
Validate Terraform output
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
registry/coder/modules/agentapi/test-util.ts#L115
Expected: 0
Received: 128
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/agentapi/test-util.ts:115:25)
|
|
error: expect(received).toContain(expected):
registry/coder-labs/modules/gemini/main.test.ts#L107
Expected to contain: "0.1.13"
Received: "OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown\r\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder-labs/modules/gemini/main.test.ts:107:25)
|
|
error: expect(received).toContain(expected):
registry/coder-labs/modules/codex/main.test.ts#L96
Expected to contain: "0.10.0"
Received: "OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown\r\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder-labs/modules/codex/main.test.ts:96:25)
|
|
error: expect(received).toBe(expected):
registry/coder/modules/agentapi/test-util.ts#L115
Expected: 0
Received: 137
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/agentapi/test-util.ts:115:25)
|
|
error: expect(received).toEqual(expected):
registry/coder/modules/devcontainers-cli/main.test.ts#L121
Expected: "Installing @devcontainers/cli using yarn..."
Received: "Installing @devcontainers/cli using npm..."
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/devcontainers-cli/main.test.ts:121:30)
|