Skip to content

Commit

Permalink
Merge branch 'jgilles/bottest3' into bfops/test-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed May 28, 2024
2 parents fb2f1bf + a89c045 commit 50152a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bottest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Run bot test script
run: |
RESULTS_NAME="pr-$PR_NUMBER-$GITHUB_SHA"
echo "We're on a bots runner, so expecting to find the BitCraftBots repo set up in the expected location"
echo "Let's hope the bots runner is up to date!!!"
SPACETIME_BIN="$PWD/target/release/spacetime"
Expand All @@ -96,16 +97,17 @@ jobs:
with:
aws_key_id: ${{ secrets.AWS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket: "spacetimedb-ci-benchmarks"
aws_bucket: "spacetimedb-private-bottest-results"
source_dir: bottest-results
endpoint: https://nyc3.digitaloceanspaces.com
destination_dir: bottests

- name: Post comment
run: |
RESULTS_NAME="pr-$PR_NUMBER-$GITHUB_SHA"
BODY="<details><summary>Bot test results</summary>
Test results are stored on DO Spaces [here](https://cloud.digitalocean.com/spaces/spacetimedb-ci-benchmarks?path=bottests%2F). You'll need to log in
Test results are stored on DO Spaces [here](https://cloud.digitalocean.com/spaces/spacetimedb-private-bottest-results?path=bottests%2F). You'll need to log in
(we keep these secret).
The results of this test are named $RESULTS_NAME.zip.
Expand Down

0 comments on commit 50152a9

Please sign in to comment.