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

Small Updates Part I - more GHA Tweaks #1504

Closed
wants to merge 18 commits into from
Closed

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    1c7f5f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb8910 View commit details
    Browse the repository at this point in the history
  3. Actually, let me give this a shot about also download the docker imag…

    …e and run tests from there
    AndrewQuijano committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ecc6ada View commit details
    Browse the repository at this point in the history
  4. Update this version too

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

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    0a2af15 View commit details
    Browse the repository at this point in the history
  2. Fix README typo and install_ubuntu script should be downloading the e…

    …xisting debian package, not building it
    AndrewQuijano committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    36ae8bc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    1795fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf3d277 View commit details
    Browse the repository at this point in the history
  3. I think what tripped me up was adding path argument, I want to stay w…

    …ith default, the current working directory
    AndrewQuijano committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4fd9064 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Got permission to delete publish_deb, since another YAML is managing …

    …deployment. Also, updating caching to use nodejs20
    AndrewQuijano committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4f11867 View commit details
    Browse the repository at this point in the history
  2. Update to capstone5 on install_ubuntu.sh and I do not think you need …

    …sudo for installing pypanda, lets give this a go
    AndrewQuijano committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8c1e82d View commit details
    Browse the repository at this point in the history
  3. Nice to know as a proof of concept this works, but it is an open ques…

    …tion if storing 4 GB of docker images each test is possible within free GitHub orgs
    AndrewQuijano committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a78fa32 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Why not cache using DockerHub? Lets 's give this a shot, also adding …

    …something so publish_docker.yaml should fail if paralell tests.yaml fails
    AndrewQuijano committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    427cebb View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Fix a typo, should not be using pandare/panda if im pushing a testing…

    … container, ill use the tag pandare/panda_test, so it is clear these are just containers for testing
    AndrewQuijano committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7ed65cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af85e1b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    b0a8cac View commit details
    Browse the repository at this point in the history
  2. Delete travis.yaml and publish_debian.yaml, slightly speed up debian …

    …packaging, bump github actions versions
    AndrewQuijano committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c5b3f4a View commit details
    Browse the repository at this point in the history
  3. Attempt to fix issue about external users being unable to use

    parallel_tests by caching on DockerHub instead of GHCR
    AndrewQuijano committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4e10d06 View commit details
    Browse the repository at this point in the history