Skip to content

Commit d047509

Browse files
committed
update oats
1 parent 4c8b131 commit d047509

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@ popd
88

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

11-
cd oats/yaml
12-
go install github.com/onsi/ginkgo/v2/ginkgo@latest
13-
export TESTCASE_TIMEOUT=5m
14-
export TESTCASE_BASE_PATH=../..
15-
ginkgo -r --github-output
11+
go install https://github.com/grafana/[email protected]
12+
oats -timeout 5m -lgtm-version logging-k8s-stdout-otlp-json/

.github/workflows/oats-tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,10 @@ jobs:
2727
with:
2828
cache-read-only: ${{ github.event_name == 'pull_request' }}
2929

30-
- name: Check out oats
31-
uses: actions/checkout@v4
32-
with:
33-
repository: grafana/oats
34-
ref: v0.1.0
35-
path: oats
36-
3730
- name: Set up Go
3831
uses: actions/setup-go@v5
3932
with:
4033
go-version: '1.24'
41-
cache-dependency-path: oats/go.sum
4234

4335
- name: Run acceptance tests
4436
run: .github/scripts/run-oats-tests.sh
@@ -47,5 +39,5 @@ jobs:
4739
uses: actions/upload-artifact@v4
4840
if: failure()
4941
with:
50-
name: OATS logs
51-
path: oats/yaml/build/**/*.log
42+
name: OATs logs
43+
path: build/**/*.log

0 commit comments

Comments
 (0)