Skip to content

Commit a65607a

Browse files
use symlinks for windows tests (#2519)
1 parent d130eee commit a65607a

329 files changed

Lines changed: 1646 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.kokoro/continuous/asset-linux.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ env_vars: {
1616
key: "TRAMPOLINE_BUILD_FILE"
1717
value: "github/google-cloud-ruby/.kokoro/build.sh"
1818
}
19+
20+
env_vars: {
21+
key: "OS"
22+
value: "linux"
23+
}

.kokoro/continuous/asset-osx.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ env_vars: {
66
value: "google-cloud-asset"
77
}
88

9+
env_vars: {
10+
key: "OS"
11+
value: "osx"
12+
}
13+
914
build_file: "google-cloud-ruby/.kokoro/osx.sh"

.kokoro/continuous/asset-windows.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ env_vars: {
66
value: "google-cloud-asset"
77
}
88

9+
env_vars: {
10+
key: "OS"
11+
value: "windows"
12+
}
13+
914
build_file: "google-cloud-ruby/.kokoro/build.bat"

.kokoro/continuous/bigquery-data_transfer-linux.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ env_vars: {
1616
key: "TRAMPOLINE_BUILD_FILE"
1717
value: "github/google-cloud-ruby/.kokoro/build.sh"
1818
}
19+
20+
env_vars: {
21+
key: "OS"
22+
value: "linux"
23+
}

.kokoro/continuous/bigquery-data_transfer-osx.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ env_vars: {
66
value: "google-cloud-bigquery-data_transfer"
77
}
88

9+
env_vars: {
10+
key: "OS"
11+
value: "osx"
12+
}
13+
914
build_file: "google-cloud-ruby/.kokoro/osx.sh"

.kokoro/continuous/bigquery-data_transfer-windows.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ env_vars: {
66
value: "google-cloud-bigquery-data_transfer"
77
}
88

9+
env_vars: {
10+
key: "OS"
11+
value: "windows"
12+
}
13+
914
build_file: "google-cloud-ruby/.kokoro/build.bat"

.kokoro/continuous/bigquery-linux.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ env_vars: {
1616
key: "TRAMPOLINE_BUILD_FILE"
1717
value: "github/google-cloud-ruby/.kokoro/build.sh"
1818
}
19+
20+
env_vars: {
21+
key: "OS"
22+
value: "linux"
23+
}

.kokoro/continuous/bigquery-osx.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ env_vars: {
66
value: "google-cloud-bigquery"
77
}
88

9+
env_vars: {
10+
key: "OS"
11+
value: "osx"
12+
}
13+
914
build_file: "google-cloud-ruby/.kokoro/osx.sh"

.kokoro/continuous/bigquery-windows.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ env_vars: {
66
value: "google-cloud-bigquery"
77
}
88

9+
env_vars: {
10+
key: "OS"
11+
value: "windows"
12+
}
13+
914
build_file: "google-cloud-ruby/.kokoro/build.bat"

.kokoro/continuous/bigtable-linux.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ env_vars: {
1616
key: "TRAMPOLINE_BUILD_FILE"
1717
value: "github/google-cloud-ruby/.kokoro/build.sh"
1818
}
19+
20+
env_vars: {
21+
key: "OS"
22+
value: "linux"
23+
}

0 commit comments

Comments
 (0)