Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock file maintenance (main) #387

Closed
wants to merge 3 commits into from
Closed
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IMAGE_REGISTRY ?= "quay.io"
REGISTRY_NAMESPACE ?= "openshift-cnv"
OPERATOR_IMAGE_NAME="openshift-virtualization-tests-github"
# Need to change when main point to new version of openshift-virtualization-tests
IMAGE_TAG ?= "latest"
IMAGE_TAG ?= "cnv-4.18"

FULL_OPERATOR_IMAGE ?= "$(IMAGE_REGISTRY)/$(REGISTRY_NAMESPACE)/$(OPERATOR_IMAGE_NAME):$(IMAGE_TAG)"
UV_BIN = uv
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ setenv =
deps:
python-utility-scripts
commands =
pyutils-polarion-verify-tc-requirements --project-id "CNV" --branch "origin/main"
pyutils-polarion-verify-tc-requirements --project-id "CNV" --branch "origin/cnv-4.18"


# Should run only after merged.
Expand All @@ -46,7 +46,7 @@ setenv =
deps:
python-utility-scripts
commands =
pyutils-polarion-set-automated --project-id "CNV" --branch "origin/main"
pyutils-polarion-set-automated --project-id "CNV" --branch "origin/cnv-4.18"


#Jira
Expand Down