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:
Greg Magolan 2024-03-07 04:28:03 -08:00 committed by GitHub
parent 5563365fc3
commit 232a1bcaae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -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/...

View File

@ -35,7 +35,7 @@ go_library(
go_test(
name = "images_test",
timeout = "short",
timeout = "eternal",
srcs = [
"images_test.go",
"pure_docker_test.go",