File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ tests:
215215 RAM : ' 24'
216216 name : windows-core-integration
217217- ARTIFACT_SLUG : windows-unittestfiles
218- CPUS : ' 10 '
218+ CPUS : ' 8 '
219219 DISK : ' 200GB'
220220 DUNIT_PARALLEL_FORKS : ' 0'
221221 EXECUTE_TEST_TIMEOUT : 1h
@@ -225,7 +225,7 @@ tests:
225225 PARALLEL_DUNIT : ' false'
226226 PARALLEL_GRADLE : ' true'
227227 PLATFORM : windows
228- RAM : ' 10 '
228+ RAM : ' 8 '
229229 name : windows-unit
230230- ARTIFACT_SLUG : apicheck
231231 CALL_STACK_TIMEOUT : ' 20700'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ while read BLAH ; do
5151 else
5252 START_TIMESTAMP=${BLAH}
5353 fi
54- done < <( gcloud logging read " resource.type=gce_instance AND resource.labels.instance_id=${INSTANCE_ID} AND logName=projects/apachegeode-ci /logs/cloudaudit.googleapis.com%2Factivity" --format=json | jq -r ' .[].timestamp' )
54+ done < <( gcloud logging read " resource.type=gce_instance AND resource.labels.instance_id=${INSTANCE_ID} AND logName=projects/${GCP_PROJECT} /logs/cloudaudit.googleapis.com%2Factivity" --format=json | jq -r ' .[].timestamp' )
5555
5656START_SECONDS=$( date -d " ${START_TIMESTAMP} " +%s)
5757END_SECONDS=$( date -d " ${END_TIMESTAMP} " +%s)
You can’t perform that action at this time.
0 commit comments