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
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: grafana/oats
ref: 7cd5ca42fff009fd67ea986d42c79134ac99ae48
ref: v0.1.0
path: oats
- name: Set up JDK
uses: actions/setup-java@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# OATS is an acceptance testing framework for OpenTelemetry - https://github.com/grafana/oats/tree/main/yaml
docker-compose:
generator: docker-lgtm
files:
- ./docker-compose.yml
expected:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# OATS is an acceptance testing framework for OpenTelemetry - https://github.com/grafana/oats/tree/main/yaml
docker-compose:
generator: docker-lgtm
files:
- ./docker-compose.yml
expected:
Expand Down
3 changes: 1 addition & 2 deletions scripts/run-acceptance-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -euo pipefail

cd oats/yaml
go install github.com/onsi/ginkgo/v2/ginkgo
export TESTCASE_SKIP_BUILD=true
export TESTCASE_TIMEOUT=5m
export TESTCASE_BASE_PATH=../../examples
ginkgo -r # is parallel causing problems? -p
ginkgo