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 E2E Test w/ Github Actions #376

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

Run E2E Test w/ Github Actions #376

wants to merge 20 commits into from

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    24e8757 View commit details
    Browse the repository at this point in the history
  2. buildx must also export

    jashan-lco committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8e87d7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c467dd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7956dec View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    3f8c2e9 View commit details
    Browse the repository at this point in the history
  2. debug

    jashan-lco committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a47778c View commit details
    Browse the repository at this point in the history
  3. add other tests

    jashan-lco committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3daf0f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    4489497 View commit details
    Browse the repository at this point in the history
  2. Fixes to tests.

    cmccully committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    00dd08a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    433ecbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    321a547 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29a2e22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9a06ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    781deea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4131b9f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. WIP: Updating flake and updates for e2e tests for new celery change

    Main thing is using 127.0.0.1 instead of localhost for the local container registry plays nicely with MacOS' localhost resolution
    mgdaily committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    47ad38d View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'stacked-images' of github.com:LCOGT/banzai into…

    … actions-e2e"
    
    This reverts commit 321a547, reversing
    changes made to 433ecbf.
    mgdaily committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0588f4c View commit details
    Browse the repository at this point in the history
  3. Upgrade celery version so that things build

    Old (<5) versions of celery have a project setup that's incompatible with newer versions of pip, so use this as an opportunity to upgrade celery.
    mgdaily committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6a8aacf View commit details
    Browse the repository at this point in the history
  4. Add API root and Auth token in

    auth token will need to be sed'd in to avoid committing it to version control
    mgdaily committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d1d4d7d View commit details
    Browse the repository at this point in the history