Skip to content

Commit

Permalink
Merge branch 'main' into demo-automated-tests
Browse files Browse the repository at this point in the history
Signed-off-by: K. Shankari <[email protected]>
  • Loading branch information
shankari committed Dec 6, 2023
2 parents fd108a0 + e055182 commit 6542f8e
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TAG=0.0.6
TAG=0.0.6
4 changes: 1 addition & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ jobs:
with:
images: ${{ matrix.host_namespace }}/${{ matrix.image_name }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern=${{ steps.docker-image-version-check.outputs.TAG }}
type=semver,pattern={{version}},value=v${{ steps.docker-image-version-check.outputs.TAG }}
- name: Log into GitHub container registry
if: github.event_name != 'pull_request'
Expand Down
1 change: 1 addition & 0 deletions manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ COPY config-docker.json ./dist/share/everest/modules/OCPP/config-docker.json
COPY ./tests/startup_tests.py /ext/source/tests/core_tests/startup_tests.py

COPY run-test.sh /ext/source/tests/run-test.sh
COPY user-config/ /ext/source/config/user-config/

LABEL org.opencontainers.image.source=https://github.com/everest/everest-demo
17 changes: 17 additions & 0 deletions manager/user-config/config-sil-dc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
active_modules:
powersupply_dc:
module: JsDCSupplySimulator
config_implementation:
main:
max_power: 250000
max_current: 400
car_simulator:
module: JsCarSimulator
config_module:
connector_id: 1
auto_enable: true
auto_exec: false
auto_exec_commands: sleep 1;iec_wait_pwr_ready;sleep 1;draw_power_regulated 16,3;sleep 30;unplug
dc_target_current: 400
dc_target_voltage: 400
dc_max_power_limit: 200000
Loading

0 comments on commit 6542f8e

Please sign in to comment.