k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/experiment/Makefile (about)

     1  # Copyright 2022 The Kubernetes Authors.
     2  #
     3  # Licensed under the Apache License, Version 2.0 (the "License");
     4  # you may not use this file except in compliance with the License.
     5  # You may obtain a copy of the License at
     6  #
     7  #     http://www.apache.org/licenses/LICENSE-2.0
     8  #
     9  # Unless required by applicable law or agreed to in writing, software
    10  # distributed under the License is distributed on an "AS IS" BASIS,
    11  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  # See the License for the specific language governing permissions and
    13  # limitations under the License.
    14  
    15  include ../Makefile.base.mk
    16  # Makefile.base.mk requires REPO_ROOT to be set
    17  REPO_ROOT:=${CURDIR}/..
    18  
    19  # ARGS can be overridden by calling make
    20  ARGS ?= ""
    21  
    22  run-compare-yaml: ensure-py-requirements3
    23  	../hack/run-in-python-container.sh ./experiment/compare-yaml.py ${ARGS}
    24  .PHONY: run-compare-yaml
    25  
    26  run-edit-prowjobs: ensure-py-requirements3
    27  	../hack/run-in-python-container.sh ./experiment/edit-prowjobs.py ${ARGS}
    28  .PHONY: run-edit-prowjobs
    29  
    30  run-find_developers: ensure-py-requirements3
    31  	../hack/run-in-python-container.sh ./experiment/find_developers.py ${ARGS}
    32  .PHONY: run-find_developers
    33  
    34  run-find-merge-conflicts: ensure-py-requirements3
    35  	../hack/run-in-python-container.sh ./experiment/find-merge-conflicts.py ${ARGS}
    36  .PHONY: run-find-merge-conflicts
    37  
    38  run-get_job_pods: ensure-py-requirements3
    39  	../hack/run-in-python-container.sh ./experiment/get_job_pods.py ${ARGS}
    40  .PHONY: run-get_job_pods
    41  
    42  run-flakedetector: ensure-py-requirements3
    43  	../hack/run-in-python-container.sh ./experiment/flakedetector.py ${ARGS}
    44  .PHONY: run-flakedetector
    45  
    46  run-graphql_issue_example: ensure-py-requirements3
    47  	../hack/run-in-python-container.sh ./experiment/graphql_issue_example.py ${ARGS}
    48  .PHONY: run-flakedetector
    49  
    50  run-migrate_testgrid_tabs: ensure-py-requirements3
    51  	../hack/run-in-python-container.sh ./experiment/migrate_testgrid_tabs.py ${ARGS}
    52  .PHONY: run-migrate_testgrid_tabs
    53  
    54  run-move-annotations: ensure-py-requirements3
    55  	../hack/run-in-python-container.sh ./experiment/move-annotations.py ${ARGS}
    56  .PHONY: run-move-annotations
    57  
    58  run-parse_build_log: ensure-py-requirements3
    59  	../hack/run-in-python-container.sh ./experiment/parse_build_log.py ${ARGS}
    60  .PHONY: run-parse_build_log