blob: ec46b752085c176f6dc53983c0b3b5f7ead849b2 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: E2E
on:
pull_request:
push:
branches:
- main
jobs:
NativeProtocolsE2E:
name: Native Management/JVM/Tracing/Meter/Event/Log/Profile/CDS
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.16
id: go
- uses: actions/checkout@v2
with:
submodules: true
- uses: apache/skywalking-infra-e2e@d37840fb22f7c78f03ab5932bbdccf925cb5ef73
with:
e2e-file: test/e2e/case/native-protocols/e2e.yaml
EnvoyE2E:
name: Envoy ALS/Metrics
runs-on: ubuntu-latest
strategy:
matrix:
envoy_version: [ 'v1.19.0', 'v1.16.2' ]
env:
ENVOY_VERSION: ${{ matrix.envoy_version }}
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.16
id: go
- uses: actions/checkout@v2
with:
submodules: true
- uses: apache/skywalking-infra-e2e@d37840fb22f7c78f03ab5932bbdccf925cb5ef73
with:
e2e-file: test/e2e/case/envoy/e2e.yaml