Skip to content

Commit

Permalink
Merge pull request #1010 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - update docker-daily-build (#1009)
  • Loading branch information
gkwan-ibm authored Nov 29, 2023
2 parents 893f200 + 4864778 commit 7a69bda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-daily-test-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
description: Guide to build
default: "all"
required: true
branch:
description: Branch to test
required: false

env:
DOCKER_USERNAME: ${{ secrets.CP_STG_USERNAME }}
Expand Down Expand Up @@ -49,6 +52,7 @@ jobs:
echo date: ${{ github.event.inputs.date }}
echo driver: ${{ github.event.inputs.driver }}
echo guide: ${{ github.event.inputs.guide }}
echo branch: ${{ github.event.inputs.branch }}
echo "Build level: ${{ github.event.client_payload.build-level }}${{ github.event.inputs.build }}"
test-guide:
needs: [ get-repos ]
Expand All @@ -68,6 +72,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: OpenLiberty/${{ matrix.repos }}
ref: ${{ github.event.inputs.branch }}
path: ${{ matrix.repos }}
- name: Set permissions
run: chmod +x ${{ matrix.repos }}/scripts/*.sh
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docker-daily-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
description: Guide to build
default: "all"
required: true
branch:
description: Branch to test
required: false
jdk_level:
description: JDK level to test
default: "11"
Expand Down Expand Up @@ -53,6 +56,7 @@ jobs:
echo date: ${{ github.event.inputs.date }}
echo driver: ${{ github.event.inputs.driver }}
echo guide: ${{ github.event.inputs.guide }}
echo branch: ${{ github.event.inputs.branch }}
echo jdk_level: ${{ github.event.client_payload.jdk }}${{ github.event.inputs.jdk_level }}
echo "Build level: ${{ github.event.client_payload.build-level }}${{ github.event.inputs.build }}"
test-guide:
Expand All @@ -73,6 +77,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: OpenLiberty/${{ matrix.repos }}
ref: ${{ github.event.inputs.branch }}
path: ${{ matrix.repos }}
- name: Set permissions
run: chmod +x ${{ matrix.repos }}/scripts/*.sh
Expand Down

0 comments on commit 7a69bda

Please sign in to comment.