pkgsite/devtools
Julie Qiu fced913ebf devtools/ci: run all tests in ci.sh
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>
2021-06-11 20:39:28 +00:00
..
ci devtools/ci: run all tests in ci.sh 2021-06-11 20:39:28 +00:00
cmd content,internal: update pages to use new base layout 2021-06-07 15:09:35 +00:00
create_local_db.sh
create_migration.sh
drop_test_dbs.sh devtools/drop_test_dbs.sh: continue on failure 2021-06-04 11:58:58 +00:00
lib.sh
migrate_db.sh
nodejs.sh devtools/ci: run all tests in ci.sh 2021-06-11 20:39:28 +00:00