Skip to content

Commit

Permalink
Merge pull request #421 from jhuttana/Add_new_URI
Browse files Browse the repository at this point in the history
[OPENJDK-2199] Update old URI to new one in the tests
  • Loading branch information
jmtd authored Nov 27, 2023
2 parents 9b9d2d2 + d8d94ed commit 7c8f4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/features/java/java_s2i.feature
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ Feature: Openshift OpenJDK S2I tests

# deprecated?
Scenario: run an S2I build that depends on com.redhat.xpaas.repo.redhatga being defined
Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple

# deprecated?
Scenario: run an S2I that should fail as MAVEN_ARGS does not define com.redhat.xpaas.repo.redhatga
Given failing s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple using openjdk-enforce-profile
Given failing s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple using openjdk-enforce-profile
| variable | value |
| MAVEN_ARGS | -e package |

Expand Down

0 comments on commit 7c8f4e4

Please sign in to comment.