File size: 363 Bytes
09d8e80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Format: //devtools/kokoro/config/proto/build.proto

# Run system tests when test files are modified
env_vars: {
    key: "NOX_SESSION"
    value: "system-3.10"
}

# Run system tests in parallel, splitting up by file
env_vars: {
    key: "PYTEST_ADDOPTS"
    value: "-n=auto --dist=loadscope"
}

# Kokoro VM timeout of 5 hours for system tests
timeout_mins: 300