-
Notifications
You must be signed in to change notification settings - Fork 68
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
adding changes for new al image changes #2661
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Avantol13
previously approved these changes
Nov 5, 2024
jawadqur
approved these changes
Nov 7, 2024
BinamB
pushed a commit
that referenced
this pull request
Dec 4, 2024
* adding changes for new al image changes
This was referenced Dec 13, 2024
Open
ajoaugustine
added a commit
that referenced
this pull request
Jan 7, 2025
* (Chore): Improve Single Table Migration Job Script * add param for creds * Add priority class * Add comments * Making ES7 domain default (#2655) * Making ES7 domain default * updating es proxy script * Update README.md (#2662) update broken link * adding changes for new al image changes (#2661) * adding changes for new al image changes * updating alembic logic to work with the new al images that manage alembic through poetry (#2663) * fix to include special characters in db name (#2664) * updating userdb job to work with new al images (#2665) * Update web_whitelist * Feat/team project cost tracking (#2658) * Setting up migration to new karpenter CRDs * Adding some references missed earlier * Really can't stop screwing up * Not even sure why it's working this way * Let's try this, this should help * Let's make sure this part works * Let's try this * Let's try this too * Let's check the decoding * Fixing a silly parentheses issue * Fixing some other naming issues * I think we can't do decoding this early in the process * Trying wrapping in quotes * Let's try just cutting some stuff * Need to update the deleted sensor * Think underscores are also a no-go * No decoding * Could the decoding be the issue? * Adding the selector for 1.31 AMIs * Changing the tag name * Fixing the cleanup jobs * I think we may just need to change the deletion order * modifying gdcdb create job (#2668) * modifying gdcdb create job so it is backwards compatible and works with the new image that utilizes poetry for its virtual environments * Update gdcdb-create-job.yaml * Update squid.conf (#2641) Update squid.conf to work with new AL based squid image. * Adding "poetry run" (#2673) * adding updates so these jobs will work with our new AL based environments that use poetry to manage their virtual environments * removing old squid file from cloud auto as it now lives in "base_images" repo" (#2675) * Add GH action workflow for integration tests (#2670) * Add GH action workflow for integration tests * Update integration_tests.yaml * Reverting Jenkinsfile and removing integrationtests entry * Update Jenkinsfile --------- Co-authored-by: Hara Prasad <haraprasadj@uchicago.edu> * fix: use /auth/request instead of /auth/mapping Arborist endpoint (#2677) * Update Dockerfile env key=value format * Update Dockerfile * Revert "Update Dockerfile" This reverts commit 4c445dd. * Revert "Update Dockerfile env key=value format" This reverts commit a2ba4fc. --------- Co-authored-by: EliseCastle23 <109446148+EliseCastle23@users.noreply.github.com> Co-authored-by: smvgarcia <111767892+smvgarcia@users.noreply.github.com> Co-authored-by: Ajo Augustine <ajoaugustine@gmail.com> Co-authored-by: emalinowski <emalinowski@uchicago.edu> Co-authored-by: Aidan Hilt <11202897+AidanHilt@users.noreply.github.com> Co-authored-by: Krishna Agarwal <159047652+krishnaa05@users.noreply.github.com> Co-authored-by: Hara Prasad <haraprasadj@uchicago.edu> Co-authored-by: pieterlukasse <pieterlukasse@gmail.com> Co-authored-by: Maribelle Hannah Gomez <maribellehgomez@gmail.com>
This was referenced Jan 10, 2025
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Deployment changes
Need to mount the configuration files in "requestor" and "metadata" directories to accommodate the new Dockerfile for these services.
We are also using Poetry to manage virtual environments instead of python, so the command to run alembic needs to be modified.