Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ branches:
# Required. The list of status checks to require in order to merge into this branch
contexts:
- centos-7
- ubuntu-20
- ubuntu-22
- fedora-35
- debian-11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
coverity:
timeout-minutes: 5
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run-scan
Expand Down
14 changes: 1 addition & 13 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@ name: pull_request
on: pull_request

jobs:
ubuntu-20:
timeout-minutes: 10
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: pre-push
run: |
sudo apt-get update
sudo apt-get -y install libjson-c-dev libcmocka-dev clang \
clang-tools valgrind python3-pytest debianutils flake8 meson \
ninja-build
./.github/workflows/pull_request.sh
ubuntu-22:
timeout-minutes: 10
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -61,7 +49,7 @@ jobs:
./.github/workflows/pull_request.sh
debian-11:
timeout-minutes: 10
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: debian:11
steps:
- uses: actions/checkout@v4
Expand Down