Skip to content

Commit 037040f

Browse files
committed
Set channel of test operator based on version
In many cases when running integration tests we faced a conflict of version when adding bundle to index. This changes creates new channel for each bundle. Signed-off-by: Ales Raszka <[email protected]>
1 parent 6744c86 commit 037040f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/integration_tests/tasks/test_data.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# Modify the test operator version
2929
cp -avr $SRC_VERSION $DEST_VERSION
3030
find $DEST_VERSION/ -type f -exec sed -i "s/${SRC_VERSION//\./\\.}/$DEST_VERSION/g" {} \;
31+
find $DEST_VERSION/metadata/annotations.yaml -type f -exec sed -i "s/stable/$DEST_VERSION/g" {} \;
3132
diff -bur $SRC_VERSION/ $DEST_VERSION/ || true
3233
rm -rv ./$SRC_VERSION
3334

0 commit comments

Comments
 (0)