Skip to content

Commit

Permalink
hypershift: make target for perf profile update suites (#1168)
Browse files Browse the repository at this point in the history
This infrastructure required to run the performance profile update suite on the U/S CI Hypershift lane.

Signed-off-by: Ronny Baturov <[email protected]>
  • Loading branch information
rbaturov authored Sep 22, 2024
1 parent b975347 commit 49128af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ pao-functests-update-only: $(BINDATA)
hack/show-cluster-version.sh
hack/run-test.sh -t "test/e2e/performanceprofile/functests/0_config test/e2e/performanceprofile/functests/2_performance_update test/e2e/performanceprofile/functests/3_performance_status test/e2e/performanceprofile/functests/7_performance_kubelet_node test/e2e/performanceprofile/functests/9_reboot" -p "-v -r --fail-fast --flake-attempts=2 --timeout=5h --junit-report=report.xml" -m "Running Functional Tests"

.PHONY: pao-functests-update-only-hypershift
pao-functests-update-only-hypershift: $(BINDATA)
@echo "Cluster Version"
hack/show-cluster-version.sh
hack/run-test.sh -t "test/e2e/performanceprofile/functests/0_config" -p "-v -r --fail-fast --flake-attempts=2 --timeout=5h --junit-report=report.xml" -m "Running Functional Tests"

.PHONY: pao-functests-performance-workloadhints
pao-functests-performance-workloadhints: cluster-label-worker-cnf pao-functests-performance-workloadhints-only

Expand Down

0 comments on commit 49128af

Please sign in to comment.