0397a00eb6
CI / lint (pull_request) Successful in 24s
CI / security (pull_request) Successful in 48s
CI / quality (pull_request) Successful in 30s
CI / benchmark-publish (pull_request) Has been skipped
CI / typecheck (pull_request) Successful in 1m8s
CI / build (pull_request) Successful in 26s
CI / integration_tests (pull_request) Successful in 5m6s
CI / unit_tests (pull_request) Successful in 22m40s
CI / docker (pull_request) Successful in 15s
CI / benchmark-regression (pull_request) Successful in 23m12s
CI / coverage (pull_request) Successful in 31m33s
28 lines
847 B
JSON
28 lines
847 B
JSON
{
|
|
"fixtures": [
|
|
{
|
|
"name": "minimal_git_checkout",
|
|
"description": "Minimal git-checkout resource config for M1 smoke tests",
|
|
"resource_type": "git-checkout",
|
|
"resource_name": "local/m1-smoke-repo",
|
|
"properties": {
|
|
"path": "/tmp/m1-smoke-test-repo",
|
|
"branch": "main"
|
|
},
|
|
"location": "/tmp/m1-smoke-test-repo",
|
|
"description_text": "Smoke test git-checkout resource"
|
|
},
|
|
{
|
|
"name": "git_checkout_no_branch",
|
|
"description": "Git-checkout resource without explicit branch (defaults to HEAD)",
|
|
"resource_type": "git-checkout",
|
|
"resource_name": "local/m1-no-branch-repo",
|
|
"properties": {
|
|
"path": "/tmp/m1-no-branch-repo"
|
|
},
|
|
"location": "/tmp/m1-no-branch-repo",
|
|
"description_text": "Git checkout without branch"
|
|
}
|
|
]
|
|
}
|