-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v2 | ||
appVersion: 1.3.0 | ||
appVersion: 1.4.0 | ||
description: ETOS (Eiffel Test Orchestration System) is a new test orchestration system | ||
which takes away control of how to run and what to run from the system itself and | ||
places it into the hands of the relevant engineers. | ||
name: etos | ||
type: application | ||
version: 1.3.1 | ||
version: 1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
appVersion: 1.3.0 | ||
appVersion: 1.4.0 | ||
description: Handling of environments making it possible to checkout and check in | ||
environments for use in testing with ETOS. | ||
name: environment-provider | ||
type: application | ||
version: 1.3.0 | ||
version: 1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
appVersion: 1.3.1 | ||
appVersion: 1.4.0 | ||
description: API for starting ETOS executions and for getting extra information about | ||
the system. | ||
name: etos-api | ||
type: application | ||
version: 1.3.1 | ||
version: 1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v2 | ||
appVersion: 1.3.0 | ||
appVersion: 1.4.0 | ||
description: The ETOS Suite Starter exist solely to make sure that the ETOS system | ||
can be upgrade without any downtime. It listens to EiffelTestExecutionRecipeCollectionCreatedEvent | ||
and launches an instance of ETOS Suite runner in Kubernetes as a Job. | ||
name: suite-starter | ||
type: application | ||
version: 1.3.0 | ||
version: 1.4.0 |