mirror of https://github.com/dapr/quickstarts.git
settime out to 120 and sleep to 60
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
This commit is contained in:
parent
cf713e2736
commit
d772c1a3fd
|
|
@ -26,7 +26,6 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: false
|
|
||||||
name: Build ${{ matrix.target_os }}_${{ matrix.target_arch }} binaries
|
name: Build ${{ matrix.target_os }}_${{ matrix.target_arch }} binaries
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
|
|
@ -116,7 +115,6 @@ jobs:
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
publish:
|
publish:
|
||||||
if: false
|
|
||||||
name: Publish docker manifest
|
name: Publish docker manifest
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ on:
|
||||||
- release-*
|
- release-*
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
if: false
|
|
||||||
name: Validate tutorials on ${{ matrix.os }}
|
name: Validate tutorials on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
|
||||||
|
|
@ -65,14 +65,10 @@ jobs:
|
||||||
podman machine start || echo "VM might not have started"
|
podman machine start || echo "VM might not have started"
|
||||||
sleep 10
|
sleep 10
|
||||||
podman machine inspect
|
podman machine inspect
|
||||||
# - name: Install podman-compose
|
- name: Install podman-compose
|
||||||
# if: matrix.os == 'macos-latest'
|
|
||||||
# run: |
|
|
||||||
# sudo pip3 install podman-compose
|
|
||||||
- name: Install docker-compose in macos
|
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
sudo pip3 install docker-compose
|
sudo pip3 install podman-compose
|
||||||
- name: Create symbolic link between Podman and Docker
|
- name: Create symbolic link between Podman and Docker
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ on:
|
||||||
- release-*
|
- release-*
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
if: false
|
|
||||||
name: Validate Go quickstarts on ${{ matrix.os }}
|
name: Validate Go quickstarts on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 130
|
timeout-minutes: 130
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ on:
|
||||||
- release-*
|
- release-*
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
if: false
|
|
||||||
name: Validate Java quickstart on ${{ matrix.os }}
|
name: Validate Java quickstart on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 130
|
timeout-minutes: 130
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ on:
|
||||||
- release-*
|
- release-*
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
if: false
|
|
||||||
name: Validate Javascript quickstart on ${{ matrix.os }}
|
name: Validate Javascript quickstart on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 130
|
timeout-minutes: 130
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ on:
|
||||||
- release-*
|
- release-*
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
if: false
|
|
||||||
name: Validate Python quickstart on ${{ matrix.os }}
|
name: Validate Python quickstart on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 130
|
timeout-minutes: 130
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@ This quickstart includes one service:
|
||||||
name: Run and initialize PostgreSQL container
|
name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 50
|
sleep: 60
|
||||||
timeout_seconds: 60
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 60
|
sleep: 60
|
||||||
timeout_seconds: 300
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 60
|
sleep: 60
|
||||||
timeout_seconds: 300
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 60
|
sleep: 60
|
||||||
timeout_seconds: 300
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 60
|
sleep: 60
|
||||||
timeout_seconds: 300
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 60
|
sleep: 60
|
||||||
timeout_seconds: 300
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 60
|
sleep: 60
|
||||||
timeout_seconds: 300
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 60
|
sleep: 60
|
||||||
timeout_seconds: 300
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 60
|
sleep: 60
|
||||||
timeout_seconds: 300
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
|
||||||
expected_return_code:
|
expected_return_code:
|
||||||
background: true
|
background: true
|
||||||
sleep: 60
|
sleep: 60
|
||||||
timeout_seconds: 300
|
timeout_seconds: 120
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue