Skip to content

Commit 688733f

Browse files
committed
update oats, pin LGTM version
1 parent 612f9e8 commit 688733f

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,15 @@
3333
"matchPackageNames": ["eclipse-temurin"],
3434
"enabled": false
3535
}
36+
],
37+
"customManagers": [
38+
{
39+
"customType": "regex",
40+
"managerFilePatterns": ["lgtm.yaml"],
41+
"matchStrings": ["grafana/otel-lgtm:(?<currentValue>.*?)\\n"],
42+
"depNameTemplate": "otel-lgtm",
43+
"packageNameTemplate": "grafana/otel-lgtm",
44+
"datasourceTemplate": "docker"
45+
}
3646
]
3747
}

.github/scripts/run-oats-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ popd
88

99
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
1010

11-
go install github.com/grafana/oats@v0.2.0
11+
go install github.com/grafana/oats@v0.3.1
1212
oats -timeout 5m logging-k8s-stdout-otlp-json/

.github/workflows/oats-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,3 @@ jobs:
3434

3535
- name: Run acceptance tests
3636
run: .github/scripts/run-oats-tests.sh
37-
38-
- name: upload log file
39-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
40-
if: failure()
41-
with:
42-
name: OATs logs
43-
path: build/**/*.log

logging-k8s-stdout-otlp-json/k8s/lgtm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
spec:
4848
containers:
4949
- name: lgtm
50-
image: grafana/otel-lgtm:latest
50+
image: grafana/otel-lgtm:0.10.1
5151
ports:
5252
- containerPort: 3000
5353
- containerPort: 4317

0 commit comments

Comments
 (0)