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

Testflag #7

Closed
wants to merge 5 commits into from
Closed

Testflag #7

wants to merge 5 commits into from

Commits on Sep 24, 2024

  1. Bump actions/setup-java from 4.3.0 to 4.4.0

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.3.0 to 4.4.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@2dfa201...b36c23c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ef79aaa View commit details
    Browse the repository at this point in the history
  2. Bump github/codeql-action from 3.26.8 to 3.26.9

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@294a9d9...461ef6c)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0952604 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge pull request adoptium#616 from adoptium/dependabot/github_actio…

    …ns/github/codeql-action-3.26.9
    
    Bump github/codeql-action from 3.26.8 to 3.26.9
    karianna authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1f31120 View commit details
    Browse the repository at this point in the history
  2. Merge pull request adoptium#615 from adoptium/dependabot/github_actio…

    …ns/actions/setup-java-4.4.0
    
    Bump actions/setup-java from 4.3.0 to 4.4.0
    karianna authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f3d33ec View commit details
    Browse the repository at this point in the history
  3. Update feature flag handling for required features

    - Removed `null` statement from `required` feature check to ensure all required features are processed.
    - Allows the code to continue checking all feature flags, even after finding a required flag in `testFlags`.
    - Added test_not_arch_390_z15plus_0 into passed list for running TKG test PR in github actions as no microarch version is detected.
    
    related:https://github.ibm.com/runtimes/backlog/issues/1525
    
    Signed-off-by: Anna Babu Palathingal <[email protected]>
    annaibm committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bae4614 View commit details
    Browse the repository at this point in the history