Skip to content

Commit

Permalink
DO NOT LAND
Browse files Browse the repository at this point in the history
Debugging, committed to make act use it.

Skip-PR-comments: true
Run-GHA: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Jul 16, 2024
1 parent cf50275 commit f535170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
EL9_VERSION: 9
LEAP15_VERSION: 15.5
# Which distros to build for
DISTROS: el8 el9 leap15
DISTROS: el8 # el9 leap15
# DO NOT LAND -- just to speed up testing
# TEST_TAG: pr
TEST_TAG: always_passes,vm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
rm -rf mock_result
mkdir -p mock_result
script="echo \"In docker I am \$(id)\"
echo "nameserver 169.254.0.1" > /etc/resolv.conf
echo \"nameserver 169.254.0.1\" > /etc/resolv.conf
if ! rm -rf artifacts/$TARGET/ ||
! mkdir -p artifacts/$TARGET/; then
echo \"Failed to create artifacts/$TARGET/\"
Expand Down

0 comments on commit f535170

Please sign in to comment.