Skip to content
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1d08f2e
create wls-srg profile
xiancao Jan 26, 2022
eb41716
add wls-srg profile
xiancao Jan 26, 2022
92a05d6
create wls-srg profile
xiancao Jan 28, 2022
98c7818
get the latest release/3.3
xiancao Jan 28, 2022
bb61261
cleanup
xiancao Jan 28, 2022
de86c9f
resolve merge conflicts
xiancao Jan 28, 2022
45d7f3c
fix syntax error
xiancao Jan 28, 2022
dea42d3
restore jenkinsScript.sh
xiancao Jan 28, 2022
1e4515b
Merge branch 'release/3.3' of https://github.com/oracle/weblogic-kube…
xiancao Jan 31, 2022
c1520a8
add more tests to wls-srg
xiancao Jan 31, 2022
0a778cd
add more tests to wls-srg
xiancao Jan 31, 2022
a0f206f
get latest release/3.3
xiancao Jan 31, 2022
4d87885
add more tests to wls-srg
xiancao Feb 1, 2022
e9febd2
Merge branch 'release/3.3' of https://github.com/oracle/weblogic-kube…
xiancao Feb 1, 2022
06a19fc
fix class name
xiancao Feb 1, 2022
304fa44
Merge branch 'release/3.3' of https://github.com/oracle/weblogic-kube…
xiancao Feb 3, 2022
5c5830d
address Pani's comments
xiancao Feb 7, 2022
bd91529
update copyright
xiancao Feb 7, 2022
9df7b1a
address Pani's comments
xiancao Feb 8, 2022
2c4e33f
Merge branch 'release/3.3' of https://github.com/oracle/weblogic-kube…
xiancao Feb 8, 2022
b884a2e
address Pani's comments
xiancao Feb 9, 2022
50a41ab
address Vanaja's comments
xiancao Feb 10, 2022
b444e69
Merge branch 'release/3.3' of https://github.com/oracle/weblogic-kube…
xiancao Feb 10, 2022
9b68d68
cleanup
xiancao Feb 10, 2022
0ef3cc9
address Pani's comments
xiancao Feb 10, 2022
e3e07d8
address Pani's comments
xiancao Feb 11, 2022
b90f360
address Vanaja's comments
xiancao Feb 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,19 @@
</includes-failsafe>
</properties>
</profile>
<profile>
<id>wls-srg</id>
<properties>
<skipITs>false</skipITs>
<includes-failsafe>
**/ItKubernetesEvents,
**/ItMiiAuxiliaryImage,
**/ItParameterizedDomain,
**/ItPodsRestart,
**/ItTwoDomainsManagedByTwoOperators
</includes-failsafe>
</properties>
</profile>
<profile>
<id>toolkits-srg</id>
<properties>
Expand Down
Loading