Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efd138d

Browse files
authored
update oats (#1236)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 21af74e commit efd138d

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
repository: grafana/oats
18-
ref: 7cd5ca42fff009fd67ea986d42c79134ac99ae48
18+
ref: v0.1.0
1919
path: oats
2020
- name: Set up JDK
2121
uses: actions/setup-java@v4

examples/example-exporter-opentelemetry/oats-tests/agent/oats.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# OATS is an acceptance testing framework for OpenTelemetry - https://github.com/grafana/oats/tree/main/yaml
22
docker-compose:
3-
generator: docker-lgtm
43
files:
54
- ./docker-compose.yml
65
expected:

examples/example-exporter-opentelemetry/oats-tests/http/oats.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# OATS is an acceptance testing framework for OpenTelemetry - https://github.com/grafana/oats/tree/main/yaml
22
docker-compose:
3-
generator: docker-lgtm
43
files:
54
- ./docker-compose.yml
65
expected:

scripts/run-acceptance-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set -euo pipefail
44

55
cd oats/yaml
66
go install github.com/onsi/ginkgo/v2/ginkgo
7-
export TESTCASE_SKIP_BUILD=true
87
export TESTCASE_TIMEOUT=5m
98
export TESTCASE_BASE_PATH=../../examples
10-
ginkgo -r # is parallel causing problems? -p
9+
ginkgo

0 commit comments

Comments
 (0)