From b727b0ace72a8cf97d1e4bff068997408bea6bf5 Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Tue, 9 May 2023 13:37:37 -0400 Subject: [PATCH 1/2] KASM-4263 update squid conf to support modern RHEL hosts --- src/ubuntu/install/squid/resources/squid.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ubuntu/install/squid/resources/squid.conf b/src/ubuntu/install/squid/resources/squid.conf index 717fb45..00e7c82 100644 --- a/src/ubuntu/install/squid/resources/squid.conf +++ b/src/ubuntu/install/squid/resources/squid.conf @@ -50,3 +50,7 @@ forwarded_for delete via off url_rewrite_program /bin/bash -c "/etc/squid/kasm_squid_adapter" + +# Ensure compatibility with base operating systems by using a sane number of file descriptors +max_filedescriptors 1048576 + From 6fc3a1ca52bc11b91d4af9bfdb1e521e17b74711 Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Tue, 9 May 2023 18:13:15 -0400 Subject: [PATCH 2/2] KASM-4263 update test linking to use nano instances --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ee6df6..f8f170b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -952,6 +952,8 @@ link_tests_single_arch_dev: except: - develop - /^release\/.*$/ + tags: + - aws-autoscale-nano parallel: matrix: - KASM_IMAGE: @@ -971,6 +973,8 @@ link_tests_multi_arch_dev: except: - develop - /^release\/.*$/ + tags: + - aws-autoscale-nano parallel: matrix: - ARCH: [ aarch64, x86_64 ]