Skip to content

Commit

Permalink
Revert "Issue #10778: switch to ppc64le arch to avoid usage of paid c…
Browse files Browse the repository at this point in the history
…redits"

This reverts commit a8c31bb.
  • Loading branch information
romani committed Nov 6, 2021
1 parent 71a1a35 commit 4ce315d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .ci/jsoref-spellchecker/whitelist.words
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,6 @@ POJO
Popup
Postgresql
powermock
ppc
Ppitest
prebuilts
printf
Expand Down
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: ~> 1.0
dist: focal
# this arch is required as is for Partner Queue Solution - DO NOT MODIFY
arch: ppc64le
dist: xenial
os: linux
language: java

cache:
Expand Down Expand Up @@ -196,14 +195,15 @@ 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/:"
ls -A .ci-temp
sleep 5s
exit 1
fail=1
fi
ls -A .ci-temp
sleep 5s
exit $fail

0 comments on commit 4ce315d

Please sign in to comment.