lint
This commit is contained in:
parent
0e185ab36b
commit
a7b619fc40
@ -110,16 +110,16 @@ type PreloadModule struct {
|
|||||||
|
|
||||||
// Extra test files to copy over
|
// Extra test files to copy over
|
||||||
type FileTransfer struct {
|
type FileTransfer struct {
|
||||||
User string
|
User string
|
||||||
Local string
|
Local string
|
||||||
Remote string
|
Remote string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Artifact is for .out-of-tree.toml
|
// Artifact is for .out-of-tree.toml
|
||||||
type Artifact struct {
|
type Artifact struct {
|
||||||
Name string
|
Name string
|
||||||
Type ArtifactType
|
Type ArtifactType
|
||||||
TestFiles []FileTransfer
|
TestFiles []FileTransfer
|
||||||
SourcePath string
|
SourcePath string
|
||||||
SupportedKernels []KernelMask
|
SupportedKernels []KernelMask
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user