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
10 changes: 5 additions & 5 deletions .github/workflows/skywalking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ jobs:
if: matrix.test.docker != null
run: docker build -t ${{ matrix.test.docker.name }} -f ${{ matrix.test.docker.base }}/${{ matrix.test.docker.file }} ${{ matrix.test.docker.base }}
- name: ${{ matrix.test.name }}
uses: apache/skywalking-infra-e2e@ef073adb8b9e148e4eaf3f905fa4e238ee5cc7d6
uses: apache/skywalking-infra-e2e@530f9976e4bf12b65a6604ea0efbeafabeeea2a3
with:
e2e-file: $GITHUB_WORKSPACE/${{ matrix.test.config }}
- if: ${{ failure() }}
Expand Down Expand Up @@ -843,7 +843,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: ALS ${{ matrix.storage }}, ${{ matrix.analyzer }}, istio-${{ matrix.versions.istio }}, k8s-${{ matrix.versions.kubernetes }}
uses: apache/skywalking-infra-e2e@ef073adb8b9e148e4eaf3f905fa4e238ee5cc7d6
uses: apache/skywalking-infra-e2e@530f9976e4bf12b65a6604ea0efbeafabeeea2a3
env:
ISTIO_VERSION: ${{ matrix.versions.istio }}
KUBERNETES_VERSION: ${{ matrix.versions.kubernetes }}
Expand Down Expand Up @@ -915,7 +915,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: ${{ matrix.test.name }}
uses: apache/skywalking-infra-e2e@ef073adb8b9e148e4eaf3f905fa4e238ee5cc7d6
uses: apache/skywalking-infra-e2e@530f9976e4bf12b65a6604ea0efbeafabeeea2a3
env:
ISTIO_VERSION: ${{ matrix.versions.istio }}
KUBERNETES_VERSION: ${{ matrix.versions.kubernetes }}
Expand Down Expand Up @@ -979,7 +979,7 @@ jobs:
shell: bash
run: ./mvnw -B -q -f test/e2e-v2/java-test-service/pom.xml clean package
- name: Java version ${{ matrix.java-version }}
uses: apache/skywalking-infra-e2e@ef073adb8b9e148e4eaf3f905fa4e238ee5cc7d6
uses: apache/skywalking-infra-e2e@530f9976e4bf12b65a6604ea0efbeafabeeea2a3
env:
SW_AGENT_JDK_VERSION: ${{ matrix.java-version }}
with:
Expand Down Expand Up @@ -1075,7 +1075,7 @@ jobs:
fi
docker compose -f ${BANYANDB_DATA_GENERATE_ROOT}/docker-compose.yml down -v
- name: ${{ matrix.test.name }}
uses: apache/skywalking-infra-e2e@ef073adb8b9e148e4eaf3f905fa4e238ee5cc7d6
uses: apache/skywalking-infra-e2e@530f9976e4bf12b65a6604ea0efbeafabeeea2a3
with:
e2e-file: $GITHUB_WORKSPACE/${{ matrix.test.config }}
- if: ${{ failure() }}
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '3.8'
services:
elasticsearch:
profiles:
Expand Down
3 changes: 2 additions & 1 deletion docs/en/changes/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 10.5.0

#### Project
* Bump infra-e2e to testcontainers-go v0.42.0 (apache/skywalking-infra-e2e#146), which uses Docker Compose v2 plugin natively and removes docker-compose v1 dependency.
* Remove deprecated `version` field from all docker-compose files for Compose v2 compatibility.

#### OAP Server
* Add Zipkin Virtual GenAI e2e test. Use `zipkin_json` exporter to avoid protobuf dependency conflict
Expand Down Expand Up @@ -28,6 +30,5 @@

#### Documentation


All issues and pull requests are [here](https://github.com/apache/skywalking/issues?q=milestone:10.5.0)

2 changes: 0 additions & 2 deletions test/e2e-v2/cases/activemq/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "2.1"

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/alarm/banyandb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
banyandb:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/alarm/es/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
es:
image: elastic/elasticsearch:8.18.8
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/alarm/es/es-sharding/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
es:
image: elastic/elasticsearch:8.18.8
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/alarm/mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
mysql:
image: mysql/mysql-server:8.0.13
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/alarm/postgres/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
postgres:
image: postgres:13
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/apisix/otel-collector/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/aws/api-gateway/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/aws/dynamodb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/aws/eks/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/aws/s3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
4 changes: 0 additions & 4 deletions test/e2e-v2/cases/banyandb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down Expand Up @@ -47,5 +45,3 @@ services:

networks:
e2e:


2 changes: 0 additions & 2 deletions test/e2e-v2/cases/baseline/banyandb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
banyandb:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/baseline/es/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
es:
image: elastic/elasticsearch:8.18.8
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/baseline/es/es-sharding/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
es:
image: elastic/elasticsearch:8.18.8
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/browser/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/browser/es/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
es:
image: elastic/elasticsearch:8.18.8
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/browser/es/es-sharding/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
es:
image: elastic/elasticsearch:8.18.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/cluster/zk/banyandb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
zk:
image: zookeeper:3.5
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/cluster/zk/es/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
zk:
image: zookeeper:3.5
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/elasticsearch/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/event/banyandb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '3.8'

services:
banyandb:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/event/es/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '3.8'

services:
es:
image: elastic/elasticsearch:8.18.8
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/event/mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '3.8'

services:
mysql:
image: mysql/mysql-server:8.0.13
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/exporter/kafka/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
zookeeper:
image: zookeeper:3.4
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/flink/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3"

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/gateway/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
zk:
image: zookeeper:3.5
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/go/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/kafka/kafka-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '3'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/kafka/log/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
zookeeper:
image: zookeeper:3.4
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/kafka/meter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
zookeeper:
image: zookeeper:3.4
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/kafka/profile/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
zookeeper:
image: zookeeper:3.4
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/kafka/simple-so11y/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
zookeeper:
image: zookeeper:3.4
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/kong/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
oap:
extends:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/log/banyandb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2.1'

services:
banyandb:
extends:
Expand Down
Loading
Loading