Skip to content

Commit

Permalink
Fixes piranhacloud#4444 - Move Annotations TCK to Piranha Core Profil…
Browse files Browse the repository at this point in the history
…e TCK project (piranhacloud#4445)
  • Loading branch information
mnriem authored Dec 31, 2024
1 parent 486ed85 commit aff43f4
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 286 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/tck-coreprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,6 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
annotations:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [ '21' ]
os: [ubuntu-latest]
steps:
- name: Checkout Sources
uses: actions/checkout@v4
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Setup for TCK
run: mvn -B -DskipTests=true -ntp install
- name: Run TCK
run: |
cd external/coreprofile-tck/annotations
mvn -B -ntp verify
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "external/coreprofile-tck/annotations/runner/target/failsafe-reports/*IT.xml"
if: always()
cdi:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tck-servlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
required: true
jobs:
expression:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -28,6 +29,7 @@ jobs:
- name: Run TCK
run: mvn -amd -B -P external -pl external/servlet-tck/expression verify
pages:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -46,6 +48,7 @@ jobs:
- name: Run TCK
run: mvn -amd -B -P external -pl external/servlet-tck/pages verify
servlet:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

## Reporting a Vulnerability

Please email security-issue@piranha.cloud describing the issue
Please email infor@piranha.cloud describing the issue
(preferably with a reproducer and/or a fix)
49 changes: 0 additions & 49 deletions VERSIONS.md

This file was deleted.

61 changes: 0 additions & 61 deletions external/coreprofile-tck/annotations/installer/pom.xml

This file was deleted.

44 changes: 0 additions & 44 deletions external/coreprofile-tck/annotations/pom.xml

This file was deleted.

104 changes: 0 additions & 104 deletions external/coreprofile-tck/annotations/runner/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion external/coreprofile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<sigtest-maven-plugin.version>2.2</sigtest-maven-plugin.version>
</properties>
<modules>
<module>annotations</module>
<module>inject</module>
<module>jsonb</module>
<module>jsonp</module>
Expand Down

0 comments on commit aff43f4

Please sign in to comment.