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

[CI][flaky] reporting for PRs in GitHub #21853

Merged
merged 24 commits into from
Oct 27, 2020

Commits on Oct 15, 2020

  1. [CI][flaky] reporting

    v1v committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    9e989aa View commit details
    Browse the repository at this point in the history
  2. Use the right indice

    v1v committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    446299b View commit details
    Browse the repository at this point in the history
  3. Fix missing comma

    v1v committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    970eafc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Merge remote-tracking branch 'upstream/master' into feature/support-f…

    …laky-test-analyser
    
    * upstream/master: (22 commits)
      [Ingest Manager] Prevent reporting ecs version twice (elastic#21616)
      [CI] Use google storage to keep artifacts (elastic#21910)
      Update docs.asciidoc (elastic#21849)
      Kubernetes leaderelection improvements (elastic#21896)
      Apply name changes to elastic agent docs (elastic#21549)
      Add 7.7.1 relnotes to 7.8 docs (elastic#21937) (elastic#21941)
      [libbeat] Fix potential deadlock in the disk queue + add more unit tests (elastic#21930)
      Refactor docker watcher to fix flaky test and other small issues (elastic#21851)
      [CI] Add stage name in the step (elastic#21887)
      [docs] Remove extra word in autodiscover docs (elastic#21871)
      [CI] lint stage doesn't produce test reports (elastic#21888)
      Add tests of reader of filestream input (elastic#21814)
      [Ingest Manager] Use local temp instead of system one (elastic#21883)
      chore: delegate variant pushes to the right method (elastic#21861)
      [CI] kind setup fails sometimes (elastic#21857)
      Fix panic on add_docker_metadata close (elastic#21882)
      Add tests for fileProspector in filestream input (elastic#21712)
      [Filebeat][okta] Fix okta pagination (elastic#21797)
      Add cloud.account.id into add_cloud_metadata for gcp (elastic#21776)
      Fix syslog RFC 5424 parsing in CheckPoint module (elastic#21854)
      ...
    v1v committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    4039f89 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    c6957e6 View commit details
    Browse the repository at this point in the history
  2. Add debug logs

    v1v committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    ba9957b View commit details
    Browse the repository at this point in the history
  3. chore: for testing purposes

    v1v committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    6e6e094 View commit details
    Browse the repository at this point in the history
  4. Force flaky failures for filebeat and libbeat

    Build and Test / Filebeat Windows / test_close_renamed – test_harvester.Test
    
    Oct 21, 2020 @ 04:00:25.019	Build and Test / Libbeat / Libbeat oss / TestClientPublishEventKerberosAware – elasticsearch
    v1v committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    3a701bd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    6c01d3e View commit details
    Browse the repository at this point in the history
  2. chore: for testing purposes

    v1v committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    2ec9d4a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/support-flaky-test-analyser' of github.com:v1v/…

    …beats into feature/support-flaky-test-analyser
    
    * 'feature/support-flaky-test-analyser' of github.com:v1v/beats: (40 commits)
      [CI] support windows-10 (elastic#19804)
      Use default config when creating the input (elastic#22126)
      Change x509 mappings from file. to tls.server. (elastic#22097)
      Add fleet settings image (elastic#22065)
      Edit 7.9.3 changelog (elastic#22117)
      Edit 6.8.13 release notes (elastic#22120)
      Incorporate librpm fix feedback (elastic#22098)
      [libbeat] Add more disk queue unit tests and fix a size-check bug (elastic#22107)
      docs: move kerberos include (elastic#22109)
      Check context.Canceled and fix s3 input config (elastic#22036)
      Add max_number_of_messages into aws filebeat fileset vars (elastic#22057)
      Remove suricata.eve.timestamp alias (elastic#22095)
      [Ingest Manager] Use symlink path for reexecutions (elastic#21835)
      chore: use ubuntu 18 as linux agent (elastic#22084)
      docs: Prepare Changelog for 7.9.3 (elastic#22073) (elastic#22075)
      docs: Prepare Changelog for 6.8.13 (elastic#22072) (elastic#22079)
      [build][packaging] Add resilience when docker build (elastic#22050)
      Fix the url of reviewdog (elastic#21981)
      revert WSS process reporting for windows (elastic#22055)
      Fix typo (elastic#19585) (elastic#22061)
      ...
    v1v committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    290ff18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32b57a2 View commit details
    Browse the repository at this point in the history
  5. chore: for testing purposes

    v1v committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    5532351 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/support-flaky-test-analyser' of github.com:v1v/…

    …beats into feature/support-flaky-test-analyser
    
    * 'feature/support-flaky-test-analyser' of github.com:v1v/beats:
      [CI] Enable winlogbeat (elastic#22142)
    v1v committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    2b69e3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f45b272 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Revert "chore: for testing purposes"

    This reverts commit 5532351.
    v1v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7753860 View commit details
    Browse the repository at this point in the history
  2. Revert "chore: for testing purposes"

    This reverts commit 2ec9d4a.
    v1v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    35a3b64 View commit details
    Browse the repository at this point in the history
  3. Revert "Force flaky failures for filebeat and libbeat"

    This reverts commit 3a701bd.
    v1v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    f6a441d View commit details
    Browse the repository at this point in the history
  4. Revert "chore: for testing purposes"

    This reverts commit 6e6e094.
    v1v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0faff8a View commit details
    Browse the repository at this point in the history
  5. Revert "Add debug logs"

    This reverts commit ba9957b.
    v1v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    e3bc132 View commit details
    Browse the repository at this point in the history
  6. Revert "Force test failure in an existing flaky test"

    This reverts commit c6957e6.
    v1v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    df4057f View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master' into feature/support-f…

    …laky-test-analyser
    
    * upstream/master:
      Add new licence status: expired (elastic#22180)
      [filebeat][okta] Make cursor optional for okta and update docs (elastic#22091)
      Add documentation of filestream input (elastic#21615)
      [Ingest Manager] Skip flaky gateway tests elastic#22177
      [CI] set env variable for the params (elastic#22143)
      Fix zeek connection pipeline (elastic#22151)
      Fix Google Cloud Function configuration file issues (elastic#22156)
      Remove old TODO on kubernetes node update (elastic#22074)
    v1v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    9c3d147 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into feature/support-f…

    …laky-test-analyser
    
    * upstream/master:
      Add new licence status: expired (elastic#22180)
      [filebeat][okta] Make cursor optional for okta and update docs (elastic#22091)
      Add documentation of filestream input (elastic#21615)
      [Ingest Manager] Skip flaky gateway tests elastic#22177
      [CI] set env variable for the params (elastic#22143)
      Fix zeek connection pipeline (elastic#22151)
      Fix Google Cloud Function configuration file issues (elastic#22156)
      Remove old TODO on kubernetes node update (elastic#22074)
    v1v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0757395 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/support-flaky-test-analyser' of github.com:v1v/…

    …beats into feature/support-flaky-test-analyser
    
    * 'feature/support-flaky-test-analyser' of github.com:v1v/beats:
    v1v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a0243f8 View commit details
    Browse the repository at this point in the history