signing index (#18379)

upstream-sync
Aki Sasaki 3 years ago committed by GitHub
parent 1c6dd4f6dd
commit 8d1cb63682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,9 +40,12 @@ job-template:
default: dep-signing
signing-format: autograph_apk
index:
by-build-type:
(nightly|debug|nightly-simulation|beta|release):
type: signing
by-tasks-for:
(action|cron|github-release):
by-build-type:
(nightly|debug|nightly-simulation|beta|release):
type: signing
default: {}
default: {}
run-on-tasks-for:
by-build-type:

@ -26,6 +26,7 @@ def resolve_keys(config, tasks):
**{
'build-type': task["attributes"]["build-type"],
'level': config.params["level"],
'tasks-for': config.params["tasks_for"],
}
)
yield task

Loading…
Cancel
Save