mozci/console/commands/check_backfills.py [58:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ),
        option(
            "environment",
            description="Environment in which the analysis is running (testing, production, ...).",
            flag=False,
            default="testing",
        ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mozci/console/commands/push.py [264:270]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ),
        option(
            "environment",
            description="Environment in which the analysis is running (testing, production, ...).",
            flag=False,
            default="testing",
        ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



