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 more identifiers to gradle-check job webhook payload #12938

Merged
merged 8 commits into from
Apr 2, 2024

Conversation

rishabh6788
Copy link
Contributor

@rishabh6788 rishabh6788 commented Mar 27, 2024

Description

We are adding an additional post action to gradle-check job to fetch the failed tests for each run and index those results into an OpenSearch cluster.
Based on the feedback from @peternied here, this PR adds additional env variables to add metadata related to branch and PR contributor details.

As per our current implementation following fields get indexed for each gradle-check run when there are test failures:

{
  "build_number": 35918,
  "pull_request": "12914",
  "pr_description": "backport 2x bump orgapachecommonscommonsconfiguration2 from 2100 to 2101 in pluginsrepositoryhdfs",
  "test_class": "RemoteIndexRecoveryIT",
  "test_name": "org.opensearch.remotestore.RemoteIndexRecoveryIT.testCancelRecoveryWithAutoExpandReplicas",
  "test_status": "FAILED",
  "build_result": "FAILURE",
  "test_fail_count": 1,
  "test_skipped_count": 677,
  "test_passed_count": 30892,
  "build_duration": 3028345,
  "build_start_time": 1711417450740
}

For all the gradle-check test failure that happen as part of post merge action, i.e., when a PR is merged, the pr_number field passed from the existing workflow is Null and same is reflected in the indexed document.
It would be really helpful if we can add more metadata around merged commits that help operator easily identify person associated with the commit and pull request numbers.

The new env variables introduced are:

  • event_name: The event pull_request_target or push that triggered the gradle-check workflow.
  • branch_name: This will be the base repo branch in case of pull_request action. For push this will be the branch to which the commit was merged.
  • pr_owner : The github id of the user who created the PR. Will be Null in case of push action.
  • pr_or_commit_description : The commit message that is displayed upon merge, this contains important details around pr contributor and associated pull_requests. This will be PR body description for pull_request action.

Related Issues

opensearch-project/opensearch-build#4469

Check List

  • [ ] New functionality includes testing.
    • [ ] All tests pass
  • [ ] New functionality has been documented.
    • [ ] New functionality has javadoc added
  • [ ] Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • [ ] Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • [ ] 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.

@rishabh6788 rishabh6788 requested a review from peternied as a code owner March 27, 2024 00:59
@rishabh6788
Copy link
Contributor Author

Tagging @peternied for feedback and review.

Copy link
Contributor

github-actions bot commented Mar 27, 2024

Compatibility status:

Checks if related components are compatible with change b12cc21

Incompatible components

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/flow-framework.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/performance-analyzer.git]

Copy link
Contributor

✅ Gradle check result for b59f9cd: SUCCESS

Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.37%. Comparing base (b15cb0c) to head (b12cc21).
Report is 107 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12938      +/-   ##
============================================
- Coverage     71.42%   71.37%   -0.05%     
- Complexity    59978    60359     +381     
============================================
  Files          4985     5021      +36     
  Lines        282275   284067    +1792     
  Branches      40946    41151     +205     
============================================
+ Hits         201603   202748    +1145     
- Misses        63999    64541     +542     
- Partials      16673    16778     +105     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

.github/workflows/gradle-check.yml Outdated Show resolved Hide resolved
.github/workflows/gradle-check.yml Outdated Show resolved Hide resolved
.github/workflows/gradle-check.yml Outdated Show resolved Hide resolved
.github/workflows/gradle-check.yml Outdated Show resolved Hide resolved
.github/workflows/gradle-check.yml Show resolved Hide resolved
Co-authored-by: Peter Nied <[email protected]>
Signed-off-by: Rishabh Singh <[email protected]>
Copy link
Contributor

❕ Gradle check result for 0be531b: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.remotestore.RemoteStoreStatsIT.testNonZeroPrimaryStatsOnNewlyCreatedIndexWithZeroDocs

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link
Member

@peternied peternied left a comment

Choose a reason for hiding this comment

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

Even with the outstanding comments this change would be a good step forward if merged as is, thanks @rishabh6788

Copy link
Contributor

❌ Gradle check result for 8f07f5b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for accf82f: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for 8f07f5b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for bf78f73: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for 46f32ae: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for 46f32ae: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@rishabh6788
Copy link
Contributor Author

@peternied The gradle-check just won't pass. :(

Copy link
Contributor

❌ Gradle check result for 46f32ae: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@peternied
Copy link
Member

@rishabh6788 Please follow these steps for each build failure to root cause the issue(s)

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for 46f32ae: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

✅ Gradle check result for b12cc21: SUCCESS

Copy link
Contributor

✅ Gradle check result for 24591bc: SUCCESS

