Skip to content
Open
Show file tree
Hide file tree
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
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/prow-job-dispatcher/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prow-job-dispatch
# prow-job-dispatcher

As designed in [[DPTP-1152] Choose a cluster for prow jobs](https://docs.google.com/document/d/1aiuZ70jtvZiQBo2P8NgacRj0GmqUH6DRxE4KFFph1RM/edit) this tool chooses a cluster in the CI build farm for Prow jobs.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest

ADD testgrid-config-generator /usr/bin/testgrid-config-generator
ADD autotestgridgenerator /usr/bin/autotestgridgenerator
ADD auto-testgrid-generator /usr/bin/auto-testgrid-generator

RUN microdnf install -y git && \
microdnf clean all && \
rm -rf /var/cache/dnf

ENTRYPOINT ["/usr/bin/autotestgridgenerator"]
ENTRYPOINT ["/usr/bin/auto-testgrid-generator"]