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

Bumped action/checkout version. #774

Merged
merged 4 commits into from
Jan 27, 2025

Conversation

AWSHurneyt
Copy link
Collaborator

@AWSHurneyt AWSHurneyt commented Jan 27, 2025

Description

Adjusted action/checkout version.

Similar to PR opensearch-project/anomaly-detection#1173, downgrading this action version as checkout is fail due to a missing library in v4.

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.

sbcd90 and others added 3 commits January 27, 2025 14:29
…rch-project#758)

* Monitor model changed to add an optional fanoutEnabled field

Signed-off-by: Riya Saxena <[email protected]>

* Monitor model changed to add an optional fanoutEnabled field

Signed-off-by: Riya Saxena <[email protected]>

* move fanoutEnabled to docLevel input

Signed-off-by: Riya Saxena <[email protected]>

* move fanoutEnabled to docLevel input

Signed-off-by: Riya Saxena <[email protected]>

* move fanoutEnabled to docLevel input

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
@AWSHurneyt
Copy link
Collaborator Author

Just merging to main branch for now. I'll backport this PR separately if needed.

@AWSHurneyt
Copy link
Collaborator Author

For context, here's an example of the error.
https://github.com/opensearch-project/common-utils/actions/runs/12919049069/job/36152649950?pr=770#step:3:1

Run actions/checkout@v2
/usr/bin/docker exec  27b36a2dce832405340e89383ef4ed3bd6bfa1cd728e91a8ccfb56cc590a00db sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

.github/workflows/ci.yml Show resolved Hide resolved
@AWSHurneyt AWSHurneyt merged commit 6f82a29 into opensearch-project:main Jan 27, 2025
9 checks passed
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/common-utils/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/common-utils/backport-2.x
# Create a new branch
git switch --create backport-774-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 6f82a2924eecf54025db92a50d02fe54a0bb5e0d
# Push it to GitHub
git push --set-upstream origin backport-774-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/common-utils/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport-774-to-2.x.

AWSHurneyt added a commit to AWSHurneyt/common-utils that referenced this pull request Jan 28, 2025
* add should_create_single_alert_for_findings field to security-analytics (opensearch-project#757)

Signed-off-by: Subhobrata Dey <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>

* Monitor model changed to add an optional fanoutEnabled field (opensearch-project#758)

* Monitor model changed to add an optional fanoutEnabled field

Signed-off-by: Riya Saxena <[email protected]>

* Monitor model changed to add an optional fanoutEnabled field

Signed-off-by: Riya Saxena <[email protected]>

* move fanoutEnabled to docLevel input

Signed-off-by: Riya Saxena <[email protected]>

* move fanoutEnabled to docLevel input

Signed-off-by: Riya Saxena <[email protected]>

* move fanoutEnabled to docLevel input

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Bumped action/checkout version.

Signed-off-by: AWSHurneyt <[email protected]>

---------

Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Riya Saxena <[email protected]>
Co-authored-by: Subhobrata Dey <[email protected]>
Co-authored-by: Riya <[email protected]>
AWSHurneyt added a commit that referenced this pull request Jan 28, 2025
* Bumped action/checkout version. (#774)

* add should_create_single_alert_for_findings field to security-analytics (#757)

Signed-off-by: Subhobrata Dey <[email protected]>

Signed-off-by: AWSHurneyt <[email protected]>

* Monitor model changed to add an optional fanoutEnabled field (#758)

* Monitor model changed to add an optional fanoutEnabled field

Signed-off-by: Riya Saxena <[email protected]>

* Monitor model changed to add an optional fanoutEnabled field

Signed-off-by: Riya Saxena <[email protected]>

* move fanoutEnabled to docLevel input

Signed-off-by: Riya Saxena <[email protected]>

* move fanoutEnabled to docLevel input

Signed-off-by: Riya Saxena <[email protected]>

* move fanoutEnabled to docLevel input

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>

* Bumped action/checkout version.

Signed-off-by: AWSHurneyt <[email protected]>

---------

Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Riya Saxena <[email protected]>
Co-authored-by: Subhobrata Dey <[email protected]>
Co-authored-by: Riya <[email protected]>

* Bumped action/checkout version.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

* Fix CI build.

Signed-off-by: AWSHurneyt <[email protected]>

---------

Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Riya Saxena <[email protected]>
Co-authored-by: Subhobrata Dey <[email protected]>
Co-authored-by: Riya <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants