зеркало из https://github.com/golang/pkgsite.git
fced913ebf
The internal kokoro build.sh currently runs the following: devtools/ci/ci.sh devtools/ci/nodejs.sh npm install --quiet devtools/ci/nodejs.sh npm run lint devtools/ci/nodejs.sh npm run test devtools/ci/e2e.sh Rather than having multiple files referenced in the internal kokoro file, moving these tests to ci.sh. That way it is more opaque what we are running in CI, and easier to add/remove files and comment out lines for testing. devtools/ci/nodejs.sh will be deleted in a future CL once it has been removed from the internal build.sh. Change-Id: I397a5d5cd2efb59da7a771617330f70b980911b0 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/326970 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> |
||
---|---|---|
.. | ||
ci | ||
cmd | ||
create_local_db.sh | ||
create_migration.sh | ||
drop_test_dbs.sh | ||
lib.sh | ||
migrate_db.sh | ||
nodejs.sh |