This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from twisted.internet import defer | |
| from buildbot.process.buildstep import BuildStep | |
| from buildbot.status.results import FAILURE | |
| from buildbot.status.results import SUCCESS | |
| class CheckForFailures(BuildStep): | |
| """ | |
| this step fails when any of the given build steps fail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vault write --format=json \ | |
| ca-hot/roles/test-role \ | |
| allowed_domains=${hot_domain} \ | |
| allow_subdomains=false \ | |
| server_flag=false \ | |
| client_flag=false \ | |
| email_protection=true \ | |
| key_type=ec \ | |
| key_bits=256 \ | |
| basic_constraints_valid_for_non_ca=true \ |
OlderNewer