mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Run all tests for native / domain sockets now we are using Netty 4.1.45.Final
This commit is contained in:
@@ -21,13 +21,11 @@ jobs:
|
||||
- if: type != pull_request
|
||||
name: "OpenJDK 8 / native transport"
|
||||
jdk: openjdk8
|
||||
# Workaround, only execute some tests as Netty epoll has slow shutdown (https://github.com/netty/netty/issues/9678)
|
||||
script: mvn -q clean verify -B -PtestNativeTransport -Dtest=NetTest,Http*Test,HostnameResolutionTest
|
||||
script: mvn -q clean verify -B
|
||||
- if: type != pull_request
|
||||
name: "OpenJDK 8 / domain sockets"
|
||||
jdk: openjdk8
|
||||
# Workaround, only execute some tests as Netty epoll has slow shutdown (https://github.com/netty/netty/issues/9678)
|
||||
script: mvn -q clean verify -B -PtestDomainSockets -Dtest=NetTest,Http*Test,HostnameResolutionTest
|
||||
script: mvn -q clean verify -B
|
||||
- stage: deploy
|
||||
name: "Deploy to Sonatype's snapshots repository"
|
||||
jdk: openjdk8
|
||||
|
||||
Reference in New Issue
Block a user