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

Add Jenkinsfile to run internal automation #1232

Merged
merged 1 commit into from
Jun 9, 2024
Merged

Conversation

kurtismullins
Copy link
Collaborator

@kurtismullins kurtismullins commented May 14, 2024

Description of Changes

Adds a Jenkinsfile which is used to kick-off internal automation.

For those who do not have experience with Jenkins, the new Jenkinsfile automatically performs the following functions:

  1. Sets a Github Status Check to Pending
  2. Starts internal automation within Jenkins
  3. Waits for the internal automation to finish executing
  4. Updates the Github Status Check with a Success or Failure message depending on the results.

API and ABI breaking changes

n/a

Expected complexity level and risk

How complicated do you think these changes are? Grade on a scale from 1 to 5,
where 1 is a trivial change, and 5 is a deep-reaching and complex change.

This complexity rating applies not only to the complexity apparent in the diff,
but also to its interactions with existing and future code.

If you answered more than a 2, explain what is complex about the PR,
and what other components it interacts with in potentially concerning ways.

1 - Trivial and should not impact the source code at all.

Testing

Describe any testing you've done, and any testing you'd like your reviewers to do,
so that you're confident that all the changes work as expected!

  • Verified that changes to this Pull Request automatically kick off the appropriate pipelines in Jenkins.

@bfops bfops added the release-any To be landed in any release window label May 21, 2024
@cloutiertyler cloutiertyler added release-0.10 and removed release-any To be landed in any release window labels Jun 3, 2024
@bfops bfops added the no runtime change This change does not affect the final binaries label Jun 3, 2024
@kurtismullins kurtismullins changed the title Add Jenkinsfile for additional automation Add Jenkinsfile to run internal automation Jun 9, 2024
@kurtismullins kurtismullins marked this pull request as ready for review June 9, 2024 01:17
Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

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

LGTM

@kurtismullins kurtismullins added this pull request to the merge queue Jun 9, 2024
Merged via the queue into master with commit b525247 Jun 9, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no runtime change This change does not affect the final binaries release-0.10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants