Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildgrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
BuildGrid
buildgrid
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
57f04b60c2300399d23d6b1fd062d9d350a563c3
Select Git revision
Branches
7
coverity
gnazariopere/load-shedding
master
default
protected
sminskyprimu/blake3
sotk/features/lease-audit-table
sotk/logstream-testing
zchen723/skip-scheduler-metrics
Tags
20
0.2.3
protected
0.2.2
protected
0.2.1
protected
0.2.0
protected
0.1.32
protected
0.1.31
protected
0.1.30
protected
0.1.29
protected
0.1.28
protected
0.1.27
protected
0.1.26
protected
0.1.25
protected
0.1.24
protected
0.1.23
protected
0.1.22
protected
0.1.21
protected
0.1.20
protected
0.1.19
protected
0.1.18
protected
0.1.17
protected
27 results
Begin with the selected commit
Created with Raphaël 2.2.0
8
Oct
4
2
27
Sep
26
25
24
23
20
18
16
12
11
10
9
6
5
31
Aug
28
26
23
22
13
30
Jul
26
25
24
19
8
25
Jun
21
18
7
6
29
May
23
22
20
14
13
8
6
15
Apr
12
11
10
9
8
5
1
22
Mar
21
20
15
14
11
8
6
26
Feb
25
22
21
20
19
18
14
13
7
31
Jan
25
24
21
18
15
14
10
9
18
Dec
17
11
10
6
4
30
Nov
29
28
27
26
23
22
21
12
8
6
31
Oct
30
29
26
25
24
23
22
15
11
10
8
5
4
3
2
1
28
Sep
25
24
20
19
17
14
12
11
10
6
29
Aug
28
24
23
21
20
16
15
14
13
8
7
2
31
Jul
30
27
26
25
24
23
20
19
17
16
12
11
9
5
4
25
Jun
22
21
14
13
30
May
Add redis storage implementation.
Upgrade test image to debian/buster
Add new invite link for Slack
Update README with current status
Add operation status lock.
Modify test_create_server to enable testing metrics
Add SQLAlchemy Pool options, update docs
Improve test coverage of scheduler.py
docs/source/using_bazel.rst: Do not use "--genrule_strategy"
Check platform properties and match on them
Store the number of times a job has been attempted in the database
Update committers.rst
Improve sql config docs, improve DataStore TypeError handling for invalid_args, improve SQL migration structure
Lock when adding to __operations_by_peer
initialize empty first
Use None instead of default initialized gRPC object
Give more time for the dummy-test server to spin up
Change ISA worker, job comparision logic.
Add some tests for MemoryDataStore
Extend the unit tests for the SQLDataStore implementation
Only return incomplete jobs in DataStore.get_all_jobs
Properly persist operation cancellation
Store the worker name for the lease when using the SQL data store
Only include incomplete operations in ListOperations
Ensure that the response and metadata exist for copied operations
Store the job ExecuteResponse in CAS
Stop assuming that jobs always have a lease
Track peers in the scheduler
Use in-memory data store if nothing is configured
Make all integration tests check both data store implementations
Add an in-memory DataStoreInterface implementation
Refactor get_next_runnable_job to assign leases whilst locked
Move state out of the scheduler
Extend SQL Data Store implementation
Add a way to mark a job as provisionally assigned to a worker
Add a way to persist the job result
Remove association_proxy for dict-like access to platform_requirements
Restore "done" state for jobs when loading from SQL
Correctly persist and recreate state for cancelled jobs
explicitly use grpc:// in build example
Loading