File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ class CI:
411411 JobNames .INTEGRATION_TEST_ARM : CommonJobConfigs .INTEGRATION_TEST .with_properties (
412412 required_builds = [BuildNames .PACKAGE_AARCH64 ],
413413 num_batches = 6 ,
414- # runner_type=Runners.FUNC_TESTER_ARM,
414+ runner_type = Runners .FUNC_TESTER_ARM ,
415415 ),
416416 JobNames .INTEGRATION_TEST : CommonJobConfigs .INTEGRATION_TEST .with_properties (
417417 required_builds = [BuildNames .PACKAGE_RELEASE ],
@@ -557,8 +557,8 @@ class CI:
557557 runner_type = Runners .STYLE_CHECKER
558558 ),
559559 JobNames .SIGN_AARCH64 : JobConfig (
560- required_builds = [BuildNames .PACKAGE_RELEASE ],
561- runner_type = Runners .STYLE_CHECKER
560+ required_builds = [BuildNames .PACKAGE_AARCH64 ],
561+ runner_type = Runners .STYLE_CHECKER_ARM
562562 ),
563563 }
564564
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def create_from_pr_message(
4848 res = CiSettings ()
4949 pr_info = PRInfo ()
5050 if (
51- (not pr_info .is_pr () and not debug_message )
51+ (not pr_info .is_pr and not debug_message )
5252 or pr_info .body is None
5353 ): # if commit_message is provided it's test/debug scenario - do not return
5454 # CI options can be configured in PRs only
You can’t perform that action at this time.
0 commit comments