Skip to content

Commit

Permalink
fix indentation for rook onmerge test (#5306)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Aug 5, 2024
1 parent f9c0c5a commit cf65bbc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions testgrid/specs/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@
version: "1.12.x"
registry:
version: latest
unsupportedOSIDs:
- centos-74 # Rook 1.8+ not supported on 3.10.0-693.el7.x86_64 kernel
postInstallScript: |
source /opt/kurl-testgrid/testhelpers.sh
create_deployment_with_mounted_volume "migration-test" "default" "/data" "registry:2.8.1"
create_random_file_and_upload_to_deployment "migration-test" "default" "./test.data" "/data/test.data"
test_push_image_to_registry
unsupportedOSIDs:
- centos-74 # Rook 1.8+ not supported on 3.10.0-693.el7.x86_64 kernel
postInstallScript: |
source /opt/kurl-testgrid/testhelpers.sh
create_deployment_with_mounted_volume "migration-test" "default" "/data" "registry:2.8.1"
create_random_file_and_upload_to_deployment "migration-test" "default" "./test.data" "/data/test.data"
test_push_image_to_registry

0 comments on commit cf65bbc

Please sign in to comment.