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

Feature: Github Actions build workflow can deploy artifacts #285

Open
6 of 9 tasks
aaron-gary opened this issue Aug 21, 2024 · 0 comments
Open
6 of 9 tasks

Feature: Github Actions build workflow can deploy artifacts #285

aaron-gary opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aaron-gary
Copy link
Contributor

aaron-gary commented Aug 21, 2024

Description

The current build does not deploy artifacts to ghcr.io. We would like to configure the build so that artifacts are built and deploy correctly.

DOD

  • The Docker login uses the bah created paid account
  • This activity does not interfere any Jenkins build/deploy activity (coordinated effort)
  • All credentials are available and working
  • Docker login yields authenticated pull requests
  • When the GitHub build job runs, artifacts are deployed
    • Python artifacts
    • Java artifacts
    • Docker artifacts
    • Helm artifacts

Test Strategy/Script

In order to confirm the DoD is satisfied we need to compare the timestamps of the build with the timestamps on the deployed artifacts.

  1. Check the GitHub Actions and verify the build succeeded https://github.com/boozallen/aissemble/actions
  2. Check that Python artifacts were deployed https://test.pypi.org/search/?q=aissemble-foundation-core&o=
  3. Check that Java artifacts were deployed https://github.com/boozallen/aissemble/packages/2212434?version=1.9.0-SNAPSHOT
  4. Check that Docker images were pushed https://github.com/boozallen/aissemble/pkgs/container/aissemble-jenkins-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant