Skip to content

Commit

Permalink
chore: disable fvm on ci (infinyon#3660)
Browse files Browse the repository at this point in the history
Disable FVM tests while Mock Server is introduced. Refer to infinyon#3657 for Mock Server Tracking.
  • Loading branch information
EstebanBorai authored and vrrashkov committed Nov 3, 2023
1 parent 3fb3fd8 commit f092671
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1052,22 +1052,24 @@ jobs:
run: make CDK_BIN=~/bin/cdk cli-cdk-smoke

# test fvm
- name: Download artifact - fvm
if: matrix.test == 'fvm'
uses: actions/download-artifact@v3
with:
name: fvm-x86_64-unknown-linux-musl
path: ~/bin
- name: mark fvm
if: matrix.test == 'fvm'
run: |
chmod +x ~/bin/fvm
echo "~/bin" >> $GITHUB_PATH
- name: Run FVM smoke tests
if: matrix.test == 'fvm'
timeout-minutes: 20
run: |
make FVM_BIN=~/bin/fvm HUB_REGISTRY_URL="https://hub-dev.infinyon.cloud" cli-fvm-smoke
# - name: Download artifact - fvm
# if: matrix.test == 'fvm'
# uses: actions/download-artifact@v3
# with:
# name: fvm-x86_64-unknown-linux-musl
# path: ~/bin

# - name: mark fvm
# if: matrix.test == 'fvm'
# run: |
# chmod +x ~/bin/fvm
# echo "~/bin" >> $GITHUB_PATH

# - name: Run FVM smoke tests
# if: matrix.test == 'fvm'
# timeout-minutes: 20
# run: |
# make FVM_BIN=~/bin/fvm HUB_REGISTRY_URL="https://hub-dev.infinyon.cloud" cli-fvm-smoke

- name: Run diagnostics
if: ${{ !success() }}
Expand Down

0 comments on commit f092671

Please sign in to comment.