Skip to content

Commit

Permalink
Testing autodeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Nov 1, 2024
1 parent 0594c67 commit 213e70a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 8 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
on:
push:
branches:
- master


jobs:
call-test-workflow:
uses: wvangeit/osparc-meta-parallelrunner/.github/workflows/test.yml@master
newversion:
name: make new version
runs-on: ubuntu-latest
needs:
call-test-workflow
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
# - name: Install dependencies
# run: python -m pip install --upgrade pip setuptools build
- name: Make new version
run:
make version-path
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Test

on:
pull_request:
push:
branches:
- master
workflow_call:

jobs:
test:
name: Test for python ${{ matrix.python-version }} on ${{ matrix.os }}
Expand All @@ -31,4 +28,3 @@ jobs:
run: make build
- name: Make run-local
run: make run-local

3 changes: 0 additions & 3 deletions docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ services:
- DY_SIDECAR_PATH_OUTPUTS=/tmp/outputs
- DY_BOOT_OPTION_BOOT_MODE=0
- DY_SIDECAR_PATH=/home/osparcuser/work/workspace
- OSPARC_API_HOST=10.43.103.149.nip.io:8006
- OSPARC_API_KEY=test_T1QyAxKBUX
- OSPARC_API_SECRET=0dsHA6zdYDNEtwNKsXZHBQq8eHuPbd
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- ${PWD}/validation-tmp/workspace:/home/osparcuser/work/workspace
Expand Down

0 comments on commit 213e70a

Please sign in to comment.