File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464 # - NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.0l OPENSSL_PATCH_VER=1.1.0d
6565 # - NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.0l OPENSSL_PATCH_VER=1.1.0d
6666 - NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.1w OPENSSL_PATCH_VER=1.1.1f
67- - NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1w OPENSSL_PATCH_VER=1.1.1f USE_PCRE2=Y
68- - NGINX_VERSION=1.25.3 BORINGSSL=1 TEST_NGINX_USE_HTTP3=1 USE_PCRE2=Y
67+ - NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w OPENSSL_PATCH_VER=1.1.1f USE_PCRE2=Y TEST_NGINX_TIMEOUT=5
68+ - NGINX_VERSION=1.27.0 BORINGSSL=1 TEST_NGINX_USE_HTTP3=1 USE_PCRE2=Y TEST_NGINX_QUIC_IDLE_TIMEOUT=3
6969 # - NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1w TEST_NGINX_USE_HTTP2=1
7070
7171services :
@@ -87,7 +87,7 @@ install:
8787 - wget https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/boringssl-20230902-x64-focal.tar.gz
8888 - wget https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/curl-h3-x64-focal.tar.gz
8989 - git clone https://github.com/openresty/test-nginx.git
90- - git clone https://github.com/openresty /openresty.git ../openresty
90+ - git clone -b bump-1.27.0 https://github.com/xiaocang /openresty.git ../openresty
9191 - git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
9292 - git clone https://github.com/openresty/openresty-devel-utils.git
9393 - git clone https://github.com/openresty/mockeagain.git
Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ qr/curl: \(28\) Operation timed out after \d+ milliseconds with 0 bytes received
828828 rewrite ^/myproxy/(.*) /$1 break;
829829 resolver_timeout 3s;
830830 #resolver 172.16.0.23; # AWS DNS resolver address is the same in all regions - 172.16.0.23
831- resolver 8.8.8.8 ;
831+ resolver $TEST_NGINX_RESOLVER ;
832832 proxy_read_timeout 1s;
833833 proxy_send_timeout 1s;
834834 proxy_connect_timeout 1s;
You can’t perform that action at this time.
0 commit comments