File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
cmd/govulncheck/integration/kokoro Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Format: //devtools/kokoro/config/proto/build.proto
2
+
3
+ build_file: " vuln/cmd/govulncheck/integration/kokoro/gcp_ubuntu/integration.sh"
4
+
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # Copyright 2022 The Go Authors. All rights reserved.
3
+ # Use of this source code is governed by a BSD-style
4
+ # license that can be found in the LICENSE file.
5
+
6
+ # Run integration_test.sh on kokoro.
7
+
8
+ # Fail on any error.
9
+ set -e
10
+
11
+ # Code under repo is checked out to ${KOKORO_ARTIFACTS_DIR}/git.
12
+ # The main directory name in this path is determined by the scm name specified
13
+ # in the job configuration, which in this case is "vuln".
14
+ cd " ${KOKORO_ARTIFACTS_DIR} /git/vuln/cmd/govulncheck/integration"
15
+
16
+ # Run integration_test.sh
17
+ ./integration_test.sh
18
+
You can’t perform that action at this time.
0 commit comments