Browse Source

ci: Ignore s390x failures (#3644)

As of early August 2020 the VM has been down for several days due to
lack of power due related to bad weather at the data center... sigh.
master
Matt Holt 5 years ago
committed by GitHub
parent
commit
4accf737a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/ci.yml

1
.github/workflows/ci.yml

@ -124,6 +124,7 @@ jobs:
name: test (s390x on IBM Z) name: test (s390x on IBM Z)
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository if: github.event.pull_request.head.repo.full_name == github.repository
continue-on-error: true # August 2020: s390x VM is down due to weather and power issues
steps: steps:
- name: Checkout code into the Go module directory - name: Checkout code into the Go module directory
uses: actions/checkout@v2 uses: actions/checkout@v2

Loading…
Cancel
Save