From 030fef3405893624d44d23f9d05aee4874f31a0a Mon Sep 17 00:00:00 2001 From: Yaroslav Stefinko Date: Thu, 3 Apr 2025 10:29:34 +0300 Subject: [PATCH] Remove unused FV jobs Jobs are not used on Github and they required mocks Relates-To: OCMAM-177 Signed-off-by: Yaroslav Stefinko --- .github/workflows/fv_pipelines.yml | 37 ------------------------------ scripts/linux/fv/test_fv.sh | 2 +- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 .github/workflows/fv_pipelines.yml diff --git a/.github/workflows/fv_pipelines.yml b/.github/workflows/fv_pipelines.yml deleted file mode 100644 index 49772803e..000000000 --- a/.github/workflows/fv_pipelines.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: FV_Pipelines - -on: - push: - branches: - - master - -jobs: - fv-build-ios-network-test: - name: FV / iOS clang / Network tests - runs-on: macos-latest - env: - BUILD_TYPE: RelWithDebInfo - steps: - - name: Check out repository - uses: actions/checkout@v4 - - name: Build with tests - run: ./scripts/ios/fv/gh-actions-build-with-tests-fv.sh - shell: bash - - name: Test iOS FV Network - run: ./scripts/ios/fv/gh-actions-functional-network-test.sh - shell: bash - - fv-android-emulator-build-test: - name: FV.Android.Emulator.Build.Test.API21.ABIx86_64.NDK-22. - runs-on: ubuntu-latest - env: - SEGFAULT_SIGNALS: all - BUILD_TYPE: RelWithDebInfo - steps: - - name: Check out repository - uses: actions/checkout@v4 - - name: Verification of cmake script - run: ls -la ${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake && ls -la ${ANDROID_NDK_HOME}/prebuilt && ls -la ${ANDROID_NDK_HOME}/ndk-build - - name: Android Emulator Test - run: scripts/android/build-test-emulator.sh - shell: bash diff --git a/scripts/linux/fv/test_fv.sh b/scripts/linux/fv/test_fv.sh index ba151f45d..9a32ac1d4 100755 --- a/scripts/linux/fv/test_fv.sh +++ b/scripts/linux/fv/test_fv.sh @@ -30,7 +30,7 @@ fi TEST_FAILURE=0 RETRY_COUNT=0 -EXPECTED_REPORT_COUNT=7 # expected that we generate 7 reports +EXPECTED_REPORT_COUNT=6 # expected that we generate 6 reports #for core dump backtrace ulimit -c unlimited