Skip to content

Commit

Permalink
Change CI tag to latest version and VM id.
Browse files Browse the repository at this point in the history
Signed-off-by: Bella Khizgiyaev <bkhizgiy@redhat.com>
  • Loading branch information
bkhizgiy authored and ahadas committed Dec 5, 2023
1 parent e580eb7 commit 557f1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: kubev2v/forkliftci
ref: v9.0
ref: v11.0

- name: Build and setup everything with bazel
id: forkliftci
Expand Down
2 changes: 1 addition & 1 deletion tests/suit/framework/ova.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (r *OvaClient) LoadSourceDetails() (vm *OvaVM, err error) {
r.storageClass = "nfs-csi"
}

r.vmData.testVMId = "21bf790bcdc4591ef01ec6fa7b4812e0d830"
r.vmData.testVMId = "c5686650854d1e69b4123f4bf2e70fe1ed2a"
r.vmData.testNetworkID = "ae1badc8c693926f492a01e2f357d6af321b"
r.vmData.testStorageName = "Dummy storage for source provider ova-provider"
return &r.vmData, nil
Expand Down

0 comments on commit 557f1e4

Please sign in to comment.