Skip to content

Commit

Permalink
fixup! emu,ppc64le: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Apr 10, 2023
1 parent ea6d854 commit e070ded
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ workflows:
version: 2
sanitizers:
jobs:
- "fedora-ubsan"
- "fedora-asan"
- "fedora-msan"
- "fedora-tsan"
# - "fedora-ubsan"
# - "fedora-asan"
# - "fedora-msan"
# - "fedora-tsan"
16 changes: 6 additions & 10 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

linux:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false

runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -148,11 +148,7 @@ jobs:

linux_emu:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0 &&
(
contains('refs/heads/master', github.ref) ||
contains('refs/heads/release_', github.ref)
)
if: needs.git_checks.outputs.num_code_changes > 0

runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -208,7 +204,7 @@ jobs:

macos:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false

runs-on: ${{ matrix.image }}
env:
Expand Down Expand Up @@ -253,7 +249,7 @@ jobs:

windows:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false

runs-on: ${{ matrix.image }}
env:
Expand Down Expand Up @@ -306,7 +302,7 @@ jobs:

docker:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false

runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -371,7 +367,7 @@ jobs:
# standard container job.
contract:
needs: [format, git_checks, docker]
if: needs.git_checks.outputs.num_code_changes > 0
if: false

runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit e070ded

Please sign in to comment.