Home
last modified time | relevance | path

Searched refs:Fore (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py26 from colorama import Fore, Style namespace
36 "running": Fore.BLUE,
37 "success": Fore.GREEN,
38 "failed": Fore.RED,
39 "canceled": Fore.MAGENTA,
199 print(Fore.MAGENTA + f"{jtype} job {job.name} manually enabled" + Style.RESET_ALL)
232 print(Fore.GREEN + f"Job finished: {job.web_url}" + Style.RESET_ALL)
288 print("? job: " + Fore.BLUE + args.target + Style.RESET_ALL)

Completed in 1 milliseconds