Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Dec 12, 2024
1 parent a427f49 commit 7170212
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/bench-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
set -Eeu -o pipefail -x
git remote -v
git branch -v
base_commit_sha=$(git merge-base refs/heads/$GITHUB_BASE_REF refs/heads/$GITHUB_HEAD_REF)
base_commit_sha=$(git merge-base origin/refs/heads/$GITHUB_BASE_REF origin/refs/heads/$GITHUB_HEAD_REF)
echo $base_commit_sha
aws s3 cp s3://vortex-benchmark-results-database/data.json - \
| grep $base_commit_sha \
Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
base_commit_sha=$(git merge-base refs/heads/$GITHUB_BASE_REF refs/heads/$GITHUB_HEAD_REF)
base_commit_sha=$(git merge-base origin/refs/heads/$GITHUB_BASE_REF origin/refs/heads/$GITHUB_HEAD_REF)
echo $base_commit_sha
base_commit_sha=b4c5846b5bf0f032c527f031620511edc62326e7
Expand Down Expand Up @@ -150,7 +151,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
base_commit_sha=$(git merge-base refs/heads/$GITHUB_BASE_REF refs/heads/$GITHUB_HEAD_REF)
base_commit_sha=$(git merge-base origin/refs/heads/$GITHUB_BASE_REF origin/refs/heads/$GITHUB_HEAD_REF)
echo $base_commit_sha
base_commit_sha=b4c5846b5bf0f032c527f031620511edc62326e7
Expand Down Expand Up @@ -205,7 +206,7 @@ jobs:
run: |
set -Eeu -o pipefail -x
base_commit_sha=$(git merge-base refs/heads/$GITHUB_BASE_REF refs/heads/$GITHUB_HEAD_REF)
base_commit_sha=$(git merge-base origin/refs/heads/$GITHUB_BASE_REF origin/refs/heads/$GITHUB_HEAD_REF)
echo $base_commit_sha
base_commit_sha=b4c5846b5bf0f032c527f031620511edc62326e7
Expand Down

0 comments on commit 7170212

Please sign in to comment.