-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLOUDP-211733 - Pipeline and build process refactoring (#1427)
* Refactor pipeline * Update calls to pipeline * Update operator inventory * Cleanup DevConfig class * type hinting * Fix agent key * Dev config method renaming * Handle architectures and tags correctly * Pre-commit formatting * black formatting * Correct usage of --release flag * Refactor arg parsing and handle gh_run_id * Correct agent arg usage * Fix e2e building * Check that image_dev exists * Handle skip tag * Fix push manifest logic for e2e * Better handling of manifest creation * Black formatting * Remove old agent in Contributing and Makefile * Update pipeline.py * Improve function for CLI command * Fix usage of inventory tags * Updated Helm Charts * Revert helm changes * temporary disable workflow condition * Use the right release keys * Temporary disable if * Revert "Temporary disable if" This reverts commit bf8287c. * Revert "temporary disable workflow condition" This reverts commit 1a2ca3e. * Warning user if releasing e2e * black formatting
- Loading branch information
1 parent
bf054bd
commit f3ff90f
Showing
19 changed files
with
334 additions
and
608 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
- name: Build and Push Images | ||
run: | | ||
python pipeline.py --image-name ${{ matrix.pipeline-argument }} --release false --tag ${{ github.run_id }} | ||
python pipeline.py --image-name ${{ matrix.pipeline-argument }} --tag ${{ github.run_id }} | ||
env: | ||
MONGODB_COMMUNITY_CONFIG: "${{ github.workspace }}/scripts/ci/config.json" | ||
version_id: "${{ github.run_id }}" |
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
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
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
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
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
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
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
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
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
Oops, something went wrong.