File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ jobs:
6060 run : |
6161 git checkout add_trigger_to_run_the_benchmark
6262
63- - name : Install or Upgrade all solutions
64- shell : bash
65- working-directory : /var/lib/mount/db-benchmark-metal
66- run : |
67- python3 _setup_utils/install_all_solutions.py all --exclude clickhouse
68- # installing/updating clickhouse needs sudo priviledges
69- sudo python3 _setup_utils/install_all_solutions.py clickhouse
63+ # - name: Install or Upgrade all solutions
64+ # shell: bash
65+ # working-directory: /var/lib/mount/db-benchmark-metal
66+ # run: |
67+ # python3 _setup_utils/install_all_solutions.py all --exclude clickhouse
68+ # # installing/updating clickhouse needs sudo priviledges
69+ # sudo python3 _setup_utils/install_all_solutions.py clickhouse
7070
7171 - name : Modify run.conf to only have new versions
7272 shell : bash
@@ -117,5 +117,5 @@ jobs:
117117 branch_name : results-`date +%Y-%m-%d-%Hh%Mm`
118118 with :
119119 github_token : ${{ secrets.GITHUB_TOKEN }}
120- ref : ${{ env.branch_name }}
120+ branch : ${{ env.branch_name }}
121121
You can’t perform that action at this time.
0 commit comments