@peternied
Copy link
Member

@rishabh6788 please investigate the failures so this PR can be merged

@rishabh6788
Copy link
Contributor Author

@rishabh6788 please investigate the failures so this PR can be merged

Rebased the main branch and it is resolved.

@rishabh6788
Copy link
Contributor Author

@andrross Can you please provide your feedback and approve if it looks good to you?

@peternied
Copy link
Member

peternied commented Mar 29, 2024

@rishabh6788 passing check is not enough we need to be sure all these failures are investigated when they occur since they are so many failures - even during your attempt to collect more information about these failures the irony is not lost on me.

Its part of our pull request requirements checklist - I do insist that this requirement is followed before this change is merged.

@rishabh6788
Copy link
Contributor Author

❌ Gradle check result for 46f32ae: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Failing Tests:

Test Name | Duration | Age -- | -- | --  

 org.opensearch.upgrades.RecoveryIT.testRelocationWithConcurrentIndexingTest Name Duration Age
org.opensearch.backwards.IndexingIT.testIndexingWithPrimaryOnBwcNodes 3.9 sec 1
org.opensearch.backwards.IndexingIT.testSeqNoCheckpoints 0.4 sec 1
org.opensearch.backwards.IndexingIT.testIndexingWithReplicaOnBwcNodes 2.7 sec 1
org.opensearch.backwards.IndexingIT.testIndexVersionPropagation 1.2 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - multi} 0.65 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - blank} 0.41 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion - pattern} 0.45 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - multi metric} 0.43 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/11_indices_metrics/Metric - _all include_segment_file_sizes} 56 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - all metric} 0.42 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.fielddata/10_basic/Test cat fielddata output} 0.55 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion fields - star} 0.4 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - multi} 0.33 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.nodes/10_basic/Additional disk information} 50 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - _all metric} 0.39 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/12_level/Level - blank} 0.74 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/30_discovery/Discovery stats} 70 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/14_groups/Groups - blank} 0.41 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/14_groups/Groups - _all metric} 0.52 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - star} 0.33 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/40_updates_on_refresh/Completion stats} 0.32 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - pattern} 0.35 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.indices/20_hidden/Test cat indices output for hidden index} 0.23 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.shards/10_basic/Test cat shards sort} 0.46 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion fields - multi} 0.33 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/20_response_filtering/Nodes Stats filtered using both includes and excludes filters} 53 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - pattern} 0.33 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion - multi metric} 0.34 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion - all metric} 0.34 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/11_indices_metrics/Metric - indices _all} 47 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.indices/20_hidden/Test cat indices output with a hidden index with a hidden alias} 0.23 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/10_basic/Nodes stats level} 46 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - one} 0.33 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.nodes/10_basic/Test cat nodes output} 77 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - one} 0.29 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/11_indices_metrics/Metric - _all} 61 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.flush/10_basic/Flush stats} 0.37 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.flush/10_basic/Flush parameters validation} 0.22 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/20_response_filtering/Nodes Stats with response filtering} 57 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.shards/10_basic/Help from 2.12.0 to 2.99.99} 45 ms 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - star} 0.3 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - multi metric} 0.31 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion fields - one} 0.3 sec 1
org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/14_groups/Groups - star} 0.35 sec 1
org.opensearch.upgrades.RecoveryIT.testRelocationWithConcurrentIndexing

@rishabh6788
Copy link
Contributor Author

❌ Gradle check result for 46f32ae: FAILURE
Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Failing Tests:

