Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tf-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Wildenhain
tf-build
Commits
33f4fbfd
Commit
33f4fbfd
authored
3 years ago
by
Austin Anderson
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to 1000 RBE jobs
parent
8c46879e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
+2
-1
2 additions, 1 deletion
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+2
-1
2 additions, 1 deletion
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
with
4 additions
and
2 deletions
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
+
2
−
1
View file @
33f4fbfd
...
...
@@ -91,7 +91,8 @@ build:rbe --bes_timeout=600s
build:rbe --define=EXECUTOR=remote
build:rbe --distinct_host_configuration=false
build:rbe --flaky_test_attempts=3
build:rbe --jobs=200
# TODO(angerson) Testing speed change from 200->1000
build:rbe --jobs=1000
build:rbe --remote_executor=grpcs://remotebuildexecution.googleapis.com
build:rbe --remote_timeout=3600
build:rbe --spawn_strategy=remote,worker,standalone,local
...
...
This diff is collapsed.
Click to expand it.
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+
2
−
1
View file @
33f4fbfd
...
...
@@ -112,7 +112,8 @@ build:rbe --bes_timeout=600s
build:rbe --define=EXECUTOR=remote
build:rbe --distinct_host_configuration=false
build:rbe --flaky_test_attempts=3
build:rbe --jobs=200
# TODO(angerson) Testing speed change from 200->1000
build:rbe --jobs=1000
build:rbe --remote_executor=grpcs://remotebuildexecution.googleapis.com
build:rbe --remote_timeout=3600
build:rbe --spawn_strategy=remote,worker,standalone,local
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment