Skip to content

Commit

Permalink
FIX-#7373: Try a previous version of motoserver/moto service, pin t…
Browse files Browse the repository at this point in the history
…o 5.0.13 (#7374)

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Aug 26, 2024
1 parent 05e5c48 commit 8fc230a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
name: test-ubuntu (engine unidist ${{matrix.unidist-backend}}, python ${{matrix.python-version}})
services:
moto:
image: motoserver/moto
image: motoserver/moto:5.0.13
ports:
- 5000:5000
env:
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
# Using workaround https://github.com/actions/runner/issues/822#issuecomment-1524826092
moto:
# we only need moto service on Ubuntu and for group_4 task or python engine
image: ${{ (matrix.os == 'ubuntu' && (matrix.engine == 'python' || matrix.test_task == 'group_4')) && 'motoserver/moto' || '' }}
image: ${{ (matrix.os == 'ubuntu' && (matrix.engine == 'python' || matrix.test_task == 'group_4')) && 'motoserver/moto:5.0.13' || '' }}
ports:
- 5000:5000
env:
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
name: test-${{ matrix.os }}-sanity (engine ${{ matrix.execution.name }}, python ${{matrix.python-version}})
services:
moto:
image: ${{ matrix.os != 'windows' && 'motoserver/moto' || '' }}
image: ${{ matrix.os != 'windows' && 'motoserver/moto:5.0.13' || '' }}
ports:
- 5000:5000
env:
Expand Down Expand Up @@ -623,7 +623,7 @@ jobs:
name: test experimental
services:
moto:
image: motoserver/moto
image: motoserver/moto:5.0.13
ports:
- 5000:5000
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: bash -l {0}
services:
moto:
image: motoserver/moto
image: motoserver/moto:5.0.13
ports:
- 5000:5000
env:
Expand Down

0 comments on commit 8fc230a

Please sign in to comment.