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

Opensearch gradle check migration to public jenkins (Old) #3698

Conversation

peterzhuamazon
Copy link
Member

Description

Opensearch gradle check migration to public jenkins

Issues Resolved

opensearch-project/opensearch-build#851

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@peterzhuamazon
Copy link
Member Author

Seems like github action have trouble reading from github secret, it is not stable for today anyway.
Close for now.

jobs:
gradle_check:
runs-on: ubuntu-latest
timeout-minutes: 130
Copy link
Member

@owaiskazi19 owaiskazi19 Jun 24, 2022

Choose a reason for hiding this comment

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

How are we deciding the timeout here to be 130? Did we document it somewhere?

JENKINS_URL="https://build.ci.opensearch.org"
WORKFLOW_NAME="gradle_check"
TIMEPASS=0
TIMEOUT=7200
Copy link
Member

Choose a reason for hiding this comment

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

Same as above

@peterzhuamazon peterzhuamazon changed the title Opensearch gradle check migration to public jenkins Opensearch gradle check migration to public jenkins (Old) Jun 24, 2022
@owaiskazi19
Copy link
Member

Seems like github action have trouble reading from github secret, it is not stable for today anyway. Close for now.

Instead of closing this PR. Can we keep it in the draft state?

@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success d9b9e22
Log 6316

Reports 6316

TIMEOUT=7200
RESULT="null"

echo "Trigger Jenkins workflows"
Copy link
Member

Choose a reason for hiding this comment

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

Isn't there a Jenkins CLI to do this and avoid having to hand roll the entire request/wait/response flow?

java -jar jenkins-cli.jar ...

Copy link
Member

@dblock dblock Jun 28, 2022

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI related cicd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants