Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java: Fix CI. #1790

Conversation

Yury-Fridlyand
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand commented Jul 3, 2024

Issue #, if available:
N/A

Description of changes:
Fixes

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Signed-off-by: Yury-Fridlyand <[email protected]>
@Yury-Fridlyand Yury-Fridlyand added java issues and fixes related to the java client CI/CD CI/CD related labels Jul 3, 2024
Signed-off-by: Yury-Fridlyand <[email protected]>
@Yury-Fridlyand Yury-Fridlyand changed the title [WIP] Java: Fix CI. Java: Fix CI. Jul 3, 2024
@Yury-Fridlyand Yury-Fridlyand marked this pull request as ready for review July 3, 2024 19:05
@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner July 3, 2024 19:05
@@ -126,7 +126,7 @@ jobs:
- 17
runs-on: ubuntu-latest
container: amazonlinux:latest
timeout-minutes: 15
timeout-minutes: 35
Copy link
Contributor

Choose a reason for hiding this comment

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

can we make this 25?

Copy link
Collaborator Author

@Yury-Fridlyand Yury-Fridlyand Jul 3, 2024

Choose a reason for hiding this comment

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

Our main CI is limited by 35, this one takes more time, due to VM/container deploy.
Should I update both? Actual run times are GH linux <10 min, GH mac <12, AWS VM <17

@@ -108,7 +108,7 @@ jobs:
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: test-reports-java-${{ matrix.java }}-redis-${{ matrix.redis }}-${{ matrix.host.RUNNER }}
name: test-reports-java-${{ matrix.java }}-${{ matrix.engine.type }}-${{ matrix.engine.version }}-${{ matrix.host.RUNNER }}
Copy link
Contributor

Choose a reason for hiding this comment

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

strangely, engine.type is always valkey

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah and redis never installed. @barshaul ?

@Yury-Fridlyand Yury-Fridlyand merged commit 4ab00dd into valkey-io:main Jul 5, 2024
17 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the java/integ_yuryf_fix_ci_artifact_names branch July 5, 2024 16:56
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jul 16, 2024
* Fix CI.

Signed-off-by: Yury-Fridlyand <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD CI/CD related java issues and fixes related to the java client
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants