Skip to content

Commit

Permalink
CBG-4449: [3.2.2 backport] updates to fix python lint (#7276)
Browse files Browse the repository at this point in the history
* CBG-4448: updates to fix python lint

* update python format
  • Loading branch information
gregns1 authored Jan 10, 2025
1 parent f5f05ed commit a76ac16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: astral-sh/ruff-action@v3
with:
args: 'format --check'
python-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: astral-sh/ruff-action@v3
test-sgcollect:
runs-on: ${{ matrix.os }}
strategy:
Expand Down
4 changes: 1 addition & 3 deletions tools/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,9 +649,7 @@ def make_os_tasks(processes):
UnixTask("time and TZ", "date; date -u"),
UnixTask(
"ntp time",
"ntpdate -q pool.ntp.org || "
"nc time.nist.gov 13 || "
"netcat time.nist.gov 13",
"ntpdate -q pool.ntp.org || nc time.nist.gov 13 || netcat time.nist.gov 13",
timeout=60,
),
UnixTask("ntp peers", "ntpq -p"),
Expand Down

0 comments on commit a76ac16

Please sign in to comment.