Skip to content

Commit

Permalink
chore(ci): add current resource usage overview
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Sep 7, 2022
1 parent d221fcb commit f6ab634
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions ci/Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# CI

## ADR

### Run test in online mode

### Rebuild every thing on PR

When a PR is created, and on each commit, we build a docker image associated to this PR. This avoids side effects on lib
bump, but it slows down test executions (UTs & ITs), as image needs to be build.
It seems difficult to build a docker image once per PR:
Expand All @@ -19,4 +19,19 @@ It seems difficult to build a docker image once per PR:
## Releasing new COA version

1. Check current version, and bump to required version if required
2. `Ship it`
2. `Ship it`

## Resource usage overview

### current resource usage
* coa-ci-inception | s3.small.1 |
* nginx | s3.small.1 |
* ntpd | s3.small.1 |
* zookeeper | s3.small.1 |
* git-server | s3.small.1 |
* web | s3.medium.2 |
* db | s3.large.4 |
* worker | s3.large.4 |
* worker | s3.large.4 |
* bosh | s3.large.4 |

0 comments on commit f6ab634

Please sign in to comment.