-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kokoro: Split the windows and linux configs
This is done so that we can build for both the subzero and llvm backends. Old configs remain where they are during a transition period. Bug: b/130343040 Change-Id: Icc9e1b92074ef90aacfd9e6d40b021d35f4d9ef3 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/28908 Tested-by: Ben Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: Nicolas Capens <nicolascapens@google.com>
- Loading branch information
1 parent
4e8044d
commit 13f2307
Showing
14 changed files
with
86 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# TODO(b/130343040): REMOVE THIS FILE. | ||
|
||
# Location of the continuous bash script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_ubuntu/continuous.sh" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# TODO(b/130343040): REMOVE THIS FILE. | ||
|
||
# Location of the continuous bash script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_ubuntu/continuous.sh" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# Location of the continuous bash script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_ubuntu/continuous.sh" | ||
|
||
env_vars { | ||
key: "REACTOR_BACKEND" | ||
value: "LLVM" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# Location of the continuous bash script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_ubuntu/continuous.sh" | ||
|
||
env_vars { | ||
key: "REACTOR_BACKEND" | ||
value: "LLVM" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# Location of the continuous bash script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_ubuntu/continuous.sh" | ||
|
||
env_vars { | ||
key: "REACTOR_BACKEND" | ||
value: "Subzero" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# Location of the continuous bash script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_ubuntu/continuous.sh" | ||
|
||
env_vars { | ||
key: "REACTOR_BACKEND" | ||
value: "Subzero" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# TODO(b/130343040): REMOVE THIS FILE. | ||
|
||
# Location of the continuous script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_windows/continuous.bat" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# TODO(b/130343040): REMOVE THIS FILE. | ||
|
||
# Location of the continuous script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_windows/continuous.bat" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# Location of the continuous script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_windows/continuous.bat" | ||
|
||
env_vars { | ||
key: "REACTOR_BACKEND" | ||
value: "LLVM" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# Location of the continuous script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_windows/continuous.bat" | ||
|
||
env_vars { | ||
key: "REACTOR_BACKEND" | ||
value: "LLVM" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# Location of the continuous script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_windows/continuous.bat" | ||
|
||
env_vars { | ||
key: "REACTOR_BACKEND" | ||
value: "Subzero" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# Location of the continuous script in Git. | ||
build_file: "SwiftShader/tests/kokoro/gcp_windows/continuous.bat" | ||
|
||
env_vars { | ||
key: "REACTOR_BACKEND" | ||
value: "Subzero" | ||
} |