From ae8f6724a19afaa67d51cc48e5497db01e38d354 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Tue, 13 Aug 2024 21:11:29 +0200 Subject: [PATCH] CI: QUIC Interop AWS-LC: enable chrome client chrome is important browser, let's enable it in AWS-LC weekly tests. the only test supported by chrome is http3 --- .github/workflows/quic-interop-aws-lc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quic-interop-aws-lc.yml b/.github/workflows/quic-interop-aws-lc.yml index f9144d9ed..171ec815d 100644 --- a/.github/workflows/quic-interop-aws-lc.yml +++ b/.github/workflows/quic-interop-aws-lc.yml @@ -41,6 +41,7 @@ jobs: strategy: matrix: suite: [ + { client: chrome, tests: "http3" }, { client: picoquic, tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2,goodput,crosstraffic" }, { client: quic-go, tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2,goodput,crosstraffic" } ]