DescriptionUse swarming in create_pagesets CT task
Tested with:
$ go run go/worker_scripts/create_pagesets/main.go --logtostderr --start_range=1 --num=10 --pageset_type=Dummy1k --local
$ go run go/master_scripts/create_pagesets_on_workers/main.go --logtostderr --emails="rmistry@google.com" --pageset_type="Dummy1k" --run_id="testing"
Verified that the above created 1000 page sets:
$ gsutil -m ls -l gs://cluster-telemetry/swarming/page_sets/Dummy1k/*/*.py | grep -v TOTAL | wc -l
1000
BUG=skia:5292
Committed: https://skia.googlesource.com/buildbot/+/53db4d396e321807de6259bb0117328b448dbd18
Patch Set 1 : Initial upload #Patch Set 2 : Fixes #Patch Set 3 : Remove TODOs #
Total comments: 10
Patch Set 4 : Refactor swarming code into util.go #Patch Set 5 : Fix bug #Patch Set 6 : Address comment #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 25 (13 generated)
|