Skip to content

Commit

Permalink
chore: rebase on main, keep version intact to reduce distance with main
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
metacosm committed Jul 7, 2023
1 parent 13ca0d0 commit e539c4e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Build PRs and main when updated

on:
schedule:
# daily run
- cron: '0 0 * * *'
push:
branches:
- "main"
- "next-fabric8-version"
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
Expand Down Expand Up @@ -38,13 +41,12 @@ jobs:
strategy:
matrix:
java-version: [ 11, 17 ]
# quarkus-version-jq-cmd:
# - '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
quarkus-version-jq-cmd:
- '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
# - '.platforms[0].streams[] | select(.id == "3.2") | .releases[0].version'
uses: ./.github/workflows/build-for-quarkus-version.yml
with:
quarkus-version-jq-cmd: ${{ matrix.quarkus-version-jq-cmd }}
java-version: ${{ matrix.java-version }}
branch: ${{ needs.extract-branch-name.outputs.branch_name }}
native-modules: "integration-tests"
quarkus-version: "3.2.0.Final"
native-modules: "integration-tests"
7 changes: 6 additions & 1 deletion .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
on:
schedule:
# daily run
- cron: '0 0 * * *'
push:
branches: [ main, next ]
paths-ignore:
- 'docs/**'
branches: [ next-fabric8-version ]

jobs:
release-snapshot:
Expand Down
7 changes: 7 additions & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-bom</artifactId>
<version>6.8-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.quarkiverse.operatorsdk</groupId>
<artifactId>quarkus-operator-sdk-bom</artifactId>
Expand Down

0 comments on commit e539c4e

Please sign in to comment.