@@ -2957,63 +2957,63 @@ def test_koji_build_end_downstream(
29572957 state = BaseCommitStatus .success ,
29582958 description = "RPM build succeeded." ,
29592959 url = url ,
2960- check_name = "Packit - scratch build" ,
2960+ check_name = "Packit-stg - scratch build" ,
29612961 target_branch = "rawhide" ,
29622962 ).once ()
29632963 flexmock (StatusReporter ).should_receive ("set_status" ).with_args (
29642964 state = BaseCommitStatus .running ,
29652965 description = "Submitting the tests ..." ,
29662966 url = "https://dashboard.localhost/jobs/testing-farm/5" ,
2967- check_name = "Packit - installability" ,
2967+ check_name = "Packit-stg - installability" ,
29682968 target_branch = "rawhide" ,
29692969 ).once ()
29702970 flexmock (StatusReporter ).should_receive ("set_status" ).with_args (
29712971 state = BaseCommitStatus .running ,
29722972 description = "Tests have been submitted ..." ,
29732973 url = "https://dashboard.localhost/jobs/testing-farm/5" ,
2974- check_name = "Packit - installability" ,
2974+ check_name = "Packit-stg - installability" ,
29752975 target_branch = "rawhide" ,
29762976 ).once ()
29772977 flexmock (StatusReporter ).should_receive ("set_status" ).with_args (
29782978 state = BaseCommitStatus .running ,
29792979 description = "Submitting the tests ..." ,
29802980 url = "https://dashboard.localhost/jobs/testing-farm/6" ,
2981- check_name = "Packit - custom" ,
2981+ check_name = "Packit-stg - custom" ,
29822982 target_branch = "rawhide" ,
29832983 ).once ()
29842984 flexmock (StatusReporter ).should_receive ("set_status" ).with_args (
29852985 state = BaseCommitStatus .running ,
29862986 description = "Tests have been submitted ..." ,
29872987 url = "https://dashboard.localhost/jobs/testing-farm/6" ,
2988- check_name = "Packit - custom" ,
2988+ check_name = "Packit-stg - custom" ,
29892989 target_branch = "rawhide" ,
29902990 ).once ()
29912991 flexmock (StatusReporter ).should_receive ("set_status" ).with_args (
29922992 state = BaseCommitStatus .running ,
29932993 description = "Submitting the tests ..." ,
29942994 url = "https://dashboard.localhost/jobs/testing-farm/7" ,
2995- check_name = "Packit - rpminspect" ,
2995+ check_name = "Packit-stg - rpminspect" ,
29962996 target_branch = "rawhide" ,
29972997 ).once ()
29982998 flexmock (StatusReporter ).should_receive ("set_status" ).with_args (
29992999 state = BaseCommitStatus .running ,
30003000 description = "Tests have been submitted ..." ,
30013001 url = "https://dashboard.localhost/jobs/testing-farm/7" ,
3002- check_name = "Packit - rpminspect" ,
3002+ check_name = "Packit-stg - rpminspect" ,
30033003 target_branch = "rawhide" ,
30043004 ).once ()
30053005 flexmock (StatusReporter ).should_receive ("set_status" ).with_args (
30063006 state = BaseCommitStatus .running ,
30073007 description = "Submitting the tests ..." ,
30083008 url = "https://dashboard.localhost/jobs/testing-farm/8" ,
3009- check_name = "Packit - rpmlint" ,
3009+ check_name = "Packit-stg - rpmlint" ,
30103010 target_branch = "rawhide" ,
30113011 ).once ()
30123012 flexmock (StatusReporter ).should_receive ("set_status" ).with_args (
30133013 state = BaseCommitStatus .running ,
30143014 description = "Tests have been submitted ..." ,
30153015 url = "https://dashboard.localhost/jobs/testing-farm/8" ,
3016- check_name = "Packit - rpmlint" ,
3016+ check_name = "Packit-stg - rpmlint" ,
30173017 target_branch = "rawhide" ,
30183018 ).once ()
30193019
@@ -3430,7 +3430,7 @@ def test_pagure_pr_updated(pagure_pr_updated, project_namespace, project_repo):
34303430 state = BaseCommitStatus .running ,
34313431 description = "RPM build was submitted ..." ,
34323432 url = "https://dashboard.localhost/jobs/koji/123" ,
3433- check_name = "Packit - scratch build" ,
3433+ check_name = "Packit-stg - scratch build" ,
34343434 target_branch = "rawhide" ,
34353435 ).once ()
34363436 else :
@@ -3518,14 +3518,14 @@ def test_pagure_pr_updated(pagure_pr_updated, project_namespace, project_repo):
35183518 state = BaseCommitStatus .running ,
35193519 description = "Submitting the tests ..." ,
35203520 url = "https://dashboard.localhost/jobs/testing-farm/6" ,
3521- check_name = "Packit - custom" ,
3521+ check_name = "Packit-stg - custom" ,
35223522 target_branch = "rawhide" ,
35233523 ).once ()
35243524 flexmock (StatusReporter ).should_receive ("set_status" ).with_args (
35253525 state = BaseCommitStatus .running ,
35263526 description = "Tests have been submitted ..." ,
35273527 url = "https://dashboard.localhost/jobs/testing-farm/6" ,
3528- check_name = "Packit - custom" ,
3528+ check_name = "Packit-stg - custom" ,
35293529 target_branch = "rawhide" ,
35303530 ).once ()
35313531
0 commit comments