summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-05-20 10:11:35 +0200
committerDavid Göransson <david.goransson@mullvad.net>2025-05-21 11:56:46 +0200
commit39eccff2fbdd35e7a427877f77a31eef1510284a (patch)
tree428c51ffd972ec1f1e31b52a1473260bcd6899b5 /.github
parentbf7f22e42500ba570776a08d132b6ee1e3a93df9 (diff)
downloadmullvadvpn-39eccff2fbdd35e7a427877f77a31eef1510284a.tar.xz
mullvadvpn-39eccff2fbdd35e7a427877f77a31eef1510284a.zip
Update CI jobs to use new property naming scheme
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index caf8a9e700..5896844b3a 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -488,7 +488,10 @@ jobs:
VALID_TEST_ACCOUNT_NUMBER: ${{ env.RESOLVED_TEST_ACCOUNT }}
INVALID_TEST_ACCOUNT_NUMBER: '0000000000000000'
ENABLE_HIGHLY_RATE_LIMITED_TESTS: ${{ github.event_name == 'schedule' && 'true' || 'false' }}
- ENABLE_ACCESS_TO_LOCAL_API_TESTS: true
+ ENABLE_RAAS_TESTS: true
+ RAAS_HOST: '192.168.105.1'
+ RAAS_TRAFFIC_GENERATOR_TARGET_HOST: '45.83.223.209'
+ RAAS_TRAFFIC_GENERATOR_TARGET_PORT: '80'
REPORT_DIR: ${{ steps.prepare-report-dir.outputs.report_dir }}
run: ./android/scripts/run-instrumented-tests-repeat.sh ${{ needs.prepare.outputs.E2E_TEST_REPEAT }}
@@ -513,7 +516,7 @@ jobs:
invalid_test_account_number=0000000000000000,\
ENABLE_HIGHLY_RATE_LIMITED_TESTS=${{ github.event_name == 'schedule' && 'true' || 'false' }},\
partner_auth=${{ secrets.STAGEMOLE_PARTNER_AUTH }},\
- ENABLE_ACCESS_TO_LOCAL_API_TESTS=false"
+ ENABLE_RAAS_TESTS=false"
strategy:
fail-fast: false
matrix: