Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ prepare+:
- python3-pip
- python3-pytest

- how: shell
summary: Make sure we run koji commands with automatic retry to avoid 50x errors
script: |
mkdir -p ~/.koji
if [ -f ~/.koji/config ]; then
echo "~/.koji/config was already set:"
cat ~/.koji/config
else
cat <<EOF > ~/.koji/config
[koji]
anon_retry = true
EOF
fi

# Use the internal executor
execute:
how: tmt
Expand Down
Loading