Skip to content

Commit

Permalink
.travis.yml: Disable allow_failures for arm32.
Browse files Browse the repository at this point in the history
I want to disable allow_failures if possible to avoid unintentional new
failures. It seems that the arm32 case is stable.

Feel free to enable allow_failures again when you see the case is unstable.
  • Loading branch information
junaruga committed Oct 27, 2023
1 parent ddf5a33 commit 49d4421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -110,7 +110,7 @@ matrix:
# - <<: *s390x-linux
allow_failures:
# Allow failures for the unstable jobs.
- name: arm32-linux
# - name: arm32-linux
# - name: arm64-linux
- name: ppc64le-linux
- name: s390x-linux
Expand Down

0 comments on commit 49d4421

Please sign in to comment.