Skip to content

Commit

Permalink
Modify jobs name (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterBright authored Oct 10, 2023
1 parent 1cadd6d commit 331522d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,14 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
images:
- name: recent
test:
- name: Run Skywalking E2E Test (Elasticsearch as database)
config: test/e2e/e2e-elasticsearch.yaml
- name: Run Skywalking E2E Test (BanyanDB as database)
config: test/e2e/e2e-banyandb.yaml
- name: Run SWCK E2E Test
config: test/e2e/swck/e2e.yaml
name: Istio+Envoy Access Log Service(${{ matrix.images.name }})
name: ${{ matrix.test.name }}
env:
OAP_TAG: 14fbd975be077082ed6fa604e05479dd9af0d995
OAP_REPO: ghcr.io/apache/skywalking/oap
Expand Down

0 comments on commit 331522d

Please sign in to comment.