diff --git a/.github/workflows/fv_pipelines.yml b/.github/workflows/mv_pipelines.yml similarity index 62% rename from .github/workflows/fv_pipelines.yml rename to .github/workflows/mv_pipelines.yml index 65c49e6f0..63baa17a2 100644 --- a/.github/workflows/fv_pipelines.yml +++ b/.github/workflows/mv_pipelines.yml @@ -1,38 +1,40 @@ -name: FV_Pipelines +name: MV_Pipelines on: + workflow_dispatch: + branches: + - '*' schedule: - # temporary run job only once a month. - - cron: '* 5 1 * *' - -env: - LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so - SEGFAULT_SIGNALS: all + branches: + - '*' + # MV(as well as FV) Android and iOS only once a month. + - cron: '* 5 1 * *' jobs: - fv-build-ios-network-test: - name: FV / iOS clang / Network tests - runs-on: macos-10.15 + mv-build-ios-network-test: + name: MV / iOS clang / Network tests + runs-on: macos-latest env: BUILD_TYPE: RelWithDebInfo steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build with tests run: ./scripts/ios/fv/gh-actions-build-with-tests-fv.sh shell: bash - - name: Test FV Network + - name: Test MV Network run: ./scripts/ios/fv/gh-actions-functional-network-test.sh shell: bash - fv-android-amulator-build-test: + mv-android-emulator-build-test: name: MV.Android.Emulator.Build.Test.API21.ABIx86_64.NDK-Latest. - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: ANDROID_NDK_HOME: $(ANDROID_HOME)/ndk-bundle + SEGFAULT_SIGNALS: all steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Verification of cmake script run: ls -la $(ANDROID_NDK_HOME)/build/cmake/android.toolchain.cmake shell: bash