From 2a3cf6d83ad94bcba5ea7e6e2ae8e98c8f305e23 Mon Sep 17 00:00:00 2001 From: Bojan Serafimov Date: Tue, 11 Oct 2022 18:57:31 -0400 Subject: [PATCH] Do init only --- .github/workflows/benchmarking.yml | 52 +++++++++++++++--------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index b9392806ca..6b2dd8793e 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -232,33 +232,33 @@ jobs: VIP_VAP_ACCESS_TOKEN: "${{ secrets.VIP_VAP_ACCESS_TOKEN }}" PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}" - - name: Benchmark simple-update - uses: ./.github/actions/run-python-test-set - with: - build_type: ${{ env.BUILD_TYPE }} - test_selection: performance - run_in_parallel: false - save_perf_report: ${{ env.SAVE_PERF_REPORT }} - extra_params: -m remote_cluster --timeout 21600 -k test_pgbench_remote_simple_update - env: - PLATFORM: ${{ matrix.platform }} - BENCHMARK_CONNSTR: ${{ steps.set-up-connstr.outputs.connstr }} - VIP_VAP_ACCESS_TOKEN: "${{ secrets.VIP_VAP_ACCESS_TOKEN }}" - PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}" + # - name: Benchmark simple-update + # uses: ./.github/actions/run-python-test-set + # with: + # build_type: ${{ env.BUILD_TYPE }} + # test_selection: performance + # run_in_parallel: false + # save_perf_report: ${{ env.SAVE_PERF_REPORT }} + # extra_params: -m remote_cluster --timeout 21600 -k test_pgbench_remote_simple_update + # env: + # PLATFORM: ${{ matrix.platform }} + # BENCHMARK_CONNSTR: ${{ steps.set-up-connstr.outputs.connstr }} + # VIP_VAP_ACCESS_TOKEN: "${{ secrets.VIP_VAP_ACCESS_TOKEN }}" + # PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}" - - name: Benchmark select-only - uses: ./.github/actions/run-python-test-set - with: - build_type: ${{ env.BUILD_TYPE }} - test_selection: performance - run_in_parallel: false - save_perf_report: ${{ env.SAVE_PERF_REPORT }} - extra_params: -m remote_cluster --timeout 21600 -k test_pgbench_remote_select_only - env: - PLATFORM: ${{ matrix.platform }} - BENCHMARK_CONNSTR: ${{ steps.set-up-connstr.outputs.connstr }} - VIP_VAP_ACCESS_TOKEN: "${{ secrets.VIP_VAP_ACCESS_TOKEN }}" - PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}" + # - name: Benchmark select-only + # uses: ./.github/actions/run-python-test-set + # with: + # build_type: ${{ env.BUILD_TYPE }} + # test_selection: performance + # run_in_parallel: false + # save_perf_report: ${{ env.SAVE_PERF_REPORT }} + # extra_params: -m remote_cluster --timeout 21600 -k test_pgbench_remote_select_only + # env: + # PLATFORM: ${{ matrix.platform }} + # BENCHMARK_CONNSTR: ${{ steps.set-up-connstr.outputs.connstr }} + # VIP_VAP_ACCESS_TOKEN: "${{ secrets.VIP_VAP_ACCESS_TOKEN }}" + # PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}" - name: Create Allure report if: always()