From 2176b00de7d477af31424d3bcd51a14370447e9f Mon Sep 17 00:00:00 2001 From: leahwicz <60146280+leahwicz@users.noreply.github.com> Date: Tue, 2 May 2023 17:23:18 -0400 Subject: [PATCH 1/3] Update testing.yml --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e0c319d057f..8e13915b3b1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -209,7 +209,7 @@ jobs: # depends on `model` as a separate job so that the baseline can be committed to more than one branch # i.e. release branch and main - needs: [latest-runner, model] + needs: [set-variables, latest-runner, model] runs-on: ubuntu-latest From 591910b68bca7533f4d9fd0d02a78362934984e1 Mon Sep 17 00:00:00 2001 From: leahwicz <60146280+leahwicz@users.noreply.github.com> Date: Tue, 2 May 2023 17:44:29 -0400 Subject: [PATCH 2/3] Update testing.yml --- .github/workflows/testing.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8e13915b3b1..6ec32c464b8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -216,15 +216,15 @@ jobs: strategy: matrix: include: - - base-branch: "refs/heads/main" - target-branch: "performance-bot/main_${{needs.set-variables.outputs.release_id}}_${{GITHUB.RUN_ID}}" - - base-branch: "refs/heads/${{ needs.set-variables.outputs.release_branch }}" - target-branch: "performance-bot/release_${{needs.set-variables.outputs.release_id}}_${{GITHUB.RUN_ID}}" + - base-branch: refs/heads/main + target-branch: performance-bot/main_${{ needs.set-variables.outputs.release_id }}_${{GITHUB.RUN_ID}} + - base-branch: refs/heads/${{ needs.set-variables.outputs.release_branch }} + target-branch: performance-bot/release_${{ needs.set-variables.outputs.release_id }}_${{GITHUB.RUN_ID}} steps: - name: '[DEBUG] print variables' run: | - echo "all variables defined in set-variables > Set Variables > outputs" + echo "all variables defined in set-variables" echo "cache_key: ${{ needs.set-variables.outputs.cache_key }}" echo "release_id: ${{ needs.set-variables.outputs.release_id }}" echo "release_branch: ${{ needs.set-variables.outputs.release_branch }}" From cefb31eca01b1f3473541a23e6e53bc8d5367ea6 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 2 May 2023 23:10:20 +0000 Subject: [PATCH 3/3] adding performance baseline for 1.4.0 --- performance/baselines/1.4.0/parse___01_2000_simple_models.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 performance/baselines/1.4.0/parse___01_2000_simple_models.json diff --git a/performance/baselines/1.4.0/parse___01_2000_simple_models.json b/performance/baselines/1.4.0/parse___01_2000_simple_models.json new file mode 100644 index 00000000000..ab5ae4b4d4e --- /dev/null +++ b/performance/baselines/1.4.0/parse___01_2000_simple_models.json @@ -0,0 +1 @@ +{"version":"1.4.0","metric":{"name":"parse","project_name":"01_2000_simple_models"},"ts":"2023-05-02T23:09:58.990519791Z","measurement":{"command":"dbt parse --no-version-check --profiles-dir ../../project_config/","mean":44.19174045794,"stddev":0.40085507881054,"median":44.19174045794,"user":43.589940385,"system":0.46467554999999994,"min":43.90829311344,"max":44.47518780244,"times":[44.47518780244,43.90829311344]}} \ No newline at end of file