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

Migrate to github actions #165

Closed
wants to merge 35 commits into from
Closed

Migrate to github actions #165

wants to merge 35 commits into from

Commits on Oct 23, 2023

  1. Add GA tests

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5d4677f View commit details
    Browse the repository at this point in the history
  2. Update GA tests

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8872eab View commit details
    Browse the repository at this point in the history
  3. Remove circleCI and add security scan

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    714c4f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    722ffde View commit details
    Browse the repository at this point in the history
  2. Update requirements

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    51f4d77 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Add hadoop binary

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    aee0043 View commit details
    Browse the repository at this point in the history
  2. Add hadoop binary step

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f6c13ee View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    dfaaab1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a4fb0d View commit details
    Browse the repository at this point in the history
  5. Try updating hadoop step, add merge-gatekeeper

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    855f808 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac498b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Try setup hdfs action

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b5e839e View commit details
    Browse the repository at this point in the history
  2. Try setup-spark action

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f2a7d0a View commit details
    Browse the repository at this point in the history
  3. Try adding setup hadoop step to features

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1cd7ab9 View commit details
    Browse the repository at this point in the history
  4. Try adding setup hadoop step to features

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    49c38b8 View commit details
    Browse the repository at this point in the history
  5. Update test reqs

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8924df3 View commit details
    Browse the repository at this point in the history
  6. Try individual github workflows per file

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d790caf View commit details
    Browse the repository at this point in the history
  7. Try individual github workflows per file

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d5ca289 View commit details
    Browse the repository at this point in the history
  8. Try individual github workflows per file

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6a9e933 View commit details
    Browse the repository at this point in the history
  9. Try individual github workflows per file

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c306484 View commit details
    Browse the repository at this point in the history
  10. Set hadoop home

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    75d6fc1 View commit details
    Browse the repository at this point in the history
  11. print HADOOP_HOME

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    50f5ef2 View commit details
    Browse the repository at this point in the history
  12. set environment to local

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3da65df View commit details
    Browse the repository at this point in the history
  13. Use GITHUB_ENV instead of setx

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    953ea77 View commit details
    Browse the repository at this point in the history
  14. Separate the set env to its own step

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    21d4292 View commit details
    Browse the repository at this point in the history
  15. ADd debug statmenet

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ebcb321 View commit details
    Browse the repository at this point in the history
  16. Remove installation step for debugging

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6c302d7 View commit details
    Browse the repository at this point in the history
  17. Remove double quote

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    480676b View commit details
    Browse the repository at this point in the history
  18. debug

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1cb6603 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. github env

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7b40265 View commit details
    Browse the repository at this point in the history
  2. Add tests back

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1cb32f5 View commit details
    Browse the repository at this point in the history
  3. Remove extra wf and add reqs installation step

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8238616 View commit details
    Browse the repository at this point in the history
  4. Add hadoop setup step

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c7c9ace View commit details
    Browse the repository at this point in the history
  5. Add ms build

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4eb3bb1 View commit details
    Browse the repository at this point in the history
  6. fix indent

    Signed-off-by: Ankita Katiyar <[email protected]>
    ankatiyar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    58b06df View commit details
    Browse the repository at this point in the history