diff --git a/.github/workflows/build_test_ci.yml b/.github/workflows/build_test_ci.yml index c2c986331..34b9e6ae9 100644 --- a/.github/workflows/build_test_ci.yml +++ b/.github/workflows/build_test_ci.yml @@ -82,7 +82,7 @@ jobs: uses: step-security/harden-runner@v2 with: disable-sudo: true - egress-policy: block + egress-policy: audit allowed-endpoints: > api.linode.com:443 api.github.com:443 @@ -137,7 +137,7 @@ jobs: run: make e2etest env: # TODO: Switch selector to quick before the PR can be merged - E2E_FLAGS: '--assert-timeout 30m0s --selector flavors' + E2E_FLAGS: '--assert-timeout 15m0s --selector rke2' # TODO: ALL the var below need to be deleted before the PR can be merged INSTALL_K3S_PROVIDER: true INSTALL_RKE2_PROVIDER: true