Skip to content

Commit

Permalink
Add epel-10 testing-farm mapping (#2508)
Browse files Browse the repository at this point in the history
Add epel-10 testing-farm mapping

TODO:

 Write new tests or update the old ones to cover new functionality. No tests for this present?

Reviewed-by: Nikola Forró
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 22, 2024
2 parents e066428 + c6caa4c commit f3b748f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packit_service/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,15 @@
"epel-7": "centos-7",
"epel-8": "centos-stream-8",
"epel-9": "centos-stream-9",
"epel-10": "centos-stream-10",
}

DEFAULT_MAPPING_INTERNAL_TF = {
"epel-6": "rhel-6",
"epel-7": "rhel-7",
"epel-8": "rhel-8",
"epel-9": "centos-stream-9",
"epel-10": "centos-stream-10",
}

COMMENT_REACTION = "eyes"
Expand Down

0 comments on commit f3b748f

Please sign in to comment.