* add testcase * refine testcases * fix tab * happy ql * inline timeout * add ca support for k8s
22 lines
No EOL
610 B
JSON
22 lines
No EOL
610 B
JSON
{
|
|
"name": "e2e dev env",
|
|
"dockerComposeFile": "e2e/docker-compose.yml",
|
|
"service": "testrunner",
|
|
"containerEnv": {
|
|
"SSHPIPERD_DEBUG": "1"
|
|
},
|
|
"workspaceFolder": "/src",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
|
"ghcr.io/devcontainers/features/go:1" : {},
|
|
"ghcr.io/guiyomh/features/golangci-lint:0": {},
|
|
"ghcr.io/devcontainers-contrib/features/kubectl-asdf:2": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"GitHub.copilot"
|
|
]
|
|
}
|
|
}
|
|
} |