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

🌱 Windows nightly ci #32

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

🌱 Windows nightly ci #32

wants to merge 28 commits into from

Commits on Nov 19, 2024

  1. initial commit

    Signed-off-by: midays <[email protected]>
    midays committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b8f5a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f0217 View commit details
    Browse the repository at this point in the history
  3. initial commit

    Signed-off-by: midays <[email protected]>
    midays committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    18766e6 View commit details
    Browse the repository at this point in the history
  4. added execute tests command

    Signed-off-by: midays <[email protected]>
    midays committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9e13fb6 View commit details
    Browse the repository at this point in the history
  5. fixed wrong name

    Signed-off-by: midays <[email protected]>
    midays committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7f1e8f9 View commit details
    Browse the repository at this point in the history
  6. changed github token secret name to GH_RUNNER_API_TOKEN

    Signed-off-by: midays <[email protected]>
    midays committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3badd74 View commit details
    Browse the repository at this point in the history
  7. install vscode script

    Signed-off-by: midays <[email protected]>
    midays committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    96034ef View commit details
    Browse the repository at this point in the history
  8. run remove-ec2-runner even if the run-tests failed

    Signed-off-by: midays <[email protected]>
    midays committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d800015 View commit details
    Browse the repository at this point in the history
  9. fix token name

    Signed-off-by: midays <[email protected]>
    midays committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a700c01 View commit details
    Browse the repository at this point in the history
  10. change script

    Signed-off-by: midays <[email protected]>
    midays committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    600267d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. change script again

    Signed-off-by: midays <[email protected]>
    midays committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0d3d3a2 View commit details
    Browse the repository at this point in the history
  2. add shell specification

    Signed-off-by: midays <[email protected]>
    midays committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1eaa307 View commit details
    Browse the repository at this point in the history
  3. try different installation way

    Signed-off-by: midays <[email protected]>
    midays committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8e7c2b2 View commit details
    Browse the repository at this point in the history
  4. added max retries

    Signed-off-by: midays <[email protected]>
    midays committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6ecd9eb View commit details
    Browse the repository at this point in the history
  5. install winget and try to use it to install vscode

    Signed-off-by: midays <[email protected]>
    midays committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ef106ab View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    5ee2b32 View commit details
    Browse the repository at this point in the history
  2. print the env variable name to test if vscode is found and recognizab…

    …le by the runner
    
    Signed-off-by: midays <[email protected]>
    midays committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    f7f2720 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. change pwsh to powershell

    Signed-off-by: midays <[email protected]>
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    d8a0863 View commit details
    Browse the repository at this point in the history
  2. don't remove the vm [temp, will be removed manually, to test vscode i…

    …nstallation directory]
    
    Signed-off-by: midays <[email protected]>
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    70af6f4 View commit details
    Browse the repository at this point in the history
  3. Revert "don't remove the vm [temp, will be removed manually, to test …

    …vscode installation directory]"
    
    This reverts commit 70af6f4.
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    d913f77 View commit details
    Browse the repository at this point in the history
  4. don't remove the vm [temp, will be removed manually, to test vscode i…

    …nstallation directory]
    
    Signed-off-by: midays <[email protected]>
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    c7c4e45 View commit details
    Browse the repository at this point in the history
  5. stop instance after use, do initial installation

    Signed-off-by: midays <[email protected]>
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    c45068a View commit details
    Browse the repository at this point in the history
  6. move installation

    Signed-off-by: midays <[email protected]>
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    c889e5b View commit details
    Browse the repository at this point in the history
  7. Revert "move installation"

    This reverts commit c889e5b.
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    a0e3ade View commit details
    Browse the repository at this point in the history
  8. move installation

    Signed-off-by: midays <[email protected]>
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    a549029 View commit details
    Browse the repository at this point in the history
  9. verify env path

    Signed-off-by: midays <[email protected]>
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    a2e23c1 View commit details
    Browse the repository at this point in the history
  10. Add VSCode to PATH

    Signed-off-by: midays <[email protected]>
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    fe8dac1 View commit details
    Browse the repository at this point in the history
  11. check if installing vscode has affects

    Signed-off-by: midays <[email protected]>
    midays committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    e42b759 View commit details
    Browse the repository at this point in the history