Update CI registry owner from brian to lille-vemmelund.
PR Title Check / check-title (pull_request) Successful in 6s
Test Python Package / integration-tests (pull_request) Failing after 30s
Code Quality Pipeline / code-quality (pull_request) Failing after 1m12s
Test Python Package / unit-tests (pull_request) Failing after 1m28s
Test Python Package / coverage-report (pull_request) Has been skipped
PR Title Check / check-title (pull_request) Successful in 6s
Test Python Package / integration-tests (pull_request) Failing after 30s
Code Quality Pipeline / code-quality (pull_request) Failing after 1m12s
Test Python Package / unit-tests (pull_request) Failing after 1m28s
Test Python Package / coverage-report (pull_request) Has been skipped
Align CI image paths, package index URLs, and lockfile entries with the new Gitea owner name. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
24126e4044
commit
33efbd1005
@@ -17,7 +17,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
REGISTRY: gitea.lille-vemmelund.dk
|
REGISTRY: gitea.lille-vemmelund.dk
|
||||||
REGISTRY_USER: ci-bot
|
REGISTRY_USER: ci-bot
|
||||||
IMAGE: gitea.lille-vemmelund.dk/brian/python-repositories-ci
|
IMAGE: gitea.lille-vemmelund.dk/lille-vemmelund/python-repositories-ci
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|||||||
+4
-4
@@ -16,8 +16,8 @@ Built from [`docker/ci/Dockerfile`](../docker/ci/Dockerfile):
|
|||||||
|
|
||||||
Published to the Gitea container registry:
|
Published to the Gitea container registry:
|
||||||
|
|
||||||
- `gitea.lille-vemmelund.dk/brian/python-repositories-ci:latest`
|
- `gitea.lille-vemmelund.dk/lille-vemmelund/python-repositories-ci:latest`
|
||||||
- `gitea.lille-vemmelund.dk/brian/python-repositories-ci:YYYYMMDDHHmm` (timestamped rollback tag)
|
- `gitea.lille-vemmelund.dk/lille-vemmelund/python-repositories-ci:YYYYMMDDHHmm` (timestamped rollback tag)
|
||||||
|
|
||||||
## Rebuild triggers
|
## Rebuild triggers
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ homelab-platform
|
|||||||
[`platform/gitea-runners/values.yaml`](https://gitea.lille-vemmelund.dk/LilleVemmelund/homelab-platform/src/branch/main/platform/gitea-runners/values.yaml):
|
[`platform/gitea-runners/values.yaml`](https://gitea.lille-vemmelund.dk/LilleVemmelund/homelab-platform/src/branch/main/platform/gitea-runners/values.yaml):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
python-repositories-ci:docker://gitea.lille-vemmelund.dk/brian/python-repositories-ci:latest
|
python-repositories-ci:docker://gitea.lille-vemmelund.dk/lille-vemmelund/python-repositories-ci:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
After label changes, roll runner pods so they re-register with Gitea.
|
After label changes, roll runner pods so they re-register with Gitea.
|
||||||
@@ -137,7 +137,7 @@ bash scripts/ci/build-ci-image.sh --push
|
|||||||
```
|
```
|
||||||
|
|
||||||
Run from the repo root on the branch you want to test. Runners pull
|
Run from the repo root on the branch you want to test. Runners pull
|
||||||
`gitea.lille-vemmelund.dk/brian/python-repositories-ci:latest` from the registry;
|
`gitea.lille-vemmelund.dk/lille-vemmelund/python-repositories-ci:latest` from the registry;
|
||||||
they do not care which git branch built it.
|
they do not care which git branch built it.
|
||||||
|
|
||||||
Override registry settings if needed:
|
Override registry settings if needed:
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@ default = true
|
|||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
name = "gitea"
|
name = "gitea"
|
||||||
url = "https://gitea.lille-vemmelund.dk/api/packages/brian/pypi/simple/"
|
url = "https://gitea.lille-vemmelund.dk/api/packages/lille-vemmelund/pypi/simple/"
|
||||||
explicit = true
|
explicit = true
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
# Optional overrides:
|
# Optional overrides:
|
||||||
# REGISTRY=gitea.lille-vemmelund.dk
|
# REGISTRY=gitea.lille-vemmelund.dk
|
||||||
# REGISTRY_USER=ci-bot
|
# REGISTRY_USER=ci-bot
|
||||||
# IMAGE_OWNER=brian
|
# IMAGE_OWNER=lille-vemmelund
|
||||||
# IMAGE_NAME=python-repositories-ci
|
# IMAGE_NAME=python-repositories-ci
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ REPO_ROOT="$(cd "${SCRIPT_DIR}/../.." && pwd)"
|
|||||||
|
|
||||||
REGISTRY="${REGISTRY:-gitea.lille-vemmelund.dk}"
|
REGISTRY="${REGISTRY:-gitea.lille-vemmelund.dk}"
|
||||||
REGISTRY_USER="${REGISTRY_USER:-ci-bot}"
|
REGISTRY_USER="${REGISTRY_USER:-ci-bot}"
|
||||||
IMAGE_OWNER="${IMAGE_OWNER:-brian}"
|
IMAGE_OWNER="${IMAGE_OWNER:-lille-vemmelund}"
|
||||||
IMAGE_NAME="${IMAGE_NAME:-python-repositories-ci}"
|
IMAGE_NAME="${IMAGE_NAME:-python-repositories-ci}"
|
||||||
IMAGE="${IMAGE:-${REGISTRY}/${IMAGE_OWNER}/${IMAGE_NAME}}"
|
IMAGE="${IMAGE:-${REGISTRY}/${IMAGE_OWNER}/${IMAGE_NAME}}"
|
||||||
|
|
||||||
|
|||||||
@@ -1089,7 +1089,7 @@ dev = [
|
|||||||
requires-dist = [
|
requires-dist = [
|
||||||
{ name = "minio", marker = "extra == 'minio'", specifier = ">=7.2.16" },
|
{ name = "minio", marker = "extra == 'minio'", specifier = ">=7.2.16" },
|
||||||
{ name = "python-dotenv", specifier = ">=1.0.0" },
|
{ name = "python-dotenv", specifier = ">=1.0.0" },
|
||||||
{ name = "python-utils", specifier = ">=0.1.0", index = "https://gitea.lille-vemmelund.dk/api/packages/brian/pypi/simple/" },
|
{ name = "python-utils", specifier = ">=0.1.0", index = "https://gitea.lille-vemmelund.dk/api/packages/lille-vemmelund/pypi/simple/" },
|
||||||
{ name = "redis", marker = "extra == 'redis'", specifier = ">=6.4.0" },
|
{ name = "redis", marker = "extra == 'redis'", specifier = ">=6.4.0" },
|
||||||
{ name = "structlog", specifier = ">=25.4.0" },
|
{ name = "structlog", specifier = ">=25.4.0" },
|
||||||
]
|
]
|
||||||
@@ -1111,10 +1111,10 @@ dev = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "python-utils"
|
name = "python-utils"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
source = { registry = "https://gitea.lille-vemmelund.dk/api/packages/brian/pypi/simple/" }
|
source = { registry = "https://gitea.lille-vemmelund.dk/api/packages/lille-vemmelund/pypi/simple/" }
|
||||||
sdist = { url = "https://gitea.gt-proj.com/api/packages/brian/pypi/files/python-utils/0.1.1/python_utils-0.1.1.tar.gz", hash = "sha256:f9e10fff2e15167260d841733bab08914803f7caeaf5f4b0534b730a0b418048" }
|
sdist = { url = "https://gitea.gt-proj.com/api/packages/lille-vemmelund/pypi/files/python-utils/0.1.1/python_utils-0.1.1.tar.gz", hash = "sha256:f9e10fff2e15167260d841733bab08914803f7caeaf5f4b0534b730a0b418048" }
|
||||||
wheels = [
|
wheels = [
|
||||||
{ url = "https://gitea.gt-proj.com/api/packages/brian/pypi/files/python-utils/0.1.1/python_utils-0.1.1-py3-none-any.whl", hash = "sha256:ad06d94a36c828084b61b3e6b97f3c0f0fab3522ea18e603ed37c8abee49bdac" },
|
{ url = "https://gitea.gt-proj.com/api/packages/lille-vemmelund/pypi/files/python-utils/0.1.1/python_utils-0.1.1-py3-none-any.whl", hash = "sha256:ad06d94a36c828084b61b3e6b97f3c0f0fab3522ea18e603ed37c8abee49bdac" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
Reference in New Issue
Block a user