Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
[maintenance] Add android e2e tests to TC; roll back protobuf
Browse files Browse the repository at this point in the history
roll back protobuf to 3.25.3

add new e2e tests for Android and Android kotlin projects

update TC config version


Merge-request: BAZEL-MR-1001
Merged-by: Danil Tereshchenko <Danil.Tereshchenko@jetbrains.com>
  • Loading branch information
hb-man authored and qodana-bot committed Apr 8, 2024
1 parent 5667c5e commit 3f128ac
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import jetbrains.buildServer.configs.kotlin.v2019_2.triggers.vcs
import jetbrains.buildServer.configs.kotlin.v2019_2.Project


version = "2023.11"
version = "2024.03"

project(BazelBsp)

Expand All @@ -32,6 +32,8 @@ object BazelBsp : Project({
buildType(BazelBspLocalBazelJdkTest)
buildType(BazelBspRemoteBazelJdkTest)
buildType(ServerDownloadsBazeliskTest)
buildType(AndroidProjectTest)
buildType(AndroidKotlinProjectTest)
buildType(KotlinProjectTest)
buildType(RegularBenchmark)
}
Expand Down Expand Up @@ -66,6 +68,8 @@ object BazelBsp : Project({
RelativeId("E2eTestsE2eRemoteJdkTest"),
RelativeId("E2eTestsE2eServerDownloadsBazeliskTest"),
RelativeId("E2eTestsE2eKotlinProjectTest"),
RelativeId("E2eTestsE2eAndroidProjectTest"),
RelativeId("E2eTestsE2eAndroidKotlinProjectTest"),
RelativeId("Benchmark1001Targets"),
RelativeId("BazelBspResults")
)
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ maven.install(
"org.slf4j:slf4j-nop:1.7.36", # cannot be 2.0.0+ unless slf4j-api dependency in velocity-engine-core is 2.0.0+
"com.fasterxml.jackson.core:jackson-databind:2.17.0",
"com.fasterxml.jackson.module:jackson-module-kotlin:2.16.2",
"com.google.protobuf:protobuf-java:4.26.1",
"com.google.protobuf:protobuf-java:3.25.3",
"io.grpc:grpc-stub:1.63.0",
"io.grpc:grpc-protobuf:1.63.0",

Expand Down
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 1901928072,
"__RESOLVED_ARTIFACTS_HASH": 1592221676,
"__INPUT_ARTIFACTS_HASH": 1760165926,
"__RESOLVED_ARTIFACTS_HASH": -108836618,
"conflict_resolution": {
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.10.1",
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.23.0",
Expand Down Expand Up @@ -117,10 +117,10 @@
},
"com.google.protobuf:protobuf-java": {
"shasums": {
"jar": "091933e5870af810748326f7ace4a673aca721253177542842f044b546f14282",
"sources": "a7af45fee27cce2996790a10186fd743ae0fd31b18eba9bcd00deecbf906e445"
"jar": "e90d8ddb963b20a972a6a59b5093ade2b07cbe546cab3279aaf4383260385f58",
"sources": "1bc9c4b7f5f5a89781ba06ca23ac651b979c3bfd93b2d60d8156ec2389017392"
},
"version": "4.26.1"
"version": "3.25.3"
},
"com.google.truth:truth": {
"shasums": {
Expand Down

0 comments on commit 3f128ac

Please sign in to comment.