Skip to content

Commit

Permalink
Testing: Make release builds use go_test.sh (#1172)
Browse files Browse the repository at this point in the history
* Testing: Make release builds use `go_test.sh`

This is to fix last night's failures, which were due to the release builds using the new script `go_test_for_containers.sh` with the old non-docker-based pool.

* also use old script for 3p tests
  • Loading branch information
martijnvans authored Mar 24, 2023
1 parent 395d5b1 commit 5f7c535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kokoro/config/test/ops_agent/release/common.gcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import '../common.gcl' as common

template config ops_agent_test = common.ops_agent_test {
params {
// TODO(subbarker): Migrate this to use go_test_for_containers.sh.
build_file = 'unified_agents/kokoro/scripts/test/go_test.sh'

environment {
// The release builds run as a different service account.
TRANSFERS_BUCKET = 'stackdriver-test-143416-file-transfers'
Expand Down
3 changes: 3 additions & 0 deletions kokoro/config/test/third_party_apps/release/common.gcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import '../common.gcl' as common

template config third_party_apps_test = common.third_party_apps_test {
params {
// TODO(subbarker): Migrate this to use go_test_for_containers.sh.
build_file = 'unified_agents/kokoro/scripts/test/go_test.sh'

environment {
// Disable -test.short mode when testing nightly releases.
SHORT = null
Expand Down

0 comments on commit 5f7c535

Please sign in to comment.