Add AWSI automation tests to a new test suite and pipe (#3913)
Signed-off-by: junbo <junbo@amazon.com>
This commit is contained in:
@@ -53,6 +53,8 @@ namespace TestImpact
|
||||
return "periodic";
|
||||
case SuiteType::Sandbox:
|
||||
return "sandbox";
|
||||
case SuiteType::AWSI:
|
||||
return "awsi";
|
||||
default:
|
||||
throw(Exception("Unexpected suite type"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user