diff options
| author | Jamal Carvalho <jamal@golang.org> | 2023-08-31 17:58:34 +0000 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2023-10-09 17:28:22 +0000 |
| commit | 5f0513d53cff8382238b5f8c78e8317d2b4ad06d (patch) | |
| tree | 7420f1f5aeea9a479ecbe3b178f5e77b3b43ab7a /devtools | |
| parent | 27604b33ae5db650853decd9c441f329b6f7ff83 (diff) | |
| download | go-x-pkgsite-5f0513d53cff8382238b5f8c78e8317d2b4ad06d.tar.xz | |
devtools/ci: reenable the screentests
The screentests were temporarily disabled to speed up the
GAR4 review process. That work is coming to a close so
we can turn them back on.
Change-Id: I424e97c1ce17250460fcc611ff4853f611684ff8
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/524796
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
Diffstat (limited to 'devtools')
| -rwxr-xr-x | devtools/ci/ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/ci/ci.sh b/devtools/ci/ci.sh index d323b8d7..5169af28 100755 --- a/devtools/ci/ci.sh +++ b/devtools/ci/ci.sh @@ -102,8 +102,8 @@ print_duration_and_reset echo "----------------------------------------" echo "Running screentest" echo "----------------------------------------" -# ./tests/screentest/run.sh --rm --seeddb ci --concurrency 1 -# print_duration_and_reset +./tests/screentest/run.sh --rm --seeddb ci --concurrency 1 +print_duration_and_reset echo "----------------------------------------" echo "Running search tests" |
