Skip to content

Commit

Permalink
final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Jun 30, 2024
1 parent 3b92b20 commit 388ba69
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 19 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/badges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
workflow_call:
inputs:
run_number:
required: true
type: string

env:
BASE_IMAGE: openpilot-base
DOCKER_REGISTRY: ghcr.io/commaai
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci_weekly_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
PASSING_RUNS: 0

jobs:
setup:
if: github.repository == 'BBBmau/openpilot'
runs-on: ubuntu-latest
outputs:
ci_runs: ${{ steps.ci_runs_setup.outputs.value }}
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/ci_weekly_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ concurrency:
cancel-in-progress: true

jobs:
value_print:
runs-on: ubuntu-latest

steps:
- name: Print the ci_run value to STDOUT
run: echo The ci_run value is ${{ inputs.run_number }}
docs:
uses: BBBmau/openpilot/.github/workflows/docs.yaml@master
with:
Expand All @@ -29,7 +23,3 @@ jobs:
uses: BBBmau/openpilot/.github/workflows/tools_tests.yaml@master
with:
run_number: ${{ inputs.run_number }}
badges:
uses: BBBmau/openpilot/.github/workflows/badges.yaml@master
with:
run_number: ${{ inputs.run_number }}
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
workflow_call:
inputs:
run_number:
default: '1'
required: true
type: string
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
workflow_call:
inputs:
run_number:
default: '1'
required: true
type: string

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tools_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
workflow_call:
inputs:
run_number:
default: '1'
required: true
type: string
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion selfdrive/ui/tests/test_ui/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def setup_onroad_sidebar(click, pm: PubMaster):

TEST_DIR = pathlib.Path(__file__).parent

TEST_OUTPUT_DIR = TEST_DIR / "report"
TEST_OUTPUT_DIR = TEST_DIR / "report_1"
SCREENSHOTS_DIR = TEST_OUTPUT_DIR / "screenshots"


Expand Down

0 comments on commit 388ba69

Please sign in to comment.