Skip to content

Commit

Permalink
Remove glow-preview workarounds from workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Apr 16, 2024
1 parent 484f280 commit 80b4e9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,13 @@ jobs:
WildFly-build:
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
with:
# There is no upstream glow-preview branch. The QS glow-preview branch targets WildFLy main
#wildfly-branch: ${{ github.base_ref }}
wildfly-branch: main
wildfly-branch: ${{ github.base_ref }}
wildfly-repo: "wildfly/wildfly"

Test-build-with-deps-matrix:
name: BUILD WITH DEPS - JDK${{ matrix.jdk }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
needs: WildFly-build
if:
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/quickstart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ jobs:
WildFly-build:
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
with:
# There is no upstream glow-preview branch. The QS glow-preview branch targets WildFLy main
#wildfly-branch: ${{ github.base_ref }}
wildfly-branch: main
wildfly-branch: ${{ github.base_ref }}
wildfly-repo: "wildfly/wildfly"

Test-build-with-deps-matrix:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/quickstart_ejb-txn-remote-call_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
MATRIX_JDK: '"11", "17"'
MATRIX_OS: '"ubuntu-latest"'
SERVER_PROVISIONING_SERVER_HOST: 'http://localhost'
EXTRA_RUN_ARGS: '-Pprovisioned-server -DpostgresqlUsername="test" -DpostgresqlPassword="test"'
EXTRA_RUN_ARGS: '-DpostgresqlUsername="test" -DpostgresqlPassword="test"'
WILDFLY_SNAPSHOT_EXTRA_PACKAGE_ARGUMENTS: '-Dwildfly-glow-galleon-feature-packs-url=https://raw.githubusercontent.com/wildfly/wildfly-galleon-feature-packs/main/'
jobs:
Matrix-Setup:
Expand Down Expand Up @@ -133,9 +133,7 @@ jobs:
WildFly-build:
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
with:
# There is no upstream glow-preview branch. The QS glow-preview branch targets WildFLy main
#wildfly-branch: ${{ github.base_ref }}
wildfly-branch: main
wildfly-branch: ${{ github.base_ref }}
wildfly-repo: "wildfly/wildfly"

Test-build-with-deps-matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reduce_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: WildFly Quickstarts Update 'README.adoc's
on:
push:
branches:
- glow-preview
- main

# Only run the latest job
concurrency:
Expand Down

0 comments on commit 80b4e9a

Please sign in to comment.