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

[7.0.1] Cherry-pick all presubmit.yml changes #20733

Merged
merged 11 commits into from
Jan 3, 2024

Commits on Jan 3, 2024

  1. Disable macOS jobs for Bazel presubmit

    PiperOrigin-RevId: 584328821
    Change-Id: I995570340c3b1c28741fc41ba9658f3b148b44b9
    meteorcloudy authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    27ac6b6 View commit details
    Browse the repository at this point in the history
  2. Disable //src/test/shell/bazel:jdeps_test on RBE build to fix presubmit

    Related #20288
    
    PiperOrigin-RevId: 584584636
    Change-Id: Iea064efe8d6caf9e60daf32e5408c325524685ca
    meteorcloudy authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b652cdf View commit details
    Browse the repository at this point in the history
  3. Automated rollback of commit 01f6205.

    *** Reason for rollback ***
    
    Fix jdeps_test RBE failure
    
    The culprit change added a new class that presumably pushed us over the xargs arg limit. Unfortunately, jdeps does not support @argfile, so this change updates the command buffer size to twice the default on RBE.
    
    Fixes #20288
    
    *** Original change description ***
    
    Disable //src/test/shell/bazel:jdeps_test on RBE build to fix presubmit
    
    Related #20288
    
    PiperOrigin-RevId: 584820138
    Change-Id: I6f5157d7e72c539a5fdc81841a35543df473aa4a
    hvadehra authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9a0bffb View commit details
    Browse the repository at this point in the history
  4. Remove shell legacy android tests

    This should help reduce overall CI time by reducing the number of tests.
    
    Closes #20346.
    
    PiperOrigin-RevId: 586095997
    Change-Id: I66f60e87a59ec8bcc730b88f821af6a18a914d8d
    katre authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    baf5f62 View commit details
    Browse the repository at this point in the history
  5. Re enable android tests

    Work towards #18776.
    
    Centos tests are still disabled because of python version issues: #18776 (comment)
    
    Closes #20348.
    
    PiperOrigin-RevId: 587674122
    Change-Id: Id99b09d9dc184f015f02e4ebc921dcfa58adcc45
    katre authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7ae32f3 View commit details
    Browse the repository at this point in the history
  6. Add fedora39 to CI platforms

    Fedora 39 is shipping GCC 13, modern C/C++ toolchain, so that adding it to CI platforms would help to detect breakages earlier, that related to modern C/C++ toolchains.
    
    Closes #20405.
    
    PiperOrigin-RevId: 587697147
    Change-Id: Ib5adf1579991a85f1e2994fb86b1b9e7b25bad7f
    davido authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    bbeb804 View commit details
    Browse the repository at this point in the history
  7. Re-disable android_instrumentation_test_integration_test on macOS.

    Still seeing problems with finding python: https://buildkite.com/bazel/bazel-bazel/builds/25852#018c37b0-3cb4-4829-826b-eced53b34e5f
    
    Part of #20437 and #18776.
    
    Closes #20440.
    
    PiperOrigin-RevId: 588180701
    Change-Id: I8a0181f96df7612c72ce5e33336690f3a0efef15
    katre authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    498209d View commit details
    Browse the repository at this point in the history
  8. Enable macOS presubmit and disable failing tests

    To prevent further regressions on macOS.
    
    Related: #20437
    PiperOrigin-RevId: 588402302
    Change-Id: I91fba9cad88c45626a51ee05b527bf7a3b66199b
    meteorcloudy authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9dcb2cc View commit details
    Browse the repository at this point in the history
  9. Re-enable minimal_jdk_test with a higher tolerance

    Re-enable `minimal_jdk_test` with a higher tolerance.
    
    Closes #20451.
    
    PiperOrigin-RevId: 588756736
    Change-Id: Ib26da4a31f942b1f0d7a3ed976389449f7995105
    justinhorvitz authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7c2ac4a View commit details
    Browse the repository at this point in the history
  10. Disable two failing tests on macos_arm64

    Those two are failing after upgrading to Xcode 14
    
    PiperOrigin-RevId: 593039540
    Change-Id: I12a1455cc09460c3bf0278a959de400f94988145
    meteorcloudy authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ae6f9ee View commit details
    Browse the repository at this point in the history
  11. Disable PyTest.testSmoke on macOS

    Due to #20660
    
    RELNOTES: None
    PiperOrigin-RevId: 593115090
    Change-Id: Ifc2a282dbd6dd8a3abfec987398388e5844af91c
    meteorcloudy authored and Wyverald committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3d66bc7 View commit details
    Browse the repository at this point in the history