mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:31:56 +00:00
ci: remove include_eternal_tests as it is no longer needed in Aspect Workflows 5.9.18 (#60901)
* ci: remove include_eternal_tests as it is no longer needed in Aspect Workflows 5.9.18 * test marking a test as eternal still gets executed --------- Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com>
This commit is contained in:
parent
5563365fc3
commit
232a1bcaae
@ -18,13 +18,11 @@ tasks:
|
||||
fix_target: //:configure
|
||||
# Checks that all tests are passing
|
||||
- test:
|
||||
include_eternal_tests: true
|
||||
targets:
|
||||
- //...
|
||||
# exclude testing as it is executed in a seperate job
|
||||
- -//testing/...
|
||||
- test:
|
||||
include_eternal_tests: true
|
||||
name: Integration/E2E
|
||||
targets:
|
||||
- //testing/...
|
||||
|
||||
@ -35,7 +35,7 @@ go_library(
|
||||
|
||||
go_test(
|
||||
name = "images_test",
|
||||
timeout = "short",
|
||||
timeout = "eternal",
|
||||
srcs = [
|
||||
"images_test.go",
|
||||
"pure_docker_test.go",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user