Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google #7241

Open
wants to merge 1,675 commits into
base: master
Choose a base branch
from
Open

Google #7241

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1675 commits
Select commit Hold shift + click to select a range
48b26df
Remove dependency to java/com/google/devtools/intellij/g3plugins/serv…
Mar 1, 2024
40aed8f
Remove java/com/google/devtools/intellij/g3plugins/license for intell…
Mar 1, 2024
b6b7a29
Remove unnecesary repackage
Mar 1, 2024
6f4cd22
Do not use Google3 CitC file type enum
Mar 1, 2024
713de3b
Remove `bouncycastle` from `plugin_api` and the `plugin_api_for_tests`
Mar 1, 2024
9879f7f
Fix deadlock in `BuildTasksProblemsView`
Mar 2, 2024
3cdd783
Move `getSnapshotDiff()` operation to `CitcOperations`
Mar 2, 2024
51e7635
Remove proto target and obsolete jar
Mar 2, 2024
6bfd7c6
Restructure CitcC related targets and registration
Mar 2, 2024
2aabee4
Remove custom plugin and enable g3plugins
Mar 3, 2024
d326d34
Update intellij-ext citc operations implementation
Mar 4, 2024
8a1422c
Implement `GetSnapshotDiff` CitC operation in intellij-ext
Mar 4, 2024
204ebdc
Make intellij-ext build usable in google3
Mar 4, 2024
33dcf29
Implement `CitcOperations` via `intellij-ext` citc operations service
Mar 4, 2024
3283e9d
Add empty implementation of new artifact trackers.
Mar 5, 2024
28823de
Prevent the bazel plugin from being used for non-Android C++ developm…
Mar 5, 2024
b306992
Move `TargetTree` to the shared package.
Mar 5, 2024
08b7b3a
Add a proto string interner.
Mar 5, 2024
00a2dca
Add `DependencyBuildContext` and include it in `OutputInfo`.
Mar 5, 2024
3da0edd
Intern all strings in proto messages in the query summary.
Mar 5, 2024
6bdcf3c
Introduce `--portable_paths` to `RunCommand`
Mar 5, 2024
c3246cc
Intern label strings.
Mar 6, 2024
085e4cf
Make a test visible to test suites
Mar 6, 2024
c64c19a
Make `ProtoStringInterner` static.
Mar 6, 2024
41d78a5
Intern protos strings and derived paths stored in artifact tracker st…
Mar 6, 2024
11ce1f7
Add remote output service proto [
coeuvre Mar 6, 2024
df44e1c
Move tests that can't run in repo out of common test suites
Mar 6, 2024
a773081
Clean up linter test dependencies
Mar 6, 2024
409d1ba
Split depserver gogrpc and intellij-ext tests
Mar 6, 2024
a0f05de
Make BEP sources public, for users that put the bazel repository in t…
Mar 6, 2024
37ab944
Remove dependency on devtools.Blueprint protos for parsing blueprint …
Mar 6, 2024
09557d7
Final changes to be able to compile g3plugins in repo
Mar 7, 2024
021fc60
Automatic code cleanup.
Mar 7, 2024
06128a3
Add skeleton for "bazel dump --memory=".
Mar 7, 2024
8e9f9f8
Implement new artifact tracker.
Mar 7, 2024
9313142
Remove blaze_integration_tests from test suites running in repo
Mar 7, 2024
ce7759f
1. Extract ConfigurationForOutput, FragmentForOutput, and
Mar 7, 2024
59b0ea3
Fix failing CI
mai93 Mar 8, 2024
a97cc5e
Rollforward of https://github.com/bazelbuild/intellij/commit/eeb20cd4…
Mar 8, 2024
ad80bbe
Add a plugin to log refactorings for ML training.
Mar 8, 2024
fb3a20d
Support for `@@` syntax in label
mai93 Mar 8, 2024
524a0f5
Update excludes for Google3 to android repo copybara
Mar 8, 2024
dfff9ba
Add repo-only import for assertThat
Mar 9, 2024
ea8edb2
Fix IntellijExts package name
Mar 9, 2024
83ab551
Make sure test_validation builds its targets
Mar 9, 2024
042b17f
Copy ASwB tests to repo
Mar 9, 2024
90f69a3
Small performance improvement to `CppSupportChecker`.
Mar 11, 2024
9c4052d
Capture the selection and file content when the refactoring action wa…
Mar 11, 2024
e3b3fa3
Move Bazel action state updates to BGT.
Mar 11, 2024
6eba8b2
Automated rollback of commit ea8edb228a3a89203e4bbf76ca168638b2556af1.
Mar 11, 2024
12d756e
Update changelog for release v2024.03.12
Mar 12, 2024
9cd70a2
Report the start of action execution in BEP
mai93 Mar 13, 2024
de40e78
Add compiled artifact class jars to the project proto.
Mar 14, 2024
fe40bb9
Add dependency generated source jars to the project.
Mar 14, 2024
45360ae
Add checked-in source jars from dependencies to the project.
Mar 14, 2024
5e24640
Support for in-project generated srcjars.
Mar 14, 2024
e9504a7
Support for in-project generated sources.
Mar 14, 2024
59944f0
Change default value for android resource package
Mar 14, 2024
5ce8cd1
Fix bazel build error
Mar 14, 2024
7d61fa7
Move ReplaceActionHelper actions to OLD_EDT
Mar 14, 2024
14cfbf3
Remove the previous proto for piper and re-enable fixed test
Mar 15, 2024
00f5151
Changes for compatibility with IntelliJ 2024.1
Mar 17, 2024
3c343db
Remove the use of OCCommenter
Mar 17, 2024
e383458
Add an extension point to support providing `ProjectProtoTransform` i…
Mar 18, 2024
4cfab1b
Support external android resources with the new artifact logic.
Mar 18, 2024
54f81c0
Reinstate android res packages functionality with new artifact tracker.
Mar 18, 2024
57403b0
Move some classes between the `qsync` and `qsync.deps` packages.
Mar 18, 2024
4620108
Create a new class to store immutable artifact tracker state.
Mar 18, 2024
1617486
Require all `CppSupportChecker`s to allow cpp support.
Mar 18, 2024
65e7433
Fix backwards compatibility support for AndroidIdeInfo
Mar 18, 2024
8b23721
Replace OCCommenter with CLanguageCommenter implementation
Mar 19, 2024
ab8cb0f
Fix dependency source navigation with new artifact tracker.
Mar 19, 2024
85c2c1e
Automated rollback of commit 65e74336acd5b763f3eb53f481e9df864804dcfa.
Mar 19, 2024
53d1c7c
Allow non-empty package prefixes when appropriate.
Mar 19, 2024
2b48c2e
Add missing `kt_android_library`
mai93 Mar 19, 2024
94af216
Upgrade the version of AS 2023.2
mai93 Mar 19, 2024
e28f73e
Implement StartBuild [
coeuvre Mar 19, 2024
279baf3
Add CC information to the artifact tracker state.
Mar 20, 2024
148134f
Fix querysync deps tests. Also add them to the `test_suite` to ensure…
Mar 20, 2024
0c75f3e
Replace internal package
Mar 20, 2024
5367021
Rework CC logic for the new artifact tracker.
Mar 21, 2024
c01df10
Fix backwards compatibility support for AndroidIdeInfo
Mar 21, 2024
df0b368
Expose AndroidSdkInfo to bazel
Mar 21, 2024
0fe2517
Rationalize packaging of language specific dependency logic.
Mar 21, 2024
d3635dc
Unify handling of directories in the project artifact store.
Mar 21, 2024
487529b
Fail gracefully when inputs or outputs are lost and rewinding is disa…
Mar 21, 2024
b329ec1
Fix path in test
Mar 25, 2024
0d214db
Fix CI
mai93 Mar 25, 2024
cf625c5
Upgrade Beta and Stable channels
Mar 26, 2024
7f32fc1
Upgrade `rules_scala`
mai93 Mar 26, 2024
957b04d
Set bazel version for bazel project
Mar 26, 2024
b22d4d3
Update changelog for release v2024.03.26
Mar 27, 2024
458bff4
Implement cleaning in `BuildArtifactCache`.
Mar 28, 2024
3d8efcf
Expose login libraries from Android Studio
Mar 28, 2024
f0b42d7
Fix thread leaks in intellij-ext service
Mar 28, 2024
71cda67
Adjust transformations for ext/proto package
mai93 Mar 29, 2024
3af3f13
Check directory existence when creating query sync aspect file
Apr 1, 2024
654d988
cquery --output=proto: include more dependencies in `configured_rule_…
Apr 2, 2024
7ca8a32
Create only parent directories of the aspect file if missing
Apr 2, 2024
6b8ec87
skyfocus: handle configuration changes and refactor SkyfocusModule st…
jin Apr 3, 2024
ebdb6ff
Add missing PerforceStatus to Piper API response objects
Apr 3, 2024
aba54b3
Add the remaining piper api methods to the intellij-ext service proto
Apr 3, 2024
fb66536
provide use_query_sync session in project view
Apr 3, 2024
be36fd8
Internal cleanup
mai93 Apr 8, 2024
360838b
Avoid overspecified test of getBuiltInIncludeDirectoryList().
Apr 9, 2024
4e4b0ba
Update changelog for release v2024.04.09.
Apr 9, 2024
096ed96
Automatic code cleanup.
Apr 9, 2024
aa09281
Expose build event stream and starlark debugging protos [
cameron-martin Apr 11, 2024
9c5d724
Also log citc snapshot and selection when the refactoring handler is …
Apr 12, 2024
aed9b76
Automatic code cleanup.
Apr 12, 2024
f273278
Automatic code cleanup.
Apr 16, 2024
da4f046
Move stardoc_output_proto and friends to Bazel's src/main/protobuf
Apr 17, 2024
04f332e
Implement SyncFiles method of Piper API in intellij-ext
Apr 18, 2024
d780ebb
Report Skyframe statistics on the BEP.
Apr 22, 2024
da65176
Internal change.
ajsinclair Apr 22, 2024
ee1be83
Fix Intellij aspect integration tests setup
Apr 23, 2024
702227e
Support Bazel rules_kotlin's toolchain without legacy providers
Apr 23, 2024
cbf2a89
[
Apr 24, 2024
0942150
Fix `@rules_java` `load()` statement in bundled bzl file
Apr 24, 2024
bfd2502
Update changelog for release v2024.04.23.
Apr 25, 2024
754499c
Add default condition to channel select
Apr 29, 2024
4dc03cb
Deprecate unused return_default_workspace_if_missing.
Apr 29, 2024
9ae46dc
Add metrics to BEP messages which mirrors the output of the `dump --r…
Apr 30, 2024
3a99ffd
Treat an IOException while logging a spawn as an error instead of a w…
tjgq May 6, 2024
01caae9
Update changelog for release v2024.05.07.
May 7, 2024
8b56f51
Do not delay `TargetCompleteEvents` with coverage [
fmeum May 7, 2024
1bf174a
Enclosing the aspect directory path in double quotation marks
mai93 May 8, 2024
90eefc6
Add start time to execlog `Spawn` [
fmeum May 13, 2024
41e441a
Migrate to an incremental format for `MODULE.bazel.lock` [
fmeum May 13, 2024
ac8b04e
Remove newly added 'sky_function' reporting in BEP BuildGraphMetrics …
May 15, 2024
6e74897
Consolidate starlark_doc_extract's libraries into a logical location
May 17, 2024
df768bf
Rename stardoc_output_java_proto's generated java package to com.goog…
May 19, 2024
0336ef9
Basic strategy-policy implementation
May 21, 2024
3971a35
Update changelog for release v2024.05.21.
May 22, 2024
f3cb334
Modify `//aspect:create_intellij_info_impl_bundle` to build on mac
mai93 May 22, 2024
85a253d
Automated rollback of commit 1bf174ad8e5536e312e200f1fdb7bf30fd223a85.
mai93 May 24, 2024
419737a
Fix needed java version flags for ASwB builds
mai93 May 29, 2024
c77684f
Emit function param's role in starlark_doc_extract proto output
May 29, 2024
38350a8
Add `ExtendableBazelProjectCreator` class
mai93 May 30, 2024
97798f6
Modify `BlazeVcsHandlerProvider$handlesProject`
mai93 May 30, 2024
8391eac
De-virtualize path strings in the `ConvenienceSymlinksIdentified` BEP…
May 31, 2024
911cfff
Add ij-ext implementation of LE3 logs writer.
Jun 3, 2024
e1421d0
Implement working set derivation from PROJECT.scl.
jin Jun 4, 2024
1868dc4
Update changelog for 2024.06.04
Jun 5, 2024
6c34ae5
Internal change
mai93 Jun 12, 2024
c3a0c38
Add a utility method for getting a singleton package path.
Jun 13, 2024
731f567
Add missing category submessage.
Jun 17, 2024
63925ca
Update changelog for release v2024.06.18.
Jun 19, 2024
ccc399b
Fix Le3LogWriter
Jun 27, 2024
c330543
Update changelog for release v2024.07.02.
Jul 3, 2024
05fc34f
Clarify the role of the WorkResponse.output field.
tjgq Jul 4, 2024
6ab5064
Skyfocus: only allow commands that execute actions to run on a focuse…
jin Jul 5, 2024
096186d
Add conversions for more payload types in Logentry
Jul 8, 2024
aee0a55
Remove intellij-ext support from IntelliJ
mai93 Jul 9, 2024
782881c
Move intellij-ext proto
mai93 Jul 10, 2024
be87ad2
Remove `IntelliJExt` java classes reference from the blaze-base.xml i…
mai93 Jul 12, 2024
881f3d7
Update changelog for release v2024.07.16.
Jul 17, 2024
da8d341
Internal change.
Jul 18, 2024
5956e4d
[
Jul 18, 2024
f21b2f2
Migrate from legacy providers and introduce `IntelliJInfo` provider
mai93 Jul 19, 2024
64b98e9
Update changelog for release v2024.07.30.
Jul 30, 2024
d594f0a
Preserve order between stdout and stderr in BES on a best-effort basis [
fmeum Jul 30, 2024
bbdfd11
Add number of registered / created actions to `buildMetrics` in the BEP.
Aug 7, 2024
cc1b8eb
Automatic code cleanup.
kluever Aug 7, 2024
7f5fe40
Automatic code cleanup.
Aug 9, 2024
21a11e0
Clean up terminology and make a couple of minor clarifications to the…
tjgq Aug 12, 2024
b4ba49e
Adds serialization profiling to blaze dump.
Aug 12, 2024
c555e64
Update changelog for release v2024.08.13.
Aug 13, 2024
6ef9672
Improve user-visible error message when an IOException occurs while c…
tjgq Aug 21, 2024
26621d5
Represent symlink actions in the compact execution log [
fmeum Aug 22, 2024
d243db6
Clarify the naming of the Kotlin linux+k8 toolchain
nreid260 Aug 23, 2024
5ea0680
Mark remote cache errors as retriable by expanding `--incompatible_re…
criemen Aug 26, 2024
ff1f674
Users may request output groups' files be inlined in `TargetComplete`…
Aug 26, 2024
1078b32
Update changelog for release v2024.08.27.
Aug 27, 2024
5106c93
Collect evaluated skyframe nodes during the invocation to `BuildMetri…
Aug 29, 2024
a75b869
LSC: Add `load()` statements for the builtin java rules
Sep 3, 2024
1549102
Explicitly enable workspace mode as it will be disabled by default in…
mai93 Sep 3, 2024
512e3b3
Report prunable inputs in `aquery` output.
tjgq Sep 4, 2024
9ec5cf7
Move `FrontierSerializer` and tests from `build/lib/runtime/commands`…
jin Sep 5, 2024
c8d1a6e
Upgrade `rules_android` version used in test projects
mai93 Sep 5, 2024
3af3e15
Make `FrontierSerializer` reuse the `PROJECT.scl` evaluated during lo…
jin Sep 6, 2024
e7712a6
Update ASwB Stable channel from Iguana to Jellyfish.
Sep 10, 2024
1114bcc
Fix NoneType error when building deps.
Sep 11, 2024
e9226a2
Fetch aidl_lib from android_library rather than android_sdk.
timpeut Sep 12, 2024
3b700ea
Allow API docs for non-Starlark-defined attributes to be (optionally)…
Sep 16, 2024
10dc5bd
Internal change.
ahumesky Sep 17, 2024
2875224
Optimize representation of runfiles in compact execution log [
fmeum Sep 20, 2024
4f5c27c
Update `rules_android` to fix failures with bazel @ head
mai93 Sep 20, 2024
d104f10
Fix naming inconsistency in `spawn.proto` [
fmeum Sep 23, 2024
ce395d2
Automatic code cleanup.
Sep 24, 2024
e34272f
Automatic code cleanup.
Sep 24, 2024
e5124db
Setup BUILD for a no-op output service server.
Sep 24, 2024
eec5f67
Automatic code cleanup.
Sep 24, 2024
c645152
Automatic code cleanup.
Sep 25, 2024
9d0bf33
Automatic code cleanup.
Sep 25, 2024
1dfc67a
Automatic code cleanup.
Sep 25, 2024
4ca9414
Register the extension `BazelApplicationProjectContextProvider`
mai93 Sep 28, 2024
30cabb0
Add rule class definitions to query proto output
Sep 30, 2024
9edd98b
Keep runfiles tree IDs in memory for tools and multiple test attempts [
fmeum Oct 1, 2024
9e3f398
Define an efficient schema for file invalidation data.
Oct 1, 2024
19aa952
Upgrade everything! [
Wyverald Oct 1, 2024
b220447
Rename com_google_protobuf to protobuf
Oct 2, 2024
5288ffa
Add dependency on `protobuf` to fix build failure after https://githu…
mai93 Oct 2, 2024
65c4b02
Change rules_proto loads to protobuf
Oct 3, 2024
ffe44b6
Replace lang_proto_libraries with loads from protobuf
Oct 3, 2024
8ad2c99
Fix query-sync for bazel projects
mai93 Oct 3, 2024
95ee482
Do no crash if a requested resource is not available [
AlessandroPatti Oct 4, 2024
0938223
Remove miscellaneous Android items from `@bazel_tools`.
ahumesky Oct 4, 2024
1f907ad
Allow all characters in runfile source and target paths [
fmeum Oct 7, 2024
f5f6a7a
Add FileDependencySerializer.
Oct 9, 2024
7a6207c
BEGIN_PUBLIC
ahumesky Oct 9, 2024
562b076
Drop FileInvalidationData.type.
Oct 10, 2024
ac8d6be
Automatic code cleanup.
Oct 11, 2024
bb5eda7
Upgrade rules_android to fix CI
mai93 Oct 15, 2024
c14afe0
Automatic code cleanup.
Oct 16, 2024
0b5f8d9
Reimplement --quiet using a field in the command server proto.
Oct 22, 2024
4ff0f69
Reporting skipped test cases [
linzhp Oct 22, 2024
ce50922
Use `--noincompatible_disallow_empty_glob`
mai93 Oct 28, 2024
9911b45
Add `HOME` TO `PathToReplace#Type` enumeration
Oct 29, 2024
15a700f
Automatic code cleanup.
Nov 4, 2024
7e7f940
Use aspect to toolchain propagation to collect information of Cc and …
mai93 Nov 5, 2024
c4431be
Fix flag name referenced in `build_event_stream.proto`.
Nov 5, 2024
d462c33
Remove tests failing at HEAD that run on TAP
Nov 5, 2024
be5aa2e
Fix CI failures
mai93 Nov 6, 2024
2e5b922
Stop tests failing at head from running on TAP
Nov 6, 2024
5b9edbf
Remove kotlin toolchain as dep for android kotlin rules
Nov 6, 2024
f83f2c9
Add support for `--keep_going` to `bazel mod` [
fmeum Nov 8, 2024
eaa1462
Use aspect to toolchain propagation to collect information of Cc and …
mai93 Nov 8, 2024
1c97a14
Add BUILD_ID and BUILD_EXECROOT to the environment of commands execut…
Nov 11, 2024
c47c843
Use `java_proto_library` from `@proto` to match the `proto_library` f…
ahumesky Nov 12, 2024
ebced66
Make Bazel not crash if a runfiles tree is in a runfiles tree.
Nov 18, 2024
f516587
Add explicit `load` statements for the java rules
Nov 19, 2024
6201727
Revert @protobuf back to @com_google_protobuf in main repo
Nov 20, 2024
c28d2c8
Automatic code cleanup.
Nov 26, 2024
ff36e0e
Simplify java runfiles library usage in tests
Nov 27, 2024
8778ce0
Remove PathsToReplace.EXEC_ROOT
Nov 27, 2024
2b9a1c6
Update symbolic macro stardoc protos for visibility, finalizers, and …
Nov 27, 2024
656b05a
Fix `WORKSPACE` setup for Bazel 8 / Bazel@HEAD
Nov 28, 2024
4602f76
[
Nov 28, 2024
54de94b
Fix `WORKSPACE` setup for Bazel 8 / Bazel@HEAD
Dec 2, 2024
1f32d72
Take a shared lock on the install base from the server side.
tjgq Dec 9, 2024
9af7ddf
Make Bazel not crash with an absolute path in .bazelignore.
Dec 10, 2024
3f32826
Update testing platform for ubuntu (#6806) (#7176)
hvadehra Dec 16, 2024
8f81f94
Update `WORKSPACE` deps for Bazel 8
Dec 17, 2024
bac0dc9
Make `InstrumentationOutput` framework support relative to `TEMP_LOGG…
Dec 27, 2024
c86c49d
Remove action_metadata_logs from BES
Jan 3, 2025
cc2d0d1
Google internal change
SergejSalnikov Jan 6, 2025
755cc8c
Include invocation ID in compact execution log [
fmeum Jan 13, 2025
1f1997b
[
Jan 16, 2025
0cbce83
Writes file dependency data when uploading analysis objects.
Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 14 additions & 19 deletions .bazelci/android-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tasks:
Android-Studio-internal-stable:
name: Android Studio Internal Stable
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-latest
build_targets:
Expand All @@ -14,7 +14,7 @@ tasks:
- //:aswb_tests
Android-Studio-internal-beta:
name: Android Studio Internal Beta
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-beta
build_targets:
Expand All @@ -26,7 +26,7 @@ tasks:
- //:aswb_tests
Android-Studio-internal-canary:
name: Android Studio Internal Canary
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-canary
build_targets:
Expand All @@ -36,35 +36,33 @@ tasks:
- --test_output=errors
test_targets:
- //:aswb_tests
soft_fail:
- exit_status: 1
Android-Studio-OSS-stable:
name: Android Studio OSS Stable
platform: ubuntu1804
Android-Studio-OSS-oldest-stable:
name: Android Studio OSS Oldest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-oss-stable
- --define=ij_product=android-studio-oss-oldest-stable
build_targets:
- //aswb/...
test_flags:
- --define=ij_product=android-studio-oss-stable
- --define=ij_product=android-studio-oss-oldest-stable
- --test_output=errors
test_targets:
- //:aswb_tests
Android-Studio-OSS-beta:
name: Android Studio OSS Beta
platform: ubuntu1804
Android-Studio-OSS-latest-stable:
name: Android Studio OSS Latest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-oss-beta
- --define=ij_product=android-studio-oss-latest-stable
build_targets:
- //aswb/...
test_flags:
- --define=ij_product=android-studio-oss-beta
- --define=ij_product=android-studio-oss-latest-stable
- --test_output=errors
test_targets:
- //:aswb_tests
Android-Studio-OSS-under-dev:
name: Android Studio OSS Under Development
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=android-studio-oss-under-dev
build_targets:
Expand All @@ -74,6 +72,3 @@ tasks:
- --test_output=errors
test_targets:
- //:aswb_tests
soft_fail:
- exit_status: 1

34 changes: 20 additions & 14 deletions .bazelci/aspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tasks:
Aspect-internal-stable:
name: Aspect Tests for IJ Internal Stable
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-latest
build_targets:
Expand All @@ -13,9 +13,10 @@ tasks:
- --notrim_test_configuration
test_targets:
- //aspect/testing/...
skip_use_bazel_version_for_test: true
Aspect-internal-beta:
name: Aspect Tests for IJ Internal Beta
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-beta
build_targets:
Expand All @@ -26,9 +27,10 @@ tasks:
- --notrim_test_configuration
test_targets:
- //aspect/testing/...
skip_use_bazel_version_for_test: true
Aspect-internal-under-dev:
name: Aspect Tests for IJ Internal Under Development
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-under-dev
build_targets:
Expand All @@ -41,35 +43,38 @@ tasks:
- //aspect/testing/...
soft_fail:
- exit_status: 1
Aspect-oss-stable:
name: Aspect Tests for IJ OSS Stable
platform: ubuntu1804
skip_use_bazel_version_for_test: true
Aspect-oss-oldest-stable:
name: Aspect Tests for IJ OSS Oldest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-oss-stable
- --define=ij_product=intellij-oss-oldest-stable
build_targets:
- //aspect:aspect_files
test_flags:
- --define=ij_product=intellij-oss-stable
- --define=ij_product=intellij-oss-oldest-stable
- --test_output=errors
- --notrim_test_configuration
test_targets:
- //aspect/testing/...
Aspect-oss-beta:
name: Aspect Tests for IJ OSS Beta
platform: ubuntu1804
skip_use_bazel_version_for_test: true
Aspect-oss-latest-stable:
name: Aspect Tests for IJ OSS Latest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-oss-beta
- --define=ij_product=intellij-oss-latest-stable
build_targets:
- //aspect:aspect_files
test_flags:
- --define=ij_product=intellij-oss-beta
- --define=ij_product=intellij-oss-latest-stable
- --test_output=errors
- --notrim_test_configuration
test_targets:
- //aspect/testing/...
skip_use_bazel_version_for_test: true
Aspect-oss-under-dev:
name: Aspect Tests for IJ OSS Under Development
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-oss-under-dev
build_targets:
Expand All @@ -82,3 +87,4 @@ tasks:
- //aspect/testing/...
soft_fail:
- exit_status: 1
skip_use_bazel_version_for_test: true
28 changes: 14 additions & 14 deletions .bazelci/clion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tasks:
CLion-internal-stable:
name: CLion Internal Stable
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=clion-latest
build_targets:
Expand All @@ -14,7 +14,7 @@ tasks:
- //:clwb_tests
CLion-internal-beta:
name: CLion Internal Beta
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=clion-beta
build_targets:
Expand All @@ -26,7 +26,7 @@ tasks:
- //:clwb_tests
CLion-internal-under-dev:
name: CLion Internal Under Development
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=clion-under-dev
build_targets:
Expand All @@ -38,33 +38,33 @@ tasks:
- //:clwb_tests
soft_fail:
- exit_status: 1
CLion-OSS-stable:
name: CLion OSS Stable
platform: ubuntu1804
CLion-OSS-oldest-stable:
name: CLion OSS Oldest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=clion-oss-stable
- --define=ij_product=clion-oss-oldest-stable
build_targets:
- //clwb/...
test_flags:
- --define=ij_product=clion-oss-stable
- --define=ij_product=clion-oss-oldest-stable
- --test_output=errors
test_targets:
- //:clwb_tests
CLion-OSS-beta:
name: CLion OSS Beta
platform: ubuntu1804
CLion-OSS-latest-stable:
name: CLion OSS Latest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=clion-oss-beta
- --define=ij_product=clion-oss-latest-stable
build_targets:
- //clwb/...
test_flags:
- --define=ij_product=clion-oss-beta
- --define=ij_product=clion-oss-latest-stable
- --test_output=errors
test_targets:
- //:clwb_tests
CLion-OSS-under-dev:
name: CLion OSS Under Development
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=clion-oss-under-dev
build_targets:
Expand Down
29 changes: 14 additions & 15 deletions .bazelci/intellij-ue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tasks:
IntelliJ-UE-internal-stable:
name: IntelliJ UE Internal Stable
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-ue-latest
build_targets:
Expand All @@ -14,7 +14,7 @@ tasks:
- //:ijwb_ue_tests
IntelliJ-UE-internal-beta:
name: IntelliJ UE Internal Beta
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-ue-beta
build_targets:
Expand All @@ -26,7 +26,7 @@ tasks:
- //:ijwb_ue_tests
IntelliJ-UE-internal-under-dev:
name: IntelliJ UE Internal Under Development
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-ue-under-dev
build_targets:
Expand All @@ -38,33 +38,33 @@ tasks:
- //:ijwb_ue_tests
soft_fail:
- exit_status: 1
IntelliJ-UE-OSS-stable:
name: IntelliJ UE OSS Stable
platform: ubuntu1804
IntelliJ-UE-OSS-oldest-stable:
name: IntelliJ UE OSS Oldest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-ue-oss-stable
- --define=ij_product=intellij-ue-oss-oldest-stable
build_targets:
- //ijwb/...
test_flags:
- --define=ij_product=intellij-ue-oss-stable
- --define=ij_product=intellij-ue-oss-oldest-stable
- --test_output=errors
test_targets:
- //:ijwb_ue_tests
IntelliJ-UE-OSS-beta:
name: IntelliJ UE OSS Beta
platform: ubuntu1804
IntelliJ-UE-OSS-latest-stable:
name: IntelliJ UE OSS Latest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-ue-oss-beta
- --define=ij_product=intellij-ue-oss-latest-stable
build_targets:
- //ijwb/...
test_flags:
- --define=ij_product=intellij-ue-oss-beta
- --define=ij_product=intellij-ue-oss-latest-stable
- --test_output=errors
test_targets:
- //:ijwb_ue_tests
IntelliJ-UE-OSS-under-dev:
name: IntelliJ UE OSS Under Development
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-ue-oss-under-dev
build_targets:
Expand All @@ -76,4 +76,3 @@ tasks:
- //:ijwb_ue_tests
soft_fail:
- exit_status: 1

29 changes: 14 additions & 15 deletions .bazelci/intellij.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tasks:
IntelliJ-CE-internal-stable:
name: IntelliJ CE Internal Stable
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-latest
build_targets:
Expand All @@ -14,7 +14,7 @@ tasks:
- //:ijwb_ce_tests
IntelliJ-CE-internal-beta:
name: IntelliJ CE Internal Beta
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-beta
build_targets:
Expand All @@ -26,7 +26,7 @@ tasks:
- //:ijwb_ce_tests
IntelliJ-CE-internal-under-dev:
name: IntelliJ CE Internal Under Development
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-under-dev
build_targets:
Expand All @@ -38,33 +38,33 @@ tasks:
- //:ijwb_ce_tests
soft_fail:
- exit_status: 1
IntelliJ-CE-OSS-stable:
name: IntelliJ CE OSS Stable
platform: ubuntu1804
IntelliJ-CE-OSS-oldest-stable:
name: IntelliJ CE OSS Oldest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-oss-stable
- --define=ij_product=intellij-oss-oldest-stable
build_targets:
- //ijwb/...
test_flags:
- --define=ij_product=intellij-oss-stable
- --define=ij_product=intellij-oss-oldest-stable
- --test_output=errors
test_targets:
- //:ijwb_ce_tests
IntelliJ-CE-OSS-beta:
name: IntelliJ CE OSS Beta
platform: ubuntu1804
IntelliJ-CE-OSS-latest-stable:
name: IntelliJ CE OSS Latest Stable
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-oss-beta
- --define=ij_product=intellij-oss-latest-stable
build_targets:
- //ijwb/...
test_flags:
- --define=ij_product=intellij-oss-beta
- --define=ij_product=intellij-oss-latest-stable
- --test_output=errors
test_targets:
- //:ijwb_ce_tests
IntelliJ-CE-OSS-under-dev:
name: IntelliJ CE OSS Under Development
platform: ubuntu1804
platform: ubuntu2204
build_flags:
- --define=ij_product=intellij-oss-under-dev
build_targets:
Expand All @@ -76,4 +76,3 @@ tasks:
- //:ijwb_ce_tests
soft_fail:
- exit_status: 1

Loading
Loading