-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.testingtype: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
In .kokoro/docker/Dockerfile, we verify Python source code tarball with gpg command. gpg --recv-keys often fails to fetch some keys. In that case the command itself returns 0, but after all the script will fail when it tries to verify the corresponding Python tarball.
Maybe we can introduce another script for retrying the given command few times and receive the key one by one.
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.testingtype: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.