Skip to content

Commit 7ed456d

Browse files
authored
Merge pull request #238 from uwplse/pavpanchekha-patch-1
Update to the new nightly report system
2 parents 7402f2f + de8a77e commit 7ed456d

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

infra/nightly.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,3 @@ cp "$RESOURCE_DIR"/* "$NIGHTLY_DIR/output"
4848
(echo "var data = "; cat "$NIGHTLY_DIR/data/output.json") > "$NIGHTLY_DIR/data/output.js"
4949
# Copy json directory to the artifact
5050
cp -r "$NIGHTLY_DIR/data" "$NIGHTLY_DIR/output/data"
51-
52-
# This is the uploading part, copied directly from Herbie's nightly script.
53-
DIR="$NIGHTLY_DIR/output"
54-
B=$(git rev-parse --abbrev-ref HEAD)
55-
C=$(git rev-parse HEAD | sed 's/\(..........\).*/\1/')
56-
RDIR="$(date +%s):$(hostname):$B:$C"
57-
58-
# Upload the artifact!
59-
nightly-results publish --name "$RDIR" "$DIR"

0 commit comments

Comments
 (0)