summaryrefslogtreecommitdiff
path: root/source/build_complete.sh
blob: f995e63fee3b54abbfb4de46cf636c15580cfed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# this will run once ybd has finished a build
set -e
SYSTEM=$1
BUILDSLAVE_SCRIPTS_SHA=$2
DEFINITIONS_SHA=$3
TESTING_SHA=$4

category=postbuild

IP=127.0.0.1
port=9999
user=orchestration
passwd=orchestration

../orchenv-master/bin/buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "system":"$SYSTEM" -p "buildslave_scripts_sha":"$BUILDSLAVE_SCRIPTS_SHA" -p "definitions_sha":"$DEFINITIONS_SHA" -p "testing_sha":"$TESTING_SHA"