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: Deploy workflow fixes and other goodies #2142

Merged
merged 6 commits into from
Dec 14, 2023
Merged

Conversation

tippmar-nr
Copy link
Member

@tippmar-nr tippmar-nr commented Dec 13, 2023

  • Modifies deploy.bash to export a magic environment variable that keeps the aws cli from failing when running on a github hosted runner. Resolves Update linux package deploy Dockerfile to debian:stable #2140
  • Modifies the deploy_agent workflow so that it checks out the repo and uses the files in the deploy folder rather than downloading those files from the build artifact uploaded from the all_solutions workflow. This was necessary to allow for testing changes to the linux deploy Dockerfile and scripts.
  • Removes the deploy folder from deploy-artifacts in the all_solutions workflow.
  • Attempts (yet again) to fix a bug in the post_deploy_agent workflow where we want the workflow to delay 5 minutes when called from another workflow but not when invoked manually.
  • Removes the (unnecessary) get-external-artifacts job from the publish_release_notes workflow and refactors the primary job to download the artifacts instead.

Copy link
Member

@jaffinito jaffinito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Magic LGTM!

@tippmar-nr tippmar-nr merged commit faf09b2 into main Dec 14, 2023
69 of 71 checks passed
@tippmar-nr tippmar-nr deleted the ci/linux-deploy-hack branch December 14, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update linux package deploy Dockerfile to debian:stable
4 participants