CI: Move e2e test pipeline from Drone to GitHub Actions (#103134)

* Add e2e dagger pipeline

* various-suite not various suite

* upload videos dir

* produce e2e videos even on failure

* nil ref

* sync doesn't return container

* fix quotes

* try without flags first?

* try without quoting?

* use two dashes in flags

* update CODEOWNERS

* make update-workspace

* go work sync

* make update-workspace

* add newline
This commit is contained in:
Kevin Minehart
2025-04-02 13:31:47 -05:00
committed by GitHub
parent 0e1cb44ad9
commit 88d54892bd
55 changed files with 815 additions and 541 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ require (
github.com/google/go-cmp v0.7.0
github.com/google/subcommands v1.2.0
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/tools v0.30.0
golang.org/x/tools v0.31.0
)
require (
golang.org/x/mod v0.23.0 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.12.0 // indirect
)