Skip to content

Commit

Permalink
CICD : check (#128)
Browse files Browse the repository at this point in the history
* Update movai-flow-sim.desktop

review description of desktop shortcuts

* added fix for the new logger, and output the dockers to journald

* fix lint

* remove single env LOG_LEVEL var

* Remove LOGLEVEL env from .env file

* Fix spelling mistake on examples

* Update movai-flow-sim.desktop

* fix/DP-710 (#111)

use our public registry

* Fix/alpha bugs (#108)

* DP-664: fixing old check

* fix DP-683

* fix DP-621

* fix DP-621

* fix DP-713

* pulll images while installing

* fix-711

* DP-703 - use standard dynamic release pipeline [Warning] (#100)

* use standard dynamic release pipeline

* Update DeployOnGitRelease.yml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alex Fernandes <84147256+AlexFernandes-MOVAI@users.noreply.github.com>

* FP-1762 : Update Front-end app versions for CE

* Feat: ppa public (#109)

* use ppa-public

* update spawner to version refering only ppa-public

* fix syntax

* create artifacts on PR

* DP-686 : Fix recreated containers on reboot (#110)

* use ppa-public

* review restart policies, remove systemd service

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Create ISSUE_TEMPLATE.md

Add ISSUE_TEMPLATE

* Reverse order of version and screen shots

* Update ISSUE_TEMPLATE.md

* cicd: review merge to main

* Remove LOGLEVEL env from .env file

* Fix/alpha bugs (#108)

* DP-664: fixing old check

* fix DP-683

* fix DP-621

* fix DP-621

* fix DP-713

* pulll images while installing

* fix-711

* DP-686 : Fix recreated containers on reboot (#110)

* use ppa-public

* review restart policies, remove systemd service

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Create ISSUE_TEMPLATE.md

Add ISSUE_TEMPLATE

* Reverse order of version and screen shots

* Update ISSUE_TEMPLATE.md

* cicd: review merge to main

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dor.M <dor@mov.ai>
Co-authored-by: mithun <51120171+MithunKinarullathil@users.noreply.github.com>
Co-authored-by: Dor Marcous <engdorm@users.noreply.github.com>
Co-authored-by: duartecoelhomovai <84720623+duartecoelhomovai@users.noreply.github.com>
Co-authored-by: Rian Martins <rian.martins@mov.ai>
  • Loading branch information
7 people authored May 4, 2022
1 parent 5895e9b commit fddd907
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ SPAWNER_GROUPS=
EXTERNAL_HOST_IP=
IGN_PARTITION="movai_ce_flow"
XAUTH=/tmp/.docker.xauth
DISPLAY=${DISPLAY:-:1}
DISPLAY=${DISPLAY:-:1}
22 changes: 16 additions & 6 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Have you checked our docs before proceeding?

### Steps to Reproduce
<!-- Tell us how to reproduce it (include any useful information). -->
1.
2.
3.
1.
2.
3.

#### Actual Behaviour
<!-- Actual behaviour. -->
Expand All @@ -24,13 +24,23 @@ Have you checked our docs before proceeding?

### Versions
<!-- Result of `apt list movai-flow` command in your terminal -->
- movai-flow:
- movai-flow:
<!-- Check the settings button on the IDE -->
- movai-ide:
- movai-ide:

### Possible workarounds
<!-- List steps for a possible work around if you found any -->
-
-

### Versions
<!-- Result of `apt list movai-flow` command in your terminal -->
- movai-flow:
<!-- Check the settings button on the IDE -->
- movai-ide:

### Possible workarounds
<!-- List steps for a possible work around if you found any -->
-

### Additional Details
<!-- Any additional detail you can provide. -->
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/DeployOnMergeMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,11 @@ jobs:
cp ../*.deb artifacts
- name: Raise App version
run: |
# commit of debian/changelog previously done
git config --global user.name ${{ secrets.RAISE_BOT_COMMIT_USER }}
git config --global user.email ${{ secrets.RAISE_BOT_COMMIT_MAIL }}
git remote set-url origin https://${{ secrets.RAISE_BOT_COMMIT_USER }}:${{ secrets.RAISE_BOT_COMMIT_PASSWORD }}@github.com/${{ github.repository }}
git pull
git push
uses: colmose/push-bot@v1.0.0
with:
token: ${{ secrets.RAISE_BOT_COMMIT_PASSWORD }}
branch_name: ${{ github.ref_name }}
bot_name: ${{ secrets.RAISE_BOT_COMMIT_USER }}

- name: Publish to Nexus ppa-testing
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.deb
artifacts/
debian/movai-flow/
logs/
models_database/fuel/
Expand Down
3 changes: 1 addition & 2 deletions debian/movai-flow.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,4 @@ if [ "$1" == "configure" ]; then
elif [ "$1" == "abort-remove" ]; then
Output "Stopping cluster of $SERVICE_NAME"
$DOCKER_COMPOSE_BIN -f $DOCKER_COMPOSE_CONF --env-file $DOCKER_COMPOSE_ENV down || true

fi
fi

0 comments on commit fddd907

Please sign in to comment.