From ed8d37f70155972f7a3f6bd15b01582f5b3310dc Mon Sep 17 00:00:00 2001 From: anirudhwarrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:50:26 +0400 Subject: [PATCH] benchmark test increase RR mem and set DEBUG log level --- .github/workflows/automation-benchmark-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/automation-benchmark-tests.yml b/.github/workflows/automation-benchmark-tests.yml index bad37e314be..a8eedd41c76 100644 --- a/.github/workflows/automation-benchmark-tests.yml +++ b/.github/workflows/automation-benchmark-tests.yml @@ -75,6 +75,8 @@ jobs: INTERNAL_DOCKER_REPO: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com TEST_TYPE: ${{ github.event.inputs.testType }} TEST_TEST_TYPE: ${{ github.event.inputs.testType }} + RR_MEM: 4Gi + TEST_LOG_LEVEL: debug with: test_command_to_run: cd integration-tests && go test -timeout 30m -v -run ^TestAutomationBenchmark$ ./benchmark -count=1 test_download_vendor_packages_command: make gomod