Skip to content

Commit

Permalink
Merge pull request #122 from boschglobal/fix-failing-tests
Browse files Browse the repository at this point in the history
chore: Fix Failing Tests
  • Loading branch information
wba2hi authored Feb 6, 2025
2 parents 1902000 + 06f7c93 commit c10d534
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
default: 'false'
databroker-version:
description: "Databroker Version"
default: 'master'
default: 'main'
kotest-tag:
description: >
The Kotest Tag to use when executing the tests. Check Tag.kt for valid options. Different Tags might require the
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-project/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ runs:
java-version: '21'

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
uses: gradle/actions/setup-gradle@v3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SDK:main <-> Databroker:master
name: SDK:main <-> Databroker:main

on:
schedule:
Expand All @@ -20,5 +20,5 @@ jobs:
uses: ./.github/actions/run-tests
with:
upload-test-reports: true
databroker-version: master
databroker-version: main
kotest-tag: "Integration"
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ This means that issues exist between the latest released version of the SDK and
If this build fails it should be considered as a potential bigger issue
=> A hotfix or new release needs to be done

**SDK:latestRelease -> Databroker:master**
**SDK:latestRelease -> Databroker:main**
This means, that the latest released version of the SDK is not compatible with the currently developed version of the Databroker.

If this build fails it should be considered as a warning
=> Required fixes should be part of the next SDK release

**SDK:main -> Databroker:master**
**SDK:main -> Databroker:main**

[![SDK:main <-> Databroker:master](https://github.com/eclipse-kuksa/kuksa-android-sdk/actions/workflows/daily_integration_main-master.yaml/badge.svg)](https://github.com/eclipse-kuksa/kuksa-android-sdk/actions/workflows/daily_integration_main-master.yaml?query=branch%3Amain)
[![SDK:main <-> Databroker:master](https://github.com/eclipse-kuksa/kuksa-android-sdk/actions/workflows/daily_integration_main.yaml/badge.svg)](https://github.com/eclipse-kuksa/kuksa-android-sdk/actions/workflows/daily_integration_main-master.yaml?query=branch%3Amain)

This means both the SDK and Databroker are running in a kind of "bleeding edge" state in their currently developed version.

Expand Down

0 comments on commit c10d534

Please sign in to comment.