Skip to content

Commit

Permalink
Fix minor issues with Virtual Threads CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 22, 2023
1 parent 17804c8 commit d18e739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ jobs:
quarkus-quickstarts/LICENSE
retention-days: 2
virtual-thread-native-tests:
name: Virtual Thread Support Tests Native - ${{matrix.category}}
name: Native Tests - Virtual Thread - ${{matrix.category}}
runs-on: ${{matrix.os-name}}
needs: [build-jdk11, calculate-test-jobs]
# Skip main in forks
Expand Down Expand Up @@ -855,7 +855,7 @@ jobs:
build-report:
runs-on: ubuntu-latest
name: Build report
needs: [build-jdk11,jvm-tests,maven-tests,gradle-tests,devtools-tests,quickstarts-tests,tcks-test,native-tests]
needs: [build-jdk11,jvm-tests,maven-tests,gradle-tests,devtools-tests,quickstarts-tests,tcks-test,native-tests,virtual-thread-native-tests]
if: always() && github.repository != 'quarkusio/quarkus'
steps:
- uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/virtual-threads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-virtual-threads-integration-tests-parent</artifactId>
<name>Quarkus - Virtual Threads Integration Tests</name>
<name>Quarkus - Integration Tests - Virtual Threads</name>

<packaging>pom</packaging>

Expand Down

0 comments on commit d18e739

Please sign in to comment.