Skip to content

Commit

Permalink
Stop using playground (#26042)
Browse files Browse the repository at this point in the history
Stop using perf playground for LLVM RV

[Reviewed by @mppf]
  • Loading branch information
jabraham17 authored Oct 4, 2024
2 parents 30f2ebc + bf362fd commit 798503c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions util/cron/test-perf.chapcs.playground.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ export CHPL_NIGHTLY_TEST_CONFIG_NAME="perf.chapcs.playground"
# 4) Update START_DATE to be today, using the format mm/dd/yy
#

source /data/cf/chapel/setup_system_llvm.bash 15
GITHUB_USER=jabraham17
GITHUB_BRANCH=rv-playground
SHORT_NAME=llvm-rv
START_DATE=06/27/24
GITHUB_USER=chapel-lang
GITHUB_BRANCH=chapel
SHORT_NAME=main
START_DATE=04/04/24

git branch -D $GITHUB_USER-$GITHUB_BRANCH
git checkout -b $GITHUB_USER-$GITHUB_BRANCH
Expand Down

0 comments on commit 798503c

Please sign in to comment.