Skip to content

Commit

Permalink
Issue checkstyle#10778: switch to ppc64le arch to avoid usage of paid…
Browse files Browse the repository at this point in the history
… credits
  • Loading branch information
romani committed Nov 2, 2021
1 parent 50675ca commit cb07ba9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .ci/jsoref-spellchecker/whitelist.words
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ POJO
Popup
Postgresql
powermock
ppc
Ppitest
prebuilts
printf
Expand Down
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: ~> 1.0
dist: xenial
os: linux
dist: focal
# this arch is required as is for Partner Queue Solution - DO NOT MODIFY
arch: ppc64le
language: java

cache:
Expand Down Expand Up @@ -195,15 +196,13 @@ after_success:
fi
- |
set -e
fail=0
mkdir -p .ci-temp
if [ -z "$(ls -A .ci-temp)" ]; then
echo "Folder .ci-temp/ is empty."
else
echo "Folder .ci-temp/ is not empty. Verification failed."
echo "Contents of .ci-temp/:"
fail=1
ls -A .ci-temp
sleep 5s
exit 1
fi
ls -A .ci-temp
sleep 5s
exit $fail

0 comments on commit cb07ba9

Please sign in to comment.