File tree Expand file tree Collapse file tree 10 files changed +7
-89
lines changed Expand file tree Collapse file tree 10 files changed +7
-89
lines changed Original file line number Diff line number Diff line change 6666 app-file : apk/release.apk
6767 android-api-level : 30
6868 workspace : .maestro
69- include-tags : androidDesignSystemTest
70-
71- - name : Create Asana task when workflow failed
72- if : ${{ failure() }}
73- uses : honeycombio/gha-create-asana-task@main
74- with :
75- asana-secret : ${{ secrets.ASANA_ACCESS_TOKEN }}
76- asana-workspace-id : ${{ secrets.GH_ASANA_WORKSPACE_ID }}
77- asana-project-id : ${{ secrets.GH_ASANA_AOR_PROJECT_ID }}
78- asana-section-id : ${{ secrets.GH_ASANA_INCOMING_ID }}
79- asana-task-name : GH Workflow Failure - ADS Preview test (Robin)
80- asana-task-description : The ADS Preview end to end workflow has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
69+ include-tags : androidDesignSystemTest
Original file line number Diff line number Diff line change 6666 app-file : apk/release.apk
6767 android-api-level : 30
6868 workspace : .maestro
69- include-tags : customTabsTest
70-
71- - name : Create Asana task when workflow failed
72- if : ${{ failure() }}
73- id : create-failure-task
74- uses : duckduckgo/native-github-asana-sync@v2.0
75- with :
76- asana-pat : ${{ secrets.ASANA_ACCESS_TOKEN }}
77- asana-project : ${{ vars.GH_ANDROID_APP_PROJECT_ID }}
78- asana-section : ${{ vars.GH_ANDROID_APP_INCOMING_SECTION_ID }}
79- asana-task-name : GH Workflow Failure - Custom Tabs Flows (Robin)
80- asana-task-description : The Custom Tabs nightly workflow has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
81- action : ' create-asana-task'
69+ include-tags : customTabsTest
Original file line number Diff line number Diff line change 7777 app-file : apk/internal.apk
7878 android-api-level : 34
7979 workspace : .maestro
80- include-tags : duckplayer
81-
82- - name : Create Asana task when workflow failed
83- if : ${{ failure() && github.event_name != 'workflow_dispatch' }}
84- uses : honeycombio/gha-create-asana-task@main
85- with :
86- asana-secret : ${{ secrets.ASANA_ACCESS_TOKEN }}
87- asana-workspace-id : ${{ secrets.GH_ASANA_WORKSPACE_ID }}
88- asana-project-id : ${{ secrets.DUCK_PLAYER_AOR_PROJECT_ID }}
89- asana-section-id : ${{ secrets.DUCK_PLAYER_AOR_INCOMING_ID }}
90- asana-task-name : GH Workflow Failure - Duck Player tests
91- asana-task-description : The Duck Player workflow has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
80+ include-tags : duckplayer
Original file line number Diff line number Diff line change 7979 app-file : apk/release.apk
8080 android-api-level : 30
8181 workspace : .maestro
82- include-tags : autofillBackfillingUsername,autofillPasswordGeneration
83-
84- - name : Create Asana task when workflow failed
85- if : ${{ failure() }}
86- id : create-failure-task
87- uses : duckduckgo/native-github-asana-sync@v2.0
88- with :
89- asana-pat : ${{ secrets.ASANA_ACCESS_TOKEN }}
90- asana-project : ${{ vars.GH_ANDROID_APP_PROJECT_ID }}
91- asana-section : ${{ vars.GH_ANDROID_APP_INCOMING_SECTION_ID }}
92- asana-task-name : GH Workflow Failure - Autofill E2E Flows (Robin)
93- asana-task-description : Autofill tests have failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
94- action : ' create-asana-task'
82+ include-tags : autofillBackfillingUsername,autofillPasswordGeneration
Original file line number Diff line number Diff line change @@ -156,15 +156,4 @@ jobs:
156156 app-file : apk/release.apk
157157 android-api-level : 33
158158 workspace : .maestro
159- include-tags : permissionsTest
160-
161- - name : Create Asana task when workflow failed
162- if : ${{ failure() }}
163- uses : honeycombio/gha-create-asana-task@main
164- with :
165- asana-secret : ${{ secrets.ASANA_ACCESS_TOKEN }}
166- asana-workspace-id : ${{ secrets.GH_ASANA_WORKSPACE_ID }}
167- asana-project-id : ${{ secrets.GH_ASANA_AOR_PROJECT_ID }}
168- asana-section-id : ${{ secrets.GH_ASANA_INCOMING_ID }}
169- asana-task-name : GH Workflow Failure - End to end tests (Robin)
170- asana-task-description : The end to end workflow has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
159+ include-tags : permissionsTest
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v4
2424 with :
2525 submodules : recursive
26- ref : ' feature/cris/on-activity-created-non-blocking'
2726
2827 - name : Setup jq
2928 uses : dcarbone/install-jq-action@v1.0.1
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v4
2424 with :
2525 submodules : recursive
26- ref : ' feature/cris/on-activity-created-non-blocking'
2726
2827 - name : Install copy-files-from-to
2928 run : npm install -g copy-files-from-to
Original file line number Diff line number Diff line change 6464 app-file : apk/playRelease.apk
6565 android-api-level : 30
6666 workspace : .maestro
67- include-tags : inputScreenTest
68-
69- - name : Create Asana task when workflow failed
70- if : ${{ failure() }}
71- uses : honeycombio/gha-create-asana-task@main
72- with :
73- asana-secret : ${{ secrets.ASANA_ACCESS_TOKEN }}
74- asana-workspace-id : ${{ secrets.GH_ASANA_WORKSPACE_ID }}
75- asana-project-id : ${{ secrets.GH_ASANA_AOR_PROJECT_ID }}
76- asana-section-id : ${{ secrets.GH_ASANA_INCOMING_ID }}
77- asana-task-name : GH Workflow Failure - Input Screen E2E tests
78- asana-task-description : The Input Screen end-to-end workflow has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
67+ include-tags : inputScreenTest
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v4
2323 with :
2424 submodules : recursive
25- ref : ' feature/cris/on-activity-created-non-blocking'
2625
2726 - name : Set up JDK version
2827 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 7979 uses : actions/upload-artifact@v4
8080 with :
8181 name : android-tests-report
82- path : android-tests-report.zip
83-
84- - name : Create Asana task when workflow failed
85- if : ${{ failure() && github.event_name != 'workflow_dispatch' }}
86- uses : honeycombio/gha-create-asana-task@main
87- with :
88- asana-secret : ${{ secrets.ASANA_ACCESS_TOKEN }}
89- asana-workspace-id : ${{ secrets.GH_ASANA_WORKSPACE_ID }}
90- asana-project-id : ${{ secrets.GH_ASANA_AOR_PROJECT_ID }}
91- asana-section-id : ${{ secrets.GH_ASANA_INCOMING_ID }}
92- asana-task-name : GH Workflow Failure - Privacy tests
93- asana-task-description : The privacy workflow has failed. See https://github.com/duckduckgo/Android/actions/runs/${{ github.run_id }}
82+ path : android-tests-report.zip
You can’t perform that action at this time.
0 commit comments