def main(args):
client = InfluxDBClient(
args.influx_ip, args.influx_port, database="telegraf"
)
stages = get_build_data(
client,
args.build_ref,
leapfrog=args.leapfrog_upgrade,
leapfiledir=args.leapfiledir,
completefiledir=args.completefiledir,
)
generate_reports(
data=stages,
max_downtime=100,
ymlfile=args.ymlreport,
subunitfile=args.subunitreport,
)
评论列表
文章目录