Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Mar 7, 2024
1 parent 24cdb1a commit 1c6b7d6
Show file tree
Hide file tree
Showing 30 changed files with 17 additions and 1,498 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hvac_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:

jobs:
integration-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Adding github workspace as safe directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seat_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ concurrency:
jobs:
integration-test:
# reduce runtime requirements from libc/libc++
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
# container:
# image: ghcr.io/${{ github.repository }}/oci_kuksa-val-services-ci:v0.1.0
# credentials:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seat_service_debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
build:
# reduce runtime requirements from libc/libc++
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Build
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seat_service_docu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
build:
# reduce runtime requirements from libc/libc++
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Build docu

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seat_service_release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
build:
# reduce runtime requirements from libc/libc++
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Build
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seat_service_seatctrl_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

build:
# reduce runtime requirements from libc/libc++
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Build
steps:
- name: adding github workspace as safe directory
Expand Down
35 changes: 0 additions & 35 deletions .vscode/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions .vscode/scripts/clean-binaries.sh

This file was deleted.

46 changes: 0 additions & 46 deletions .vscode/scripts/ensure-dapr.sh

This file was deleted.

28 changes: 0 additions & 28 deletions .vscode/scripts/k3d-uninstall.sh

This file was deleted.

44 changes: 0 additions & 44 deletions .vscode/scripts/run-databroker-cli.sh

This file was deleted.

100 changes: 0 additions & 100 deletions .vscode/scripts/run-databroker.sh

This file was deleted.

Loading

0 comments on commit 1c6b7d6

Please sign in to comment.