Skip to content

Commit 94358a1

Browse files
committed
pr review
1 parent 1318756 commit 94358a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

.github/workflows/acceptance-tests.yml renamed to .github/workflows/oats-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Acceptance Tests
1+
name: OATS Tests
22

33
on:
44
pull_request:
55
branches:
66
- main
77
paths:
8-
- .github/workflows/acceptance-tests.yml
8+
- .github/workflows/oats-tests.yml
99
- 'logging-k8s-stdout-otlp-json/**'
1010
workflow_dispatch:
1111

@@ -41,7 +41,7 @@ jobs:
4141
cache-dependency-path: oats/go.sum
4242

4343
- name: Run acceptance tests
44-
run: .github/scripts/run-acceptance-tests.sh
44+
run: .github/scripts/run-oats-tests.sh
4545

4646
- name: upload log file
4747
uses: actions/upload-artifact@v4

logging-k8s-stdout-otlp-json/k8s/collector-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ data:
6464
exporters: [ otlphttp/metrics ]
6565
logs/raw_otlpjson:
6666
receivers: [ filelog/otlp-json-logs ]
67-
# (i) no need for processors before the otlpjson connector
67+
# No need for processors before the otlpjson connector
6868
# Declare processors in the shared "logs" pipeline below
6969
processors: [ ]
7070
exporters: [ otlpjson ]

0 commit comments

Comments
 (0)