fix(ci): use docker runner label instead of ubuntu-latest
Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Failing after 1s
CI / test-python-backend-compliance (push) Failing after 1s
CI / test-python-document-crawler (push) Failing after 1s
CI / test-python-dsms-gateway (push) Failing after 1s
Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Failing after 1s
CI / test-python-backend-compliance (push) Failing after 1s
CI / test-python-document-crawler (push) Failing after 1s
CI / test-python-dsms-gateway (push) Failing after 1s
The Gitea Actions runner on meghsakha uses label "docker". Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
# ========================================
|
# ========================================
|
||||||
|
|
||||||
go-lint:
|
go-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
container: golangci/golangci-lint:v1.55-alpine
|
container: golangci/golangci-lint:v1.55-alpine
|
||||||
steps:
|
steps:
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
python-lint:
|
python-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
container: python:3.12-slim
|
container: python:3.12-slim
|
||||||
steps:
|
steps:
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
nodejs-lint:
|
nodejs-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
container: node:20-alpine
|
container: node:20-alpine
|
||||||
steps:
|
steps:
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
# ========================================
|
# ========================================
|
||||||
|
|
||||||
test-go-ai-compliance:
|
test-go-ai-compliance:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
container: golang:1.23-alpine
|
container: golang:1.23-alpine
|
||||||
env:
|
env:
|
||||||
CGO_ENABLED: "0"
|
CGO_ENABLED: "0"
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
echo "Coverage: $COVERAGE"
|
echo "Coverage: $COVERAGE"
|
||||||
|
|
||||||
test-python-backend-compliance:
|
test-python-backend-compliance:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
container: python:3.12-slim
|
container: python:3.12-slim
|
||||||
env:
|
env:
|
||||||
CI: "true"
|
CI: "true"
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
python -m pytest compliance/tests/ -v --tb=short
|
python -m pytest compliance/tests/ -v --tb=short
|
||||||
|
|
||||||
test-python-document-crawler:
|
test-python-document-crawler:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
container: python:3.12-slim
|
container: python:3.12-slim
|
||||||
env:
|
env:
|
||||||
CI: "true"
|
CI: "true"
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
python -m pytest tests/ -v --tb=short
|
python -m pytest tests/ -v --tb=short
|
||||||
|
|
||||||
test-python-dsms-gateway:
|
test-python-dsms-gateway:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
container: python:3.12-slim
|
container: python:3.12-slim
|
||||||
env:
|
env:
|
||||||
CI: "true"
|
CI: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user