Skip to content

ADBDEV-10027: stop building pxf when prepare docker images for integration tests - #50

Open
AngryX wants to merge 1 commit into
mainfrom
features/ADBDEV-10027_1
Open

ADBDEV-10027: stop building pxf when prepare docker images for integration tests#50
AngryX wants to merge 1 commit into
mainfrom
features/ADBDEV-10027_1

Conversation

@AngryX

@AngryX AngryX commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@AngryX
AngryX requested a review from a team as a code owner July 2, 2026 11:51
@AngryX
AngryX force-pushed the features/ADBDEV-10027_1 branch from a2de5f3 to 08d49d4 Compare July 2, 2026 13:18
Comment on lines +66 to +75
- name: Set up Java 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'

- name: Build PXF Java server artifacts
working-directory: server
run: ./gradlew stage -x test

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't push processes to the runner level.
All processes should be executed in scripts identically in any environment, such as locally.
The runner serves only as a formal launch environment.
We don't need a runner-lock.

Comment thread common.mk
Comment on lines -5 to -9
# Fail early if GPHOME not found
ifeq ($(GPHOME),)
$(error GPHOME not defined)
endif

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we globally ignoring the absence of GPHOME?
This may cause the PXF to build with the wrong path - at the root of FS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants