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: 2 additions & 0 deletions .github/workflows/skywalking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ jobs:
config: test/e2e-v2/cases/promql/e2e.yaml
- name: LogQL Service
config: test/e2e-v2/cases/logql/e2e.yaml
- name: TraceQL Service Zipkin
config: test/e2e-v2/cases/traceql/zipkin/e2e.yaml
- name: AWS API Gateway
config: test/e2e-v2/cases/aws/api-gateway/e2e.yaml
- name: Redis Prometheus and Log Collecting
Expand Down
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ header:
- '**/mockito-extensions/**'
- 'oap-server/server-library/library-async-profiler-jfr-parser'
- 'docs/en/changes/changes.tpl'
- 'oap-server/server-query-plugin/traceql-plugin/src/main/proto/tempopb/tempo.proto'

comment: on-failure

Expand Down
Loading
Loading