Skip to content

Commit

Permalink
Fix executor (#10)
Browse files Browse the repository at this point in the history
* add cicd pipeline

* updates

* Update the changelog

* merge with develop

* update executor

* Add tests and logging statements

* fix a test

* Add a validation layer to the ECS instantiation step

* Change some of the variable names

* fix config key

* Fix tests

* minor typo

* Update changelog date
  • Loading branch information
FyzHsn authored Aug 9, 2022
1 parent d9a5338 commit 34cc6ce
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 134 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2022-08-09

### Added

- Unit tests for constructing python execution and dockerfile methods.

### Fixed

- ECS Executor.

## [0.2.0] - 2022-08-04

### Added
Expand Down
Loading

0 comments on commit 34cc6ce

Please sign in to comment.