#2 Debug gating
Closed 2 years ago by ppisar. Opened 2 years ago by ppisar.
rpms/ ppisar/perl-CPAN-FindDependencies test_gating  into  rawhide

file added
+7
@@ -0,0 +1,7 @@ 

+ --- !Policy

+ product_versions:

+   - fedora-*

+ decision_context: bodhi_update_push_stable

+ subject_type: koji_build

+ rules:

+   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

@@ -125,6 +125,10 @@ 

  DIR=$(mktemp -d)

  cp -a %{_libexecdir}/%{name}/* "$DIR"

  pushd "$DIR"

+ # If run as root, Pod::Perldoc changes UID before opening a file.

+ # A mode of the temporary directory would prevent from accessing the file.

+ # CPAN RT#127153

+ chmod 0755 "$DIR"

  prove -I . -j "$(getconf _NPROCESSORS_ONLN)"

  popd

  rm -r "$DIR"

Just a test of gating. Do not merge yet.

rebased onto 22f6f16

2 years ago

rebased onto 93e3d51

2 years ago

rebased onto 6aa8fd4

2 years ago

Pull-Request has been closed by ppisar

2 years ago
Metadata