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

Run Greengrass samples in CI #717

Merged
merged 81 commits into from
Jun 5, 2024
Merged

Run Greengrass samples in CI #717

merged 81 commits into from
Jun 5, 2024

Commits on May 14, 2024

  1. Run example gg component

    sfodagain committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3f51681 View commit details
    Browse the repository at this point in the history
  2. Check log file

    sfodagain committed May 14, 2024
    Configuration menu
    Copy the full SHA
    45f7f1f View commit details
    Browse the repository at this point in the history
  3. Remove java extra test

    sfodagain committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ea0cfc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04f4034 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Use gg ipc sample

    sfodagain committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8c3e59c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Setup gg ipc in sample dir

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    83ab376 View commit details
    Browse the repository at this point in the history
  2. Fix policy

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4054f8b View commit details
    Browse the repository at this point in the history
  3. Add CI job

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e320c16 View commit details
    Browse the repository at this point in the history
  4. Fix gdk version

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    44eb61c View commit details
    Browse the repository at this point in the history
  5. Another working dir

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7cb8f76 View commit details
    Browse the repository at this point in the history
  6. Build sources

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    40cdcff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ba3b9a View commit details
    Browse the repository at this point in the history
  8. Debugging

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e71fcef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6554ec View commit details
    Browse the repository at this point in the history
  10. Fix path

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5330622 View commit details
    Browse the repository at this point in the history
  11. More levels

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8c068df View commit details
    Browse the repository at this point in the history
  12. fixup

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b7424bb View commit details
    Browse the repository at this point in the history
  13. fixup

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b0746fe View commit details
    Browse the repository at this point in the history
  14. Playing with CI

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    15aa9db View commit details
    Browse the repository at this point in the history
  15. Do not setup Java

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3db2490 View commit details
    Browse the repository at this point in the history
  16. Remove test path

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8917feb View commit details
    Browse the repository at this point in the history
  17. Fix path

    sfodagain committed May 16, 2024
    Configuration menu
    Copy the full SHA
    445f503 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Run predefined gg core

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9366f3a View commit details
    Browse the repository at this point in the history
  2. fixup

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6e192fd View commit details
    Browse the repository at this point in the history
  3. Check gg core

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3dccd48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd6d6c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2e530b View commit details
    Browse the repository at this point in the history
  6. Add background

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    05c4d62 View commit details
    Browse the repository at this point in the history
  7. Echo gg core thing

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ee02511 View commit details
    Browse the repository at this point in the history
  8. Roll back gg core creation

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ea00deb View commit details
    Browse the repository at this point in the history
  9. Increase timeout

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ddebc7d View commit details
    Browse the repository at this point in the history
  10. Print test logs

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9dde71f View commit details
    Browse the repository at this point in the history
  11. Remove installing gg core

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9ad99af View commit details
    Browse the repository at this point in the history
  12. Run test using run_in_ci

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    687259f View commit details
    Browse the repository at this point in the history
  13. fixup

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    da6094c View commit details
    Browse the repository at this point in the history
  14. Add basic discovery to CI

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0ecdc87 View commit details
    Browse the repository at this point in the history
  15. Enable gg discovery in CI

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7747ff9 View commit details
    Browse the repository at this point in the history
  16. Fix discovery CI

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    39d5db7 View commit details
    Browse the repository at this point in the history
  17. fixup

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d876163 View commit details
    Browse the repository at this point in the history
  18. fixup

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    91a73bb View commit details
    Browse the repository at this point in the history
  19. Show associated devices

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1873232 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b424777 View commit details
    Browse the repository at this point in the history
  21. Use startup

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fb8eb88 View commit details
    Browse the repository at this point in the history
  22. fixup

    sfodagain committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2522862 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add sleep

    sfodagain committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0d96bb5 View commit details
    Browse the repository at this point in the history
  2. fixup

    sfodagain committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4e9f540 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2380aa3 View commit details
    Browse the repository at this point in the history
  4. Revert

    sfodagain committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e706dae View commit details
    Browse the repository at this point in the history
  5. Try topic

    sfodagain committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2d14cba View commit details
    Browse the repository at this point in the history
  6. Add component for discovery

    sfodagain committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d85cb69 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    a4e9c45 View commit details
    Browse the repository at this point in the history
  2. format

    sfodagain committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f901fcc View commit details
    Browse the repository at this point in the history
  3. Missing include

    sfodagain committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bb46c89 View commit details
    Browse the repository at this point in the history
  4. Add artifact

    sfodagain committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c52ee96 View commit details
    Browse the repository at this point in the history
  5. Add config to artifacts

    sfodagain committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c1a602b View commit details
    Browse the repository at this point in the history
  6. Fix log filename

    sfodagain committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2ab1aca View commit details
    Browse the repository at this point in the history
  7. Install awsiotsdk

    sfodagain committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b83e05f View commit details
    Browse the repository at this point in the history
  8. Add print message

    sfodagain committed May 24, 2024
    Configuration menu
    Copy the full SHA
    01865d9 View commit details
    Browse the repository at this point in the history
  9. Fix log message

    sfodagain committed May 24, 2024
    Configuration menu
    Copy the full SHA
    98b6f9e View commit details
    Browse the repository at this point in the history
  10. Use more suitable thing

    sfodagain committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f0cea9e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fixup

    sfodagain committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ed1449c View commit details
    Browse the repository at this point in the history
  2. fixup

    sfodagain committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0d2516a View commit details
    Browse the repository at this point in the history
  3. fixup

    sfodagain committed May 27, 2024
    Configuration menu
    Copy the full SHA
    336408c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Use the right thing

    sfodagain committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fa15466 View commit details
    Browse the repository at this point in the history
  2. Enable all CI jobs

    sfodagain committed May 28, 2024
    Configuration menu
    Copy the full SHA
    73a379c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1543e0a View commit details
    Browse the repository at this point in the history
  4. Add comments

    sfodagain committed May 28, 2024
    Configuration menu
    Copy the full SHA
    79650ea View commit details
    Browse the repository at this point in the history
  5. Increase timeouts

    sfodagain committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4a10bff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c4f49d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18bf7d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c46fc23 View commit details
    Browse the repository at this point in the history
  9. fixup

    sfodagain committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b929c2d View commit details
    Browse the repository at this point in the history
  10. fixup

    sfodagain committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a1fc3cf View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Disable old sample run

    sfodagain committed May 29, 2024
    Configuration menu
    Copy the full SHA
    dc75a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89837c View commit details
    Browse the repository at this point in the history
  3. Restrict policy

    sfodagain committed May 29, 2024
    Configuration menu
    Copy the full SHA
    168271d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c12a37e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Get input from file

    sfodagain committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    62c4505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb58a2b View commit details
    Browse the repository at this point in the history
  3. CLean CI config

    sfodagain committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bc27500 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Sync run_in_in_ci.py

    sfodagain committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0506505 View commit details
    Browse the repository at this point in the history