From b1c067a6f63c61815ebe2e9a0371c435b79e2d02 Mon Sep 17 00:00:00 2001 From: andriikorotkov <88329385+andriikorotkov@users.noreply.github.com> Date: Mon, 13 Dec 2021 15:40:52 +0200 Subject: [PATCH] :tada: Updated ci performance test sh script (#8741) * updated ci performance test sh script * updated ci performance test sh script * set all params to one arg * set all params to one arg * set all params to one arg * set all params to one arg --- .github/workflows/test-performance-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-performance-command.yml b/.github/workflows/test-performance-command.yml index c35aa3a9485d8..36609217b7f83 100644 --- a/.github/workflows/test-performance-command.yml +++ b/.github/workflows/test-performance-command.yml @@ -44,7 +44,7 @@ jobs: id: regex uses: AsasInnab/regex-action@v1 with: - regex_pattern: "^((connectors|bases)/)?[a-zA-Z0-9-_]+" + regex_pattern: "^((connectors|bases)/)?[a-zA-Z0-9-_]+(\scpulimit=\d|\smemorylimit=\d{1,3}(MB|GB))?(\smemorylimit=\d{1,3}(MB|GB)|\scpulimit=\d)?$" regex_flags: "i" # required to be set for this plugin search_string: ${{ github.event.inputs.connector }} - name: Validate input workflow format