Skip to content

Commit

Permalink
Migrate remaining Maestro-Cloud tests to Robin
Browse files Browse the repository at this point in the history
  • Loading branch information
CDRussell committed Jan 6, 2025
1 parent 9808fea commit 1593228
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 145 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ads-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ jobs:
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;

- name: ADS Preview Flows
uses: mobile-dev-inc/action-maestro-cloud@v1.8.1
uses: mobile-dev-inc/action-maestro-cloud@v1.9.7
with:
api-key: ${{ secrets.MOBILE_DEV_API_KEY }}
name: ${{ github.sha }}
api-key: ${{ secrets.ROBIN_API_KEY }}
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }}
name: androidDesignSystem_${{ github.sha }}
timeout: 120
app-file: apk/release.apk
workspace: .maestro
include-tags: androidDesignSystemTest
Expand All @@ -71,5 +73,5 @@ jobs:
asana-workspace-id: ${{ secrets.GH_ASANA_WORKSPACE_ID }}
asana-project-id: ${{ secrets.GH_ASANA_AOR_PROJECT_ID }}
asana-section-id: ${{ secrets.GH_ASANA_INCOMING_ID }}
asana-task-name: GH Workflow Failure - ADS Preview test
asana-task-name: GH Workflow Failure - ADS Preview test (Robin)
asana-task-description: The ADS Preview end to end workflow has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
10 changes: 6 additions & 4 deletions .github/workflows/custom-tabs-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ jobs:
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;

- name: Custom Tabs Flows
uses: mobile-dev-inc/action-maestro-cloud@v1.8.1
uses: mobile-dev-inc/action-maestro-cloud@v1.9.7
with:
api-key: ${{ secrets.MOBILE_DEV_API_KEY }}
name: ${{ github.sha }}
api-key: ${{ secrets.ROBIN_API_KEY }}
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }}
name: customTabs_${{ github.sha }}
timeout: 120
app-file: apk/release.apk
android-api-level: 30
workspace: .maestro
Expand All @@ -72,6 +74,6 @@ jobs:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
asana-project: ${{ vars.GH_ANDROID_APP_PROJECT_ID }}
asana-section: ${{ vars.GH_ANDROID_APP_INCOMING_SECTION_ID }}
asana-task-name: GH Workflow Failure - Custom Tabs Flows
asana-task-name: GH Workflow Failure - Custom Tabs Flows (Robin)
asana-task-description: The Custom Tabs nightly workflow has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
action: 'create-asana-task'
10 changes: 6 additions & 4 deletions .github/workflows/e2e-nightly-autofill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ jobs:
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;

- name: Autofill Critical Path E2E Flows
uses: mobile-dev-inc/action-maestro-cloud@v1.8.1
uses: mobile-dev-inc/action-maestro-cloud@v1.9.7
with:
api-key: ${{ secrets.MOBILE_DEV_API_KEY }}
name: ${{ github.sha }}
api-key: ${{ secrets.ROBIN_API_KEY }}
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }}
name: autofill_${{ github.sha }}
timeout: 120
app-file: apk/release.apk
android-api-level: 30
workspace: .maestro
Expand All @@ -72,6 +74,6 @@ jobs:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
asana-project: ${{ vars.GH_ANDROID_APP_PROJECT_ID }}
asana-section: ${{ vars.GH_ANDROID_APP_INCOMING_SECTION_ID }}
asana-task-name: GH Workflow Failure - Autofill Critical Path E2E Flows
asana-task-name: GH Workflow Failure - Autofill Critical Path E2E Flows (Robin)
asana-task-description: Autofill critical path tests have failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
action: 'create-asana-task'
119 changes: 0 additions & 119 deletions .github/workflows/end-to-end.yml

This file was deleted.

16 changes: 10 additions & 6 deletions .github/workflows/privacy-dashboard-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,24 @@ jobs:
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;

- name: Ad click detection flows
uses: mobile-dev-inc/action-maestro-cloud@v1.8.1
uses: mobile-dev-inc/action-maestro-cloud@v1.9.7
with:
api-key: ${{ secrets.MOBILE_DEV_API_KEY }}
name: ${{ github.sha }}
api-key: ${{ secrets.ROBIN_API_KEY }}
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }}
name: privacyDashboard_adClickTest_${{ github.sha }}
timeout: 120
app-file: apk/release.apk
workspace: .maestro
include-tags: adClickTest

- name: Privacy Tests
if: always()
uses: mobile-dev-inc/action-maestro-cloud@v1.8.1
uses: mobile-dev-inc/action-maestro-cloud@v1.9.7
with:
api-key: ${{ secrets.MOBILE_DEV_API_KEY }}
name: ${{ github.sha }}
api-key: ${{ secrets.ROBIN_API_KEY }}
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }}
name: privacyDashboard_privacyTest_${{ github.sha }}
timeout: 120
app-file: apk/release.apk
workspace: .maestro
include-tags: privacyTest
10 changes: 6 additions & 4 deletions .github/workflows/release_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;

- name: Release tests flows
uses: mobile-dev-inc/action-maestro-cloud@v1.8.1
uses: mobile-dev-inc/action-maestro-cloud@v1.9.7
with:
api-key: ${{ secrets.MOBILE_DEV_API_KEY }}
name: ${{ github.sha }}
api-key: ${{ secrets.ROBIN_API_KEY }}
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }}
name: releaseTest_${{ github.sha }}
timeout: 120
app-file: apk/release.apk
android-api-level: 30
workspace: .maestro
Expand All @@ -79,6 +81,6 @@ jobs:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
asana-project: ${{ vars.GH_ANDROID_APP_PROJECT_ID }}
asana-section: ${{ vars.GH_ANDROID_APP_INCOMING_SECTION_ID }}
asana-task-name: GH Workflow Failure - Tag Android Release
asana-task-name: GH Workflow Failure - Tag Android Release (Robin)
asana-task-description: Tag Android Release has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
action: 'create-asana-task'
10 changes: 6 additions & 4 deletions .github/workflows/sync-critical-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;

- name: Sync Flows
uses: mobile-dev-inc/action-maestro-cloud@v1.8.1
uses: mobile-dev-inc/action-maestro-cloud@v1.9.7
with:
api-key: ${{ secrets.MOBILE_DEV_API_KEY }}
name: ${{ github.sha }}
api-key: ${{ secrets.ROBIN_API_KEY }}
project-id: ${{ vars.ROBIN_ANDROID_PROJECT_ID }}
name: sync_${{ github.sha }}
timeout: 120
app-file: apk/release.apk
android-api-level: 30
workspace: .maestro
Expand All @@ -81,7 +83,7 @@ jobs:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
asana-project: ${{ vars.GH_ANDROID_APP_PROJECT_ID }}
asana-section: ${{ vars.GH_ANDROID_APP_INCOMING_SECTION_ID }}
asana-task-name: GH Workflow Failure - Android Sync Critical Path E2E Flows
asana-task-name: GH Workflow Failure - Android Sync Critical Path E2E Flows (Robin)
asana-task-description: The Android Sync Critical Path Flows E2E workflow has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
action: 'create-asana-task'

Expand Down

0 comments on commit 1593228

Please sign in to comment.