diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index f63f67d489d52..4ccce23a22e37 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -246,6 +246,7 @@ compiletime coredns corejs coreutils +curta daemonset databend datacenter diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index b49fa72a18551..99221bca1eb01 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -37,6 +37,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.merge_group.head_sha || github.sha }} cancel-in-progress: true +env: + SINGLE_MACHINE_PERFORMANCE_API: ${{ secrets.SINGLE_MACHINE_PERFORMANCE_API }} + jobs: # Only run this workflow if files changed in areas that could possibly introduce a regression @@ -229,7 +232,7 @@ jobs: export REPLICAS="10" export TOTAL_SAMPLES="600" export P_VALUE="0.1" - export SMP_CRATE_VERSION="0.7.3" + export SMP_CRATE_VERSION="0.9.0" export LADING_VERSION="0.12.0" echo "warmup seconds: ${WARMUP_SECONDS}" @@ -496,6 +499,7 @@ jobs: chmod +x ${{ runner.temp }}/bin/smp ${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job submit \ + --use-curta \ --lading-version ${{ needs.compute-metadata.outputs.lading-version }} \ --total-samples ${{ needs.compute-metadata.outputs.total-samples }} \ --warmup-seconds ${{ needs.compute-metadata.outputs.warmup-seconds }} \ @@ -525,6 +529,7 @@ jobs: chmod +x ${{ runner.temp }}/bin/smp ${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job status \ + --use-curta \ --wait \ --wait-delay-seconds 60 \ --wait-timeout-minutes 90 \ @@ -537,6 +542,7 @@ jobs: run: | chmod +x ${{ runner.temp }}/bin/smp ${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job cancel \ + --use-curta \ --submission-metadata ${{ runner.temp }}/submission-metadata - name: Check status, cancelled @@ -617,6 +623,8 @@ jobs: chmod +x ${{ runner.temp }}/bin/smp ${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job result \ + --use-curta \ + --use-consignor \ --submission-metadata ${{ runner.temp }}/submission-metadata - name: Check status, cancelled @@ -708,6 +716,8 @@ jobs: chmod +x ${{ runner.temp }}/bin/smp ${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job sync \ + --use-curta \ + --use-consignor \ --submission-metadata ${{ runner.temp }}/submission-metadata \ --output-path "${{ runner.temp }}/outputs"