|
22 | 22 | <wko.it.skip.cleanup>${env.SKIP_CLEANUP}</wko.it.skip.cleanup>
|
23 | 23 | <wko.it.domain.version>${env.DOMAIN_VERSION}</wko.it.domain.version>
|
24 | 24 | <wko.it.kind.repo>${env.KIND_REPO}</wko.it.kind.repo>
|
25 |
| - <wko.it.ocir.registry>${env.OCIR_REGISTRY}</wko.it.ocir.registry> |
26 |
| - <wko.it.repo.registry>${env.REPO_REGISTRY}</wko.it.repo.registry> |
| 25 | + <wko.it.test.images.repo>${env.TEST_IMAGES_REPO}</wko.it.test.images.repo> |
27 | 26 | <wko.it.base.images.repo>${env.BASE_IMAGES_REPO}</wko.it.base.images.repo>
|
28 | 27 | <wko.it.weblogic.image.name>${env.WEBLOGIC_IMAGE_NAME}</wko.it.weblogic.image.name>
|
29 | 28 | <wko.it.weblogic.image.tag>${env.WEBLOGIC_IMAGE_TAG}</wko.it.weblogic.image.tag>
|
| 29 | + <wko.it.weblogic.image.tags>${env.WEBLOGIC_IMAGE_TAGS}</wko.it.weblogic.image.tags> |
30 | 30 | <wko.it.fmwinfra.image.name>${env.FMWINFRA_IMAGE_NAME}</wko.it.fmwinfra.image.name>
|
31 | 31 | <wko.it.fmwinfra.image.tag>${env.FMWINFRA_IMAGE_TAG}</wko.it.fmwinfra.image.tag>
|
32 | 32 | <wko.it.db.image.name>${env.DB_IMAGE_NAME}</wko.it.db.image.name>
|
|
64 | 64 | <wko.it.collect.logs.on.success>${env.COLLECT_LOGS_ON_SUCCESS}</wko.it.collect.logs.on.success>
|
65 | 65 | <wko.it.sleep.seconds.after.failure>${env.SLEEP_SECONDS_AFTER_FAILURE}</wko.it.sleep.seconds.after.failure>
|
66 | 66 | <wko.it.wit.java.home>${env.WIT_JAVA_HOME}</wko.it.wit.java.home>
|
67 |
| - <wko.it.weblogic.image_tags>${env.WEBLOGIC_IMAGE_TAGS}</wko.it.weblogic.image_tags> |
| 67 | + <wko.it.weblogic.image.tag>${env.WEBLOGIC_IMAGE_TAG}</wko.it.weblogic.image.tag> |
68 | 68 | <wko.it.k8s.nodeport.host1>${env.K8S_NODEPORT_HOST1}</wko.it.k8s.nodeport.host1>
|
69 | 69 | <wko.it.k8s.nodeport.host2>${env.K8S_NODEPORT_HOST2}</wko.it.k8s.nodeport.host2>
|
70 | 70 | <wko.it.opdemo>${env.opdemo}</wko.it.opdemo>
|
|
127 | 127 | <skip>${skipITs}</skip>
|
128 | 128 | <rules>
|
129 | 129 | <requireEnvironmentVariable>
|
130 |
| - <message>Set the OCIR_USERNAME environment variable to specify the OCIR username to use for pulling/pushing images.</message> |
131 |
| - <variableName>OCIR_USERNAME</variableName> |
| 130 | + <message>Set the TEST_IMAGES_REPO environment variable to specify the TEST_IMAGES_REPO username to use for pulling/pushing images.</message> |
| 131 | + <variableName>TEST_IMAGES_REPO</variableName> |
| 132 | + </requireEnvironmentVariable> |
| 133 | + <requireEnvironmentVariable> |
| 134 | + <message>Set the TEST_IMAGES_REPO_USERNAME environment variable to specify the TEST_IMAGES_REPO username to use for pulling/pushing images.</message> |
| 135 | + <variableName>TEST_IMAGES_REPO_USERNAME</variableName> |
132 | 136 | </requireEnvironmentVariable>
|
133 | 137 | <requireEnvironmentVariable>
|
134 |
| - <message>Set the OCIR_PASSWORD environment variable to specify the OCIR password to use for pulling/pushing images.</message> |
135 |
| - <variableName>OCIR_PASSWORD</variableName> |
| 138 | + <message>Set the TEST_IMAGES_REPO_PASSWORD environment variable to specify the TEST_IMAGES_REPO password to use for pulling/pushing images.</message> |
| 139 | + <variableName>TEST_IMAGES_REPO_PASSWORD</variableName> |
136 | 140 | </requireEnvironmentVariable>
|
137 | 141 | <requireEnvironmentVariable>
|
138 |
| - <message>Set the OCIR_EMAIL environment variable to specify the OCIR user's email address to use for creating the image pull secret.</message> |
139 |
| - <variableName>OCIR_EMAIL</variableName> |
| 142 | + <message>Set the TEST_IMAGES_REPO_EMAIL environment variable to specify the TEST_IMAGES_REPO user's email address to use for creating the image pull secret.</message> |
| 143 | + <variableName>TEST_IMAGES_REPO_EMAIL</variableName> |
140 | 144 | </requireEnvironmentVariable>
|
141 | 145 | <requireEnvironmentVariable>
|
142 |
| - <message>Set the OCR_USERNAME environment variable to specify the OCR username to use for pulling images.</message> |
143 |
| - <variableName>OCR_USERNAME</variableName> |
| 146 | + <message>Set the BASE_IMAGES_REPO environment variable to specify the BASE_IMAGES_REPO username to use for pulling images.</message> |
| 147 | + <variableName>BASE_IMAGES_REPO</variableName> |
144 | 148 | </requireEnvironmentVariable>
|
145 | 149 | <requireEnvironmentVariable>
|
146 |
| - <message>Set the OCR_PASSWORD environment variable to specify the OCR password to use for pulling images.</message> |
147 |
| - <variableName>OCR_PASSWORD</variableName> |
| 150 | + <message>Set the BASE_IMAGES_REPO_USERNAME environment variable to specify the BASE_IMAGES_REPO username to use for pulling images.</message> |
| 151 | + <variableName>BASE_IMAGES_REPO_USERNAME</variableName> |
| 152 | + </requireEnvironmentVariable> |
| 153 | + <requireEnvironmentVariable> |
| 154 | + <message>Set the BASE_IMAGES_REPO_PASSWORD environment variable to specify the BASE_IMAGES_REPO password to use for pulling images.</message> |
| 155 | + <variableName>BASE_IMAGES_REPO_PASSWORD</variableName> |
148 | 156 | </requireEnvironmentVariable>
|
149 | 157 | </rules>
|
150 | 158 | </configuration>
|
|
184 | 192 | <wko.it.skip.cleanup>${wko.it.skip.cleanup}</wko.it.skip.cleanup>
|
185 | 193 | <wko.it.domain.version>${wko.it.domain.version}</wko.it.domain.version>
|
186 | 194 | <wko.it.kind.repo>${wko.it.kind.repo}</wko.it.kind.repo>
|
187 |
| - <wko.it.ocir.registry>${wko.it.ocir.registry}</wko.it.ocir.registry> |
188 |
| - <wko.it.repo.registry>${wko.it.repo.registry}</wko.it.repo.registry> |
189 | 195 | <wko.it.base.images.repo>${wko.it.base.images.repo}</wko.it.base.images.repo>
|
| 196 | + <wko.it.test.images.repo>${wko.it.test.images.repo}</wko.it.test.images.repo> |
190 | 197 | <wko.it.weblogic.image.name>${wko.it.weblogic.image.name}</wko.it.weblogic.image.name>
|
191 | 198 | <wko.it.weblogic.image.tag>${wko.it.weblogic.image.tag}</wko.it.weblogic.image.tag>
|
192 | 199 | <wko.it.fmwinfra.image.name>${wko.it.fmwinfra.image.name}</wko.it.fmwinfra.image.name>
|
|
225 | 232 | <wko.it.collect.logs.on.success>${wko.it.collect.logs.on.success}</wko.it.collect.logs.on.success>
|
226 | 233 | <wko.it.sleep.seconds.after.failure>${wko.it.sleep.seconds.after.failure}</wko.it.sleep.seconds.after.failure>
|
227 | 234 | <wko.it.wit.java.home>${wko.it.wit.java.home}</wko.it.wit.java.home>
|
228 |
| - <wko.it.weblogic.image_tags>${wko.it.weblogic.image_tags}</wko.it.weblogic.image_tags> |
| 235 | + <wko.it.weblogic.image.tag>${wko.it.weblogic.image.tag}</wko.it.weblogic.image.tag> |
| 236 | + <wko.it.weblogic.image.tags>${wko.it.weblogic.image.tag}</wko.it.weblogic.image.tags> |
229 | 237 | <wko.it.k8s.nodeport.host1>${wko.it.k8s.nodeport.host1}</wko.it.k8s.nodeport.host1>
|
230 | 238 | <wko.it.k8s.nodeport.host2>${wko.it.k8s.nodeport.host2}</wko.it.k8s.nodeport.host2>
|
231 | 239 | <wko.it.opdemo>${wko.it.opdemo}</wko.it.opdemo>
|
|
0 commit comments