Skip to content

Commit

Permalink
Remove changes made for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Oct 18, 2023
1 parent 3c74072 commit 9c88aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ jobs:
- id: ftl_test
if: steps.device-info.outputs.device_type == 'ftl'
uses: FirebaseExtended/github-actions/[email protected]
timeout-minutes: 20
timeout-minutes: 90
with:
credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CREDENTIALS }}
testapp_dir: testapps
Expand Down Expand Up @@ -1417,7 +1417,7 @@ jobs:
name: "attempt-retry"
needs: [check_and_prepare, summarize_results]
runs-on: ubuntu-20.04
if: ${{ failure() }} # && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger'
if: ${{ failure() && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -1439,7 +1439,6 @@ jobs:
run: |
echo "::warning ::Attempting to retry failed tests"
python scripts/gha/trigger_workflow.py -t ${{ steps.generate-token.outputs.token }} \
-w retry-test-failures.yml \
-p run_id ${{ github.run_id }} \
-s 10 \
-b retry_test_failures \
Expand Down
1 change: 0 additions & 1 deletion scripts/gha/print_matrix_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
{"type": "ftl", "device": "model=gts3lltevzw,version=28"}, # Galaxy Tab S3
{"type": "ftl", "device": "model=SH-01L,version=28"}, # AQUOS sense2 SH-01L
{"type": "ftl", "device": "model=PD1901,version=28"}, # VIVO 1901
{"type": "ftl", "device": "model=vivo_1906,version=28"}, # vivo 1906 - BROKEN
],
"android_latest": [
{"type": "ftl", "device": "model=oriole,version=33"}, # Pixel 6
Expand Down

0 comments on commit 9c88aaf

Please sign in to comment.