Test Name | Duration | Age -- | -- | --  
 org.opensearch.upgrades.RecoveryIT.testRelocationWithConcurrentIndexingTest Name Duration Age org.opensearch.backwards.IndexingIT.testIndexingWithPrimaryOnBwcNodes 3.9 sec 1 org.opensearch.backwards.IndexingIT.testSeqNoCheckpoints 0.4 sec 1 org.opensearch.backwards.IndexingIT.testIndexingWithReplicaOnBwcNodes 2.7 sec 1 org.opensearch.backwards.IndexingIT.testIndexVersionPropagation 1.2 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - multi} 0.65 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - blank} 0.41 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion - pattern} 0.45 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - multi metric} 0.43 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/11_indices_metrics/Metric - _all include_segment_file_sizes} 56 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - all metric} 0.42 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.fielddata/10_basic/Test cat fielddata output} 0.55 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion fields - star} 0.4 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - multi} 0.33 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.nodes/10_basic/Additional disk information} 50 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - _all metric} 0.39 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/12_level/Level - blank} 0.74 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/30_discovery/Discovery stats} 70 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/14_groups/Groups - blank} 0.41 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/14_groups/Groups - _all metric} 0.52 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - star} 0.33 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/40_updates_on_refresh/Completion stats} 0.32 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - pattern} 0.35 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.indices/20_hidden/Test cat indices output for hidden index} 0.23 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.shards/10_basic/Test cat shards sort} 0.46 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion fields - multi} 0.33 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/20_response_filtering/Nodes Stats filtered using both includes and excludes filters} 53 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - pattern} 0.33 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion - multi metric} 0.34 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion - all metric} 0.34 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/11_indices_metrics/Metric - indices _all} 47 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.indices/20_hidden/Test cat indices output with a hidden index with a hidden alias} 0.23 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/10_basic/Nodes stats level} 46 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fielddata fields - one} 0.33 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.nodes/10_basic/Test cat nodes output} 77 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - one} 0.29 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/11_indices_metrics/Metric - _all} 61 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.flush/10_basic/Flush stats} 0.37 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.flush/10_basic/Flush parameters validation} 0.22 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=nodes.stats/20_response_filtering/Nodes Stats with response filtering} 57 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=cat.shards/10_basic/Help from 2.12.0 to 2.99.99} 45 ms 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - star} 0.3 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Fields - multi metric} 0.31 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/13_fields/Completion fields - one} 0.3 sec 1 org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.stats/14_groups/Groups - star} 0.35 sec 1 org.opensearch.upgrades.RecoveryIT.testRelocationWithConcurrentIndexing

org.opensearch.backwards.IndexingIT is flaky. See #9407
qa:mixed-cluster:v2.14.0#mixedClusterTest is flaky. See #12980
rg.opensearch.upgrades.RecoveryIT.testRelocationWithConcurrentIndexing was reported to be flaky and was supposed t be fixed. See #5766

@rishabh6788
Copy link
Contributor Author

❌ Gradle check result for 46f32ae: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

This has similar test failures as https://build.ci.opensearch.org/job/gradle-check/36125/testReport/

@rishabh6788
Copy link
Contributor Author

Verified all the failing gradle-checks and confirm that the test failures are same as that reported in https://build.ci.opensearch.org/job/gradle-check/36125/testReport/

@rishabh6788
Copy link
Contributor Author

@peternied @andrross Are we good to merge this PR?

@dblock dblock merged commit a6bbc09 into opensearch-project:main Apr 2, 2024
30 checks passed
@dblock dblock added the backport 2.x Backport to 2.x branch label Apr 2, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 2, 2024
* Add more identifiers to gradle-check job webhook payload

Signed-off-by: Rishabh Singh <[email protected]>

* Update .github/workflows/gradle-check.yml

Co-authored-by: Peter Nied <[email protected]>
Signed-off-by: Rishabh Singh <[email protected]>

* Add more identifiers to gradle-check job webhook payload

Signed-off-by: Rishabh Singh <[email protected]>

---------

Signed-off-by: Rishabh Singh <[email protected]>
Signed-off-by: Rishabh Singh <[email protected]>
Co-authored-by: Peter Nied <[email protected]>
(cherry picked from commit a6bbc09)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dblock added a commit that referenced this pull request Apr 2, 2024
dblock added a commit that referenced this pull request Apr 2, 2024
dblock added a commit that referenced this pull request Apr 2, 2024
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…project#12938)

* Add more identifiers to gradle-check job webhook payload

Signed-off-by: Rishabh Singh <[email protected]>

* Update .github/workflows/gradle-check.yml

Co-authored-by: Peter Nied <[email protected]>
Signed-off-by: Rishabh Singh <[email protected]>

* Add more identifiers to gradle-check job webhook payload

Signed-off-by: Rishabh Singh <[email protected]>

---------

Signed-off-by: Rishabh Singh <[email protected]>
Signed-off-by: Rishabh Singh <[email protected]>
Co-authored-by: Peter Nied <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
harshavamsi pushed a commit to harshavamsi/OpenSearch that referenced this pull request Apr 29, 2024
…project#12938)

* Add more identifiers to gradle-check job webhook payload

Signed-off-by: Rishabh Singh <[email protected]>

* Update .github/workflows/gradle-check.yml

Co-authored-by: Peter Nied <[email protected]>
Signed-off-by: Rishabh Singh <[email protected]>

* Add more identifiers to gradle-check job webhook payload

Signed-off-by: Rishabh Singh <[email protected]>

---------

Signed-off-by: Rishabh Singh <[email protected]>
Signed-off-by: Rishabh Singh <[email protected]>
Co-authored-by: Peter Nied <[email protected]>
harshavamsi pushed a commit to harshavamsi/OpenSearch that referenced this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants