fix(github): Revert "feat(github): use REST for etag caching of issue… #54147
Annotations
3 errors
Unit tests:
lib/modules/manager/pip-compile/artifacts.spec.ts#L174
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -4,8 +4,8 @@
},
Object {
"cmd": "docker ps --filter name=renovate_sidecar -aq",
},
Object {
- "cmd": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/tmp/github/some/repo\":\"/tmp/github/some/repo\" -v \"/tmp/renovate/cache\":\"/tmp/renovate/cache\" -e PIP_CACHE_DIR -e PIP_NO_INPUT -e PIP_KEYRING_PROVIDER -e PYTHON_KEYRING_BACKEND -e CONTAINERBASE_CACHE_DIR -w \"/tmp/github/some/repo\" ghcr.io/containerbase/sidecar bash -l -c \"install-tool python 3.10.2 && install-tool pip-tools 6.13.0 && pip-compile requirements.in\"",
+ "cmd": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/tmp/github/some/repo\":\"/tmp/github/some/repo\" -v \"/tmp/renovate/cache\":\"/tmp/renovate/cache\" -e PIP_CACHE_DIR -e PIP_NO_INPUT -e PIP_KEYRING_PROVIDER -e PYTHON_KEYRING_BACKEND -e CONTAINERBASE_CACHE_DIR -w \"D:/tmp/github/some/repo\" ghcr.io/containerbase/sidecar bash -l -c \"install-tool python 3.10.2 && install-tool pip-tools 6.13.0 && pip-compile requirements.in\"",
},
]
at Object.<anonymous> (lib/modules/manager/pip-compile/artifacts.spec.ts:174:27)
|
Unit tests:
lib/modules/manager/pip-compile/artifacts.spec.ts#L226
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -6,9 +6,9 @@
"cmd": "install-tool pip-tools 6.13.0",
},
Object {
"cmd": "pip-compile requirements.in",
"options": Object {
- "cwd": "/tmp/github/some/repo",
+ "cwd": "D:/tmp/github/some/repo",
},
},
]
at Object.<anonymous> (lib/modules/manager/pip-compile/artifacts.spec.ts:226:27)
|
Unit tests:
lib/modules/manager/pip-compile/artifacts.spec.ts#L334
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -4,8 +4,8 @@
},
Object {
"cmd": "docker ps --filter name=renovate_sidecar -aq",
},
Object {
- "cmd": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/tmp/github/some/repo\":\"/tmp/github/some/repo\" -v \"/tmp/renovate/cache\":\"/tmp/renovate/cache\" -e PIP_CACHE_DIR -e PIP_NO_INPUT -e PIP_KEYRING_PROVIDER -e PYTHON_KEYRING_BACKEND -e CONTAINERBASE_CACHE_DIR -w \"/tmp/github/some/repo\" ghcr.io/containerbase/sidecar bash -l -c \"install-tool python 3.10.2 && install-tool pip-tools 6.13.0 && pip-compile requirements.in\"",
+ "cmd": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/tmp/github/some/repo\":\"/tmp/github/some/repo\" -v \"/tmp/renovate/cache\":\"/tmp/renovate/cache\" -e PIP_CACHE_DIR -e PIP_NO_INPUT -e PIP_KEYRING_PROVIDER -e PYTHON_KEYRING_BACKEND -e CONTAINERBASE_CACHE_DIR -w \"D:/tmp/github/some/repo\" ghcr.io/containerbase/sidecar bash -l -c \"install-tool python 3.10.2 && install-tool pip-tools 6.13.0 && pip-compile requirements.in\"",
},
]
at Object.<anonymous> (lib/modules/manager/pip-compile/artifacts.spec.ts:334:27)
|
The logs for this run have expired and are no longer available.
Loading