File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
sample-operators/tomcat-operator/src/test/java/io/javaoperatorsdk/operator/sample Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
jobs :
11
- mysql_e2e_test :
11
+ sample_operators_tests :
12
12
strategy :
13
13
matrix :
14
- sample_dir : [ "sample-operators/mysql-schema", "sample-operators/tomcat-operator" ]
14
+ sample_dir :
15
+ - " sample-operators/mysql-schema"
16
+ - " sample-operators/tomcat-operator"
15
17
runs-on : ubuntu-latest
16
18
steps :
17
19
- name : Checkout
Original file line number Diff line number Diff line change @@ -145,11 +145,6 @@ public void test() {
145
145
.get () == null );
146
146
}
147
147
});
148
-
149
- // log.info("Deleting test Tomcat object: {}", tomcat);
150
- // tomcatClient.inNamespace(operator.getNamespace()).delete(tomcat);
151
- // log.info("Deleting test Webapp object: {}", webapp1);
152
- // webappClient.inNamespace(operator.getNamespace()).delete(webapp1);
153
148
}
154
149
155
150
}
You can’t perform that action at this time.
0 commit comments