Skip to content

Commit 6223287

Browse files
authored
Update FV/NV jobs (#1598)
Remove mock-server and usage of it on Github. Remove docs builds on NV and ARMHF FV jobs as redundant. Remove scripts used to test network with mock-server. Relates-To: OCMAM-177 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent 0b82ba1 commit 6223287

13 files changed

+5
-741
lines changed

scripts/android/build-test-emulator.sh

Lines changed: 0 additions & 107 deletions
This file was deleted.

scripts/ios/fv/gh-actions-build-with-tests-fv.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

scripts/ios/fv/gh-actions-functional-network-test.sh

Lines changed: 0 additions & 140 deletions
This file was deleted.

scripts/linux-armhf/fv/build_armhf_fv.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22
#
3-
# Copyright (C) 2019 HERE Europe B.V.
3+
# Copyright (C) 2019-2025 HERE Europe B.V.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@ export CXX=arm-linux-gnueabihf-g++-7
2424
export LD=arm-linux-gnueabihf-ld
2525

2626
mkdir -p build && cd build
27-
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOLP_SDK_BUILD_DOC=ON -DBUILD_SHARED_LIBS=ON -OLP_SDK_BUILD_EXAMPLES=OFF -DOLP_SDK_ENABLE_TESTING=OFF ..
27+
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON -OLP_SDK_BUILD_EXAMPLES=OFF -DOLP_SDK_ENABLE_TESTING=OFF ..
2828
make -j$(nproc)
29-
make docs
3029
echo "ARM HF build succeeded."

scripts/linux/fv/olp-cpp-sdk-functional-test-mock.sh

Lines changed: 0 additions & 65 deletions
This file was deleted.

scripts/linux/fv/test_fv.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -ex
22
#
3-
# Copyright (C) 2019-2021 HERE Europe B.V.
3+
# Copyright (C) 2019-2025 HERE Europe B.V.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -71,9 +71,6 @@ do
7171
done
7272
# End of retry part. This part can be removed any time later or after all online tests are stable.
7373

74-
# Run functional tests with Mock Server
75-
${FV_HOME}/olp-cpp-sdk-functional-test-mock.sh || TEST_FAILURE=1
76-
7774
# Run integration tests
7875
source ${FV_HOME}/olp-cpp-sdk-integration-test.variables
7976
${FV_HOME}/olp-cpp-sdk-integration-test.sh || TEST_FAILURE=1

0 commit comments

Comments
 (0)