File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ pipeline {
203
203
204
204
withDockerContainer(tectonicBazelImage) {
205
205
sh " bazel test terraform_fmt --test_output=all"
206
- sh " bazel test installer/frontend:unit --test_output=all"
207
206
sh " bazel test installer:cli_units --test_output=all"
208
207
sh""" #!/bin/bash -ex
209
208
bazel build tarball tests/smoke
Original file line number Diff line number Diff line change @@ -28,29 +28,6 @@ temporarily merged into the target branch of the pull request.
28
28
Comment with ` ok to test ` on the PR.
29
29
30
30
31
- ## Running GUI tests on PRs
32
-
33
- The GUI tests include integration tests for the AWS and the Baremetal GUI
34
- installer.
35
-
36
- ### Actions required
37
- - Add the ` run-gui-tests ` GitHub label
38
-
39
- ### FAQ
40
- - * I am not able to add labels, what should I do?*
41
-
42
- Please ask one of the repository [ maintainers] ( ../MAINTAINERS ) to add the
43
- labels.
44
-
45
- - * How do I retrigger the tests?*
46
-
47
- Comment with ` ok to test ` on the PR.
48
-
49
- - * I forgot to add the GitHub labels. Can I add them after creating the PR?*
50
-
51
- Yes, just add the GitHub labels and comment ` ok to test ` on the PR.
52
-
53
-
54
31
## Running smoke / k8s-conformance tests on PRs
55
32
56
33
In addition to our basic set of tests we have smoke tests and the k8s upstream
You can’t perform that action at this time.
0 commit comments