Skip to content

Commit 64be6b0

Browse files
committed
Update workflows
1 parent b7b3680 commit 64be6b0

10 files changed

+7
-89
lines changed

.github/workflows/ads-end-to-end.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,4 @@ jobs:
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

.github/workflows/custom-tabs-nightly.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,4 @@ jobs:
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

.github/workflows/duckplayer.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,4 @@ jobs:
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

.github/workflows/e2e-nightly-autofill.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,4 @@ jobs:
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

.github/workflows/end-to-end-robintest.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/external-css-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
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

.github/workflows/external-ref-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
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

.github/workflows/input-screen-e2e-tests.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,4 @@ jobs:
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

.github/workflows/privacy-dashboard-end-to-end.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
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

.github/workflows/privacy.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,4 @@ jobs:
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

0 commit comments

Comments
 (0)