Skip to content

Commit d4ba6d3

Browse files
committed
Use nightly image in tests
1 parent d132c15 commit d4ba6d3

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

tests/test-definition.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dimensions:
44
values:
55
- 1.28.1
66
- 2.6.0
7-
- 2.7.2,oci.stackable.tech/sandbox/sbernauer/nifi:2.7.2-no-hive-with-endpoint-stackable0.0.0-dev-amd64
7+
- 2.7.2
88
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
99
# as in the example below.
1010
# - 2.6.0,oci.stackable.tech/sandbox/nifi:2.6.0-stackable0.0.0-dev
@@ -16,17 +16,15 @@ dimensions:
1616
- 2.7.2
1717
- name: nifi-latest
1818
values:
19-
- 2.7.2,oci.stackable.tech/sandbox/sbernauer/nifi:2.7.2-no-hive-with-endpoint-stackable0.0.0-dev-amd64
19+
- 2.7.2
2020
- name: nifi-iceberg-hive
2121
# Not all NiFi versions support Iceberg with the same functionality!
2222
# E.g. our own implementation started with NiFi 2.2.0
2323
values:
2424
- 2.6.0
2525
- name: nifi-iceberg-rest
2626
values:
27-
# - 2.7.2
28-
# - 2.7.2,oci.stackable.tech/sandbox/sbernauer/nifi:2.7.2-no-hive-stackable0.0.0-dev-amd64
29-
- 2.7.2,oci.stackable.tech/sandbox/sbernauer/nifi:2.7.2-no-hive-with-endpoint-stackable0.0.0-dev-amd64
27+
- 2.7.2
3028
# TODO: Can be removed once NiFi 1.x.x is removed - only for separate smoke tests
3129
- name: nifi-v1
3230
values:
@@ -35,7 +33,7 @@ dimensions:
3533
- name: nifi-v2
3634
values:
3735
- 2.6.0
38-
- 2.7.2,oci.stackable.tech/sandbox/sbernauer/nifi:2.7.2-no-hive-with-endpoint-stackable0.0.0-dev-amd64
36+
- 2.7.2
3937
# Use Kubernetes manager if set to false
4038
- name: use-zookeeper-manager
4139
values:
@@ -97,14 +95,14 @@ tests:
9795
- nifi
9896
- zookeeper-latest
9997
- openshift
100-
# TODO: Can be removed once NiFi 1.x.x is removed - only for seperate smoke tests
98+
# TODO: Can be removed once NiFi 1.x.x is removed - only for separate smoke tests
10199
- name: smoke_v1
102100
dimensions:
103101
- nifi-v1
104102
- zookeeper
105103
- listener-class
106104
- openshift
107-
# TODO: Can be renamed to smoke once NiFi 1.x.x is removed - only for seperate smoke tests
105+
# TODO: Can be renamed to smoke once NiFi 1.x.x is removed - only for separate smoke tests
108106
- name: smoke_v2
109107
dimensions:
110108
- nifi-v2

0 commit comments

Comments
 (0)