Skip to content
Snippets Groups Projects
Verified Commit 69efa180 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

chore: disabling the tests for a while

parent df0d7296
No related branches found
No related tags found
Loading
Pipeline #77391 passed
......@@ -5,9 +5,9 @@ create-packages:
rules:
- if: $CI_COMMIT_TAG
needs:
# - job: test-x86_64
# optional: false
# artifacts: true
- job: test-x86_64
optional: false
artifacts: true
- job: build-android
optional: false
artifacts: true
......
......@@ -8,12 +8,17 @@ test-x86_64:
- job: build-android
optional: false
artifacts: true
rules:
- if: ${QDS_CI_SKIP_TESTS} == "false"
variables:
GIT_SUBMODULE_STRATEGY: none
QDS_CI_JOB_TEST_RESULTS_PATH: ${CI_PROJECT_DIR}/test
script:
- |
if [[ ${QDS_CI_SKIP_TESTS} == "false" ]]; then
echo "Running tests";
else
echo "Skipping tests";
exit 0;
fi
- |
export ANDROID_SDK_ROOT=/opt/android
export PATH=$PATH:${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment