Skip to content

[rb] Use rbs trace #15686

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

Open
wants to merge 32 commits into
base: trunk
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8c317d8
[build] allow tests tagged exclusive-if-local to run on rbe
titusfortner Mar 22, 2025
bb29c66
merge trunk
aguspe Apr 2, 2025
5b6a0ce
Merge branch 'trunk' of github.com:aguspe/selenium into trunk
aguspe Apr 22, 2025
c9cb77c
Merge branch 'trunk' of github.com:aguspe/selenium into trunk
aguspe Apr 30, 2025
db643da
Implement RBS trace
aguspe Apr 30, 2025
289760c
Add RBS comments
aguspe May 2, 2025
5fe85cd
change platforms for rbs trace
aguspe May 2, 2025
3517eb6
Merge branch 'trunk' into use_rbs_trace
aguspe May 2, 2025
481434f
Fix trace load issue
aguspe May 5, 2025
3dd7632
Merge remote-tracking branch 'origin/use_rbs_trace' into use_rbs_trace
aguspe May 5, 2025
9d6dfd9
Merge branch 'trunk' into use_rbs_trace
aguspe May 5, 2025
68c1e73
remove trace from CI
aguspe May 5, 2025
c492ae7
Merge branch 'trunk' into use_rbs_trace
aguspe May 7, 2025
52bec69
Merge branch 'trunk' into use_rbs_trace
aguspe May 7, 2025
1ba4b0f
Merge branch 'trunk' into use_rbs_trace
aguspe May 11, 2025
cec3855
Try to use ci? method
aguspe May 12, 2025
7703edc
Merge remote-tracking branch 'origin/use_rbs_trace' into use_rbs_trace
aguspe May 12, 2025
5c7450b
Quit the driver after the trace setup
aguspe May 12, 2025
4f36c14
Merge branch 'trunk' into use_rbs_trace
aguspe May 12, 2025
257e6ed
Merge update
aguspe May 13, 2025
5deb1b6
Update comments
aguspe May 14, 2025
fdab631
Merge remote-tracking branch 'origin/use_rbs_trace' into use_rbs_trace
aguspe May 14, 2025
c531eb3
Merge branch 'trunk' into use_rbs_trace
aguspe May 14, 2025
1cc3512
Remove CI method
aguspe May 14, 2025
f878c80
Merge remote-tracking branch 'origin/use_rbs_trace' into use_rbs_trace
aguspe May 14, 2025
ec9781c
Merge branch 'trunk' into use_rbs_trace
aguspe May 16, 2025
8cadb71
Skip firefox test
aguspe May 17, 2025
4d12946
Merge remote-tracking branch 'origin/use_rbs_trace' into use_rbs_trace
aguspe May 17, 2025
97f1e59
Remove RBS comments
aguspe May 18, 2025
4012263
Fix linter issues
aguspe May 18, 2025
c6ac031
Fix formatting
aguspe May 18, 2025
152c5a2
Fix formatting
aguspe May 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[build] allow tests tagged exclusive-if-local to run on rbe
  • Loading branch information
titusfortner committed Mar 22, 2025
commit 8c317d89e6b88bb5a59c9e38a0485f3c15fa804e
2 changes: 1 addition & 1 deletion .bazelrc.remote
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build:remote --disk_cache=
build:remote --incompatible_enable_cc_toolchain_resolution
build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
test:remote --test_env=DISPLAY=:99.0
test:remote --test_tag_filters=-exclusive-if-local,-skip-rbe,-remote
test:remote --test_tag_filters=-skip-rbe,-remote

# Env vars we can hard code
build:remote --action_env=HOME=/home/dev
Expand Down
Loading