aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-02-27 15:48:05 +0000
committerMenny Even Danan <menny@evendanan.net>2020-02-27 18:37:37 +0000
commitfb509d0111dc641f27b2ec2d9632e78a33a7b751 (patch)
tree30f661c3f080a4f12607136c359bebdeb4dd512c /.github
parent870cb389c8e3d116eab9cd03d096efb034565eee (diff)
downloadAnySoftKeyboard-fb509d0111dc641f27b2ec2d9632e78a33a7b751.tar.gz
AnySoftKeyboard-fb509d0111dc641f27b2ec2d9632e78a33a7b751.tar.bz2
loggin build result
Diffstat (limited to '.github')
-rwxr-xr-x.github/actions/test-shard-run/run_tests.sh2
-rw-r--r--.github/workflows/checks.yml17
-rw-r--r--.github/workflows/third_party_update.yml5
3 files changed, 22 insertions, 2 deletions
diff --git a/.github/actions/test-shard-run/run_tests.sh b/.github/actions/test-shard-run/run_tests.sh
index 1f312bbc0..66f54bcac 100755
--- a/.github/actions/test-shard-run/run_tests.sh
+++ b/.github/actions/test-shard-run/run_tests.sh
@@ -12,7 +12,7 @@ echo "Will run tests for module '${MODULE}' with extra args '${EXTRA_ARGS}' for
#extra args needs to come before the coverage task so "--tests" will be passed to the test tasks
# we automatically re-try on gradle crash
-./scripts/retry-on-SIGSEGV.sh 2 6,134 ./gradlew "${MODULE}testDebugUnitTest" ${EXTRA_ARGS} "${MODULE}testDebugUnitTestCoverage"
+./scripts/retry-on-SIGSEGV.sh 3 ./gradlew "${MODULE}testDebugUnitTest" ${EXTRA_ARGS} "${MODULE}testDebugUnitTestCoverage"
#see https://github.com/actions/cache/issues/133
[[ -n "${GITHUB_ACTIONS}" ]] && chmod -R a+rwx .
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 2df749adc..b2712da6f 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -84,8 +84,13 @@ jobs:
- uses: actions/upload-artifact@v1.0.0
if: always()
with:
- name: app-tests_${{ matrix.index }}
+ name: app-tests-${{ matrix.index }}
path: collected_reports
+ - uses: actions/upload-artifact@v1.0.0
+ if: always()
+ with:
+ name: app-tests-${{ matrix.index }}-build-logging
+ path: build-logging
app-all-sdks-tests:
runs-on: ubuntu-18.04
@@ -117,6 +122,11 @@ jobs:
with:
name: app-less-tests
path: collected_reports
+ - uses: actions/upload-artifact@v1.0.0
+ if: always()
+ with:
+ name: app-all-sdks-tests-build-logging
+ path: build-logging
app-less-tests:
runs-on: ubuntu-18.04
@@ -148,6 +158,11 @@ jobs:
with:
name: app-less-tests
path: collected_reports
+ - uses: actions/upload-artifact@v1.0.0
+ if: always()
+ with:
+ name: app-less-tests-build-logging
+ path: build-logging
deploy-dry-run:
if: github.event_name == 'pull_request'
diff --git a/.github/workflows/third_party_update.yml b/.github/workflows/third_party_update.yml
index 0bb08560e..efb410476 100644
--- a/.github/workflows/third_party_update.yml
+++ b/.github/workflows/third_party_update.yml
@@ -25,6 +25,7 @@ jobs:
- name: verify-greps
run: ./scripts/verify-third-party-update-greps.sh "${GREP_VERSION_CLASSES}"
gradle-update:
+ if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps:
@@ -57,6 +58,7 @@ jobs:
assignees: menny
branch: 'bot-pr/gradle-update'
robolectric-update:
+ if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps:
@@ -91,6 +93,7 @@ jobs:
assignees: menny
branch: 'bot-pr/robolectric-update'
build-tools-update:
+ if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps:
@@ -124,6 +127,7 @@ jobs:
assignees: menny
branch: 'bot-pr/build-tools-update'
error-prone-update:
+ if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps:
@@ -165,6 +169,7 @@ jobs:
assignees: menny
branch: 'bot-pr/error-prone-update'
google-format-update:
+ if: github.event_name == 'schedule'
runs-on: ubuntu-18.04
container: menny/ndk_ask:1.13.6
steps: