Skip to content

Instantly share code, notes, and snippets.

@OpenConfigBot
Created May 18, 2018 01:16
Show Gist options
  • Save OpenConfigBot/139f5263ec20957124c7d05edc2c79ff to your computer and use it in GitHub Desktop.
Save OpenConfigBot/139f5263ec20957124c7d05edc2c79ff to your computer and use it in GitHub Desktop.
OpenConfig CI Test Run Output: f314dfa0-5a38-11e8-8f31-759a6fbd536a
rm /tmp/lint.out; rm /tmp/go-tests.out; rm -rf /mnt/pd1/home/ghci/models-ci/models
git clone https://c2c9ef4849fc476b97c4a596f047c6913206a2c8@github.com/openconfig/models.git 2>&1 >/dev/null
Cloning into 'models'...
cd /mnt/pd1/home/ghci/models-ci/models
/mnt/pd1/home/ghci/models-ci/linter/test.sh temperature-float-573 | /mnt/pd1/home/ghci/models-ci/linter/lint_to_md.py -m html -f /tmp/lint.out
/mnt/pd1/home/ghci/models-ci/bin/checkout_branch.sh temperature-float-573
Switched to branch 'temperature-float-573'
Your branch is up-to-date with 'origin/temperature-float-573'.
cd gotests/regexp && make all 2>&1 >> /tmp/go-tests.out
/mnt/pd1/home/ghci/models-ci/bin/checkout_branch.sh master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
@OpenConfigBot
Copy link
Author

✅ Go Tests

make[1]: Entering directory `/mnt/pd1/home/ghci/models-ci/gotests/regexp'
PATH=/home/ghci/bin:/usr/local/bin:/usr/bin:/bin GOPATH=/mnt/pd1/home/ghci/models-ci/gotests/regexp/../../go /usr/local/go/bin/go get github.com/openconfig/goyang
GOPATH=/mnt/pd1/home/ghci/models-ci/gotests/regexp/../../go /usr/local/go/bin/go test --ocdir=/mnt/pd1/home/ghci/models-ci/gotests/regexp/../../models/yang
PASS
ok  	_/mnt/pd1/home/ghci/models-ci/gotests/regexp	0.170s
make[1]: Leaving directory `/mnt/pd1/home/ghci/models-ci/gotests/regexp'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment