Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/scripts/run-oats-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ popd

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

cd oats/yaml
go install github.com/onsi/ginkgo/v2/ginkgo@latest
export TESTCASE_TIMEOUT=5m
export TESTCASE_BASE_PATH=../..
ginkgo -r --github-output
go install github.com/grafana/[email protected]
oats -timeout 5m logging-k8s-stdout-otlp-json/
12 changes: 2 additions & 10 deletions .github/workflows/oats-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,10 @@ jobs:
with:
cache-read-only: ${{ github.event_name == 'pull_request' }}

- name: Check out oats
uses: actions/checkout@v4
with:
repository: grafana/oats
ref: v0.1.0
path: oats

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
cache-dependency-path: oats/go.sum

- name: Run acceptance tests
run: .github/scripts/run-oats-tests.sh
Expand All @@ -47,5 +39,5 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: OATS logs
path: oats/yaml/build/**/*.log
name: OATs logs
path: build/**/*.log
Loading