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] [GHA] Transfer Mac workflow from Azure to GHA #912

Merged
merged 40 commits into from
May 23, 2024

Commits on Apr 15, 2024

  1. transfer linux workflow

    akashchi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    276ddc8 View commit details
    Browse the repository at this point in the history
  2. provide ref

    akashchi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9fb3bd6 View commit details
    Browse the repository at this point in the history
  3. install git-lfs

    akashchi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1b56f83 View commit details
    Browse the repository at this point in the history
  4. install unzip

    akashchi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f62d347 View commit details
    Browse the repository at this point in the history
  5. correct path for log

    akashchi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b4de031 View commit details
    Browse the repository at this point in the history
  6. upload test results

    akashchi committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    eceb039 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. use gha runner

    akashchi committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    715be12 View commit details
    Browse the repository at this point in the history
  2. rm sudo

    akashchi committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f46dfb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. skip test

    akashchi committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f64b8ae View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    5799a96 View commit details
    Browse the repository at this point in the history
  2. configure msvc

    akashchi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0ee1669 View commit details
    Browse the repository at this point in the history
  3. add build of ov_contrib

    akashchi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1ac87a3 View commit details
    Browse the repository at this point in the history
  4. use setupvars

    akashchi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    838d87a View commit details
    Browse the repository at this point in the history
  5. use quotes

    akashchi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    371de19 View commit details
    Browse the repository at this point in the history
  6. use ov repo

    akashchi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ee7a6fa View commit details
    Browse the repository at this point in the history
  7. use cmd

    akashchi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    52883c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. call cmd setupvars

    akashchi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f04b96e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. add nvidia job

    akashchi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c2e081d View commit details
    Browse the repository at this point in the history
  2. add generator

    akashchi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e293f8d View commit details
    Browse the repository at this point in the history
  3. do not use dev package

    akashchi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    61cb075 View commit details
    Browse the repository at this point in the history
  4. add missing ref

    akashchi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8f635dc View commit details
    Browse the repository at this point in the history
  5. allow downgrades

    akashchi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2aac984 View commit details
    Browse the repository at this point in the history
  6. allow change

    akashchi committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    208fba1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. add dev package

    akashchi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bb7a738 View commit details
    Browse the repository at this point in the history
  2. enable system

    akashchi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dc55ff9 View commit details
    Browse the repository at this point in the history
  3. use from fork

    akashchi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4d28ac1 View commit details
    Browse the repository at this point in the history
  4. rm system

    akashchi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c79b8ca View commit details
    Browse the repository at this point in the history
  5. use hash

    akashchi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7316b6d View commit details
    Browse the repository at this point in the history
  6. update hash

    akashchi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ebe6d32 View commit details
    Browse the repository at this point in the history
  7. enable tests

    akashchi committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e6ab978 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    689d68a View commit details
    Browse the repository at this point in the history
  2. enable tests

    akashchi committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1a41376 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. use master

    akashchi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5eb5437 View commit details
    Browse the repository at this point in the history
  2. add mac

    akashchi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d8a244b View commit details
    Browse the repository at this point in the history
  3. install gradle via brew

    akashchi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    84ac221 View commit details
    Browse the repository at this point in the history
  4. upload test results

    akashchi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3a6e613 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. merge

    akashchi committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6ad2f19 View commit details
    Browse the repository at this point in the history
  2. use actions/cache

    akashchi committed May 23, 2024
    Configuration menu
    Copy the full SHA
    760a12b View commit details
    Browse the repository at this point in the history
  3. unskip

    akashchi committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ee4858c View commit details
    Browse the repository at this point in the history
  4. new line

    akashchi committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fbb68ed View commit details
    Browse the repository at this point in the history