UNCLASSIFIED - NO CUI

Skip to content

Remove dotenv reports from setup job

Jeffrey Wuebbles requested to merge remove-dotenv-reports-from-setup-job into master

Description

  • Removes the .env files created in the setup job to be replaced in favor of .json files.
  • Where applicable calls environment variables were replaced with reading the hardening manifest.

Testing

  • Verified job outputs are the same when compared to running the master branch in prod.
  • Verified the tag was posted to VAT's endpoint for IBFE to consume correctly in the 7-post-publish/upload_artifacts.py script.
  • Verified output artifacts follow the same structure when compared to a master branch pipeline run in prod.
    • See this diff file for comparison of production master branch run compared to this branch for the files uploaded to vat in the upload-to-s3-job. You'll notice all the files have the same name except for a few that have a different named based on job/pipeline id. There are no extra/missing files in the comparison. pipeline-runner-alpine-report-files-diff.txt

Comparing the reports uploaded to the s3 bucket between mario/prod.:

Mario Test Pipelines:

Edited by Jeffrey Wuebbles

Merge request reports