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]: Refactor github actions #2141

Merged
merged 139 commits into from
Aug 28, 2023
Merged

[CI]: Refactor github actions #2141

merged 139 commits into from
Aug 28, 2023

Commits on Aug 28, 2023

  1. add action to dump context

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3589bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    813fa87 View commit details
    Browse the repository at this point in the history
  3. test build

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    91c91f8 View commit details
    Browse the repository at this point in the history
  4. deleted new line

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bdaba92 View commit details
    Browse the repository at this point in the history
  5. add inherit secret

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    86e3326 View commit details
    Browse the repository at this point in the history
  6. update workflow for ci container

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7bf6b9a View commit details
    Browse the repository at this point in the history
  7. move docker related workflow to reusable workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7000dbd View commit details
    Browse the repository at this point in the history
  8. fix agent sidecar image

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9296828 View commit details
    Browse the repository at this point in the history
  9. delete unnecessary of coverage workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c9942e2 View commit details
    Browse the repository at this point in the history
  10. add action to deploy chaos mesh

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    da2a7a0 View commit details
    Browse the repository at this point in the history
  11. add action to notify slack

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a53307d View commit details
    Browse the repository at this point in the history
  12. add reusable workflow to scan image

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    70c04ad View commit details
    Browse the repository at this point in the history
  13. bugfix wrong file specification

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4adca05 View commit details
    Browse the repository at this point in the history
  14. use local action

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6538278 View commit details
    Browse the repository at this point in the history
  15. commentout for debug

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ccba2d0 View commit details
    Browse the repository at this point in the history
  16. test execution for binary build

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c5b5516 View commit details
    Browse the repository at this point in the history
  17. delete debug code

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1f3e8c5 View commit details
    Browse the repository at this point in the history
  18. update checkout setting

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4d37cc8 View commit details
    Browse the repository at this point in the history
  19. deleted unused branch rule

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c29ad4f View commit details
    Browse the repository at this point in the history
  20. rename workflow name

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8effee5 View commit details
    Browse the repository at this point in the history
  21. deleted unused chatops command

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    809db0b View commit details
    Browse the repository at this point in the history
  22. refactoring codeQL workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    cde3922 View commit details
    Browse the repository at this point in the history
  23. refacroing

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c1ab71a View commit details
    Browse the repository at this point in the history
  24. tweak

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    35402a2 View commit details
    Browse the repository at this point in the history
  25. add cron for ci image build

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    295db4d View commit details
    Browse the repository at this point in the history
  26. add new line

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    76241e7 View commit details
    Browse the repository at this point in the history
  27. add action to setup E2E test

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e2cc857 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    19ea468 View commit details
    Browse the repository at this point in the history
  29. fix job name and deleted unnecessary

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8b278ef View commit details
    Browse the repository at this point in the history
  30. use local e2e action for agent chaos test

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    be743b9 View commit details
    Browse the repository at this point in the history
  31. fix helm action warning

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9005e88 View commit details
    Browse the repository at this point in the history
  32. use local e2e action for chaos testing

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    657ca87 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7437714 View commit details
    Browse the repository at this point in the history
  34. use local e2e action for max dimension test

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    215796f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    46bda31 View commit details
    Browse the repository at this point in the history
  36. add action to scan docker image

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e286ecf View commit details
    Browse the repository at this point in the history
  37. refactor: add new line

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5e15954 View commit details
    Browse the repository at this point in the history
  38. fix workflow execution error

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    eb97c25 View commit details
    Browse the repository at this point in the history
  39. fix deprecate

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a991354 View commit details
    Browse the repository at this point in the history
  40. deleted unnecessary step and add debug

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    75db80e View commit details
    Browse the repository at this point in the history
  41. deleted debug comment

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9d24627 View commit details
    Browse the repository at this point in the history
  42. deleted unnecessary step

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ae9cadb View commit details
    Browse the repository at this point in the history
  43. refactor existing workflow step name

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ac5eae8 View commit details
    Browse the repository at this point in the history
  44. update checkout setting

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    284dd86 View commit details
    Browse the repository at this point in the history
  45. fix dump context job name

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    724ae26 View commit details
    Browse the repository at this point in the history
  46. add action to create k3d cluster

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c938886 View commit details
    Browse the repository at this point in the history
  47. deleted unnecessary job and step

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ac14486 View commit details
    Browse the repository at this point in the history
  48. bugfix fails hack test workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4a63e20 View commit details
    Browse the repository at this point in the history
  49. deleted work space settings

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5dea6da View commit details
    Browse the repository at this point in the history
  50. delete git config settings

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d6ca9bb View commit details
    Browse the repository at this point in the history
  51. add duplicate workflow running rule and add indent

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4039920 View commit details
    Browse the repository at this point in the history
  52. proto build for debug

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7dde8f2 View commit details
    Browse the repository at this point in the history
  53. add safe directory settings

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3d3cd3b View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    933c83c View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    fef946b View commit details
    Browse the repository at this point in the history
  56. set safe directory to docker image scan workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a094f44 View commit details
    Browse the repository at this point in the history
  57. set safe directory to build-binary workflow and refactoring docker im…

    …age scan workflow
    
    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bace21d View commit details
    Browse the repository at this point in the history
  58. debug build binary workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    dba5aec View commit details
    Browse the repository at this point in the history
  59. Revert "debug build binary workflow"

    This reverts commit 35e5d14.
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9313499 View commit details
    Browse the repository at this point in the history
  60. debug build protobuf workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a835552 View commit details
    Browse the repository at this point in the history
  61. delete debug workflow rule

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e6643b0 View commit details
    Browse the repository at this point in the history
  62. add debug rule to chatops help workflow and refactoring

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    90869c1 View commit details
    Browse the repository at this point in the history
  63. add debug url for comment api

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e398ac3 View commit details
    Browse the repository at this point in the history
  64. delete debug workflow rule for chaotops help

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4c20ca6 View commit details
    Browse the repository at this point in the history
  65. set safe directory to codeql workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7247e71 View commit details
    Browse the repository at this point in the history
  66. set safe directory to coverage workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5ea7fe7 View commit details
    Browse the repository at this point in the history
  67. delete unnecessary job name

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5f011ee View commit details
    Browse the repository at this point in the history
  68. debug for internal config changes workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2b27133 View commit details
    Browse the repository at this point in the history
  69. Revert "debug for internal config changes workflow"

    This reverts commit 5d68cd3.
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    50b81ae View commit details
    Browse the repository at this point in the history
  70. fix docker image build rule

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2e826cc View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    368348d View commit details
    Browse the repository at this point in the history
  72. deleted debug rule of docker image scan workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a5c069f View commit details
    Browse the repository at this point in the history
  73. add action to setup yq

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    46de3fb View commit details
    Browse the repository at this point in the history
  74. deleted unnecessary environment

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    31df6ea View commit details
    Browse the repository at this point in the history
  75. add new workflow rule for docker build

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    37b1136 View commit details
    Browse the repository at this point in the history
  76. rename docekr image scan workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d0d2316 View commit details
    Browse the repository at this point in the history
  77. add workflow to dispatch vald client

    Signed-off-by: hlts2 <[email protected]>
    
    deleted unnecessary workflow
    
    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    19af0bf View commit details
    Browse the repository at this point in the history
  78. deleted unnecessary step

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5820072 View commit details
    Browse the repository at this point in the history
  79. debug for scan docker image

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    394f553 View commit details
    Browse the repository at this point in the history
  80. Revert "debug for scan docker image"

    This reverts commit f6ee241.
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    44d3bc4 View commit details
    Browse the repository at this point in the history
  81. add safe directory settings to test/hack-test workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d2ed93d View commit details
    Browse the repository at this point in the history
  82. fix fails hack test

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7656ad7 View commit details
    Browse the repository at this point in the history
  83. refactor existing workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fab095a View commit details
    Browse the repository at this point in the history
  84. rename workflow name for proto update

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7a279d9 View commit details
    Browse the repository at this point in the history
  85. add working directory for hack test

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    89733d3 View commit details
    Browse the repository at this point in the history
  86. set safe directory and rename workflow file

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5949589 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    74e4d56 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    dcdcbe0 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    81496a2 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    1e8bcbb View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    d30ddec View commit details
    Browse the repository at this point in the history
  92. update configuration for reviewdog workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6a23f42 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    d32569c View commit details
    Browse the repository at this point in the history
  94. deleted unnecessary commentout

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d7967f3 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    a1e1876 View commit details
    Browse the repository at this point in the history
  96. bugfix e2e agent test error

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1e34b01 View commit details
    Browse the repository at this point in the history
  97. use local setup go action

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1c4fcc7 View commit details
    Browse the repository at this point in the history
  98. deleted unnecessary step

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    072d0ab View commit details
    Browse the repository at this point in the history
  99. add debug rule for helm lint workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    535a011 View commit details
    Browse the repository at this point in the history
  100. Revert "add debug rule for helm lint workflow"

    This reverts commit 7fd16da.
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4e099f6 View commit details
    Browse the repository at this point in the history
  101. add new line between steps

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    30e2062 View commit details
    Browse the repository at this point in the history
  102. add debug rule for helm workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    96a85f7 View commit details
    Browse the repository at this point in the history
  103. fix workflow execution rule for debug

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    197f937 View commit details
    Browse the repository at this point in the history
  104. Revert "fix workflow execution rule for debug"

    This reverts commit 8cc7e30.
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6a85cef View commit details
    Browse the repository at this point in the history
  105. Revert "add debug rule for helm workflow"

    This reverts commit 77a2c7e.
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6a937dd View commit details
    Browse the repository at this point in the history
  106. update step name for fossa workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    819c1cd View commit details
    Browse the repository at this point in the history
  107. add workflow execution rule

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c89b3a0 View commit details
    Browse the repository at this point in the history
  108. enable e2e workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    41986f1 View commit details
    Browse the repository at this point in the history
  109. fix job execution rule for e2e

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    16d035d View commit details
    Browse the repository at this point in the history
  110. enable e2e deploy step

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    01b617d View commit details
    Browse the repository at this point in the history
  111. add new rob execution rule for fossa

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5fcc6f7 View commit details
    Browse the repository at this point in the history
  112. deleted unnecessary actions parameter

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a4bb67b View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    6226363 View commit details
    Browse the repository at this point in the history
  114. deleted unnecessary log

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    69213a4 View commit details
    Browse the repository at this point in the history
  115. output values or valdrelease.yaml

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f3eec26 View commit details
    Browse the repository at this point in the history
  116. update insert vector count of e2e deploy workflow

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    54a3db3 View commit details
    Browse the repository at this point in the history
  117. change default value to install libhdf5

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fc8befd View commit details
    Browse the repository at this point in the history
  118. bugfix operator deploy using specified image tag

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ab778e0 View commit details
    Browse the repository at this point in the history
  119. add HELM_EXTRA_OPTIONS for helm operator deploy

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2992fb8 View commit details
    Browse the repository at this point in the history
  120. fix step name

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e12ef1b View commit details
    Browse the repository at this point in the history
  121. bugfix passing of helm option

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4487dad View commit details
    Browse the repository at this point in the history
  122. bugfix use default nightly image

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    83b88b2 View commit details
    Browse the repository at this point in the history
  123. bugfix assign of previous step result

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0ed9143 View commit details
    Browse the repository at this point in the history
  124. set nightly version as default to valdrelease

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    816f840 View commit details
    Browse the repository at this point in the history
  125. fix typo

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    236f7b4 View commit details
    Browse the repository at this point in the history
  126. [CI]: Improve Chaos E2E test (#2151)

    * e2e test
    
    Signed-off-by: hlts2 <[email protected]>
    
    * reduce inserted vector size
    
    Signed-off-by: hlts2 <[email protected]>
    
    * reduce search by id count
    
    Signed-off-by: hlts2 <[email protected]>
    
    * enable ingress when running e2e-chaos test
    
    Signed-off-by: hlts2 <[email protected]>
    
    * style: Format code with prettier and gofumpt
    
    * change discovery duration for chaos test
    
    Signed-off-by: hlts2 <[email protected]>
    
    * enable persistent volume for e2e chaos testing
    
    Signed-off-by: hlts2 <[email protected]>
    
    * fix pv access mode to prevent unsupported error
    
    Signed-off-by: hlts2 <[email protected]>
    
    * use make e2e/insert/search command
    
    Signed-off-by: hlts2 <[email protected]>
    
    * set workflow environment variable
    
    Signed-off-by: hlts2 <[email protected]>
    
    * add new environment variable for refactor
    
    Signed-off-by: hlts2 <[email protected]>
    
    * fix index replicas
    
    Signed-off-by: hlts2 <[email protected]>
    
    * update helth check duration for grpc client
    
    Signed-off-by: hlts2 <[email protected]>
    
    ---------
    
    Signed-off-by: hlts2 <[email protected]>
    Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
    hlts2 and deepsource-autofix[bot] committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    656a071 View commit details
    Browse the repository at this point in the history
  127. add step to dump github context

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    15434f3 View commit details
    Browse the repository at this point in the history
  128. refactor step name

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bf79459 View commit details
    Browse the repository at this point in the history
  129. fix actions description to be more clear

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    124ba4f View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    6467d58 View commit details
    Browse the repository at this point in the history
  131. debug for slack notifycation

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3f0b601 View commit details
    Browse the repository at this point in the history
  132. Revert "debug for slack notifycation"

    This reverts commit 21d7e3d.
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3051c57 View commit details
    Browse the repository at this point in the history
  133. update description of dump-context action

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0e778d9 View commit details
    Browse the repository at this point in the history
  134. add command and fix workflow run rule

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b207711 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    4b3d844 View commit details
    Browse the repository at this point in the history
  136. enable rebase command

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d201bca View commit details
    Browse the repository at this point in the history
  137. change file name from e2e-deploy to e2e

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9433595 View commit details
    Browse the repository at this point in the history
  138. revert moditication about vector count

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bfdd348 View commit details
    Browse the repository at this point in the history
  139. change file name from test to unit-test

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ae66bee View commit details
    Browse the repository at this point in the history