Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev: (52 commits)
  Adds support for a distributed cluster setup. (#210)
  Hotfix ipmi (#333)
  added permissions for caching into all workflows
  Fix for 0-padded hours and minute display
  DataTables now local file
  Sorting by last_run default in table
  Data tables first draft (#343)
  updated tests to reflect modified runner flow; fix broken tests;
  More wording change
  Changed certify to measure
  Check configuration will raise ValueError on fail (#336)
  Normalized wording
  Eco ci gitlab (#332)
  Source now also showing in compare graph title
  Better wording for all flows
  Hotfix for broken image creation if --dev-repeat-run is active and image name not given (#334)
  Frontend rework less noisy
  string logging cannot contain NUL chars for PostgreSQL
  First draft of the runtime-sub-phases (#319)
  Stdout Logs display in Dashboard (#314)
  ...
  • Loading branch information
ArneTR committed Jun 27, 2023
2 parents 28d656a + 3af2e82 commit 4753c0e
Show file tree
Hide file tree
Showing 56 changed files with 1,581 additions and 634 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-bare-metal-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
run-tests-dev:
runs-on: self-hosted
permissions:
packages: write
contents: read
steps:
# - id: check-date
# if: ${{ github.event_name != 'workflow_dispatch' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests-bare-metal-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
run-tests-main:
runs-on: self-hosted
permissions:
packages: write
contents: read
steps:
# - id: check-date
# if: ${{ github.event_name != 'workflow_dispatch' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests-eco-ci-energy-estimation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
run-tests-dev:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: 'Checkout repository'
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests-vm-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
run-tests-dev:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- id: check-date
if: ${{ github.event_name != 'workflow_dispatch' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests-vm-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
run-tests-main:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- id: check-date
if: ${{ github.event_name != 'workflow_dispatch' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests-vm-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
run-tests:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: 'Checkout repository'
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ disable=missing-function-docstring,
too-many-public-methods,
too-many-branches,
too-many-statements,
too-many-arguments,


# import-error
Expand Down
Loading

0 comments on commit 4753c0e

Please sign in to comment.