-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: overhaul CI implementation and use latest pre-salted images #293
Merged
myii
merged 6 commits into
master
from
feat/use-latest-pre-salted-images-for-all-formulas
Mar 7, 2021
Merged
feat: overhaul CI implementation and use latest pre-salted images #293
myii
merged 6 commits into
master
from
feat/use-latest-pre-salted-images-for-all-formulas
Mar 7, 2021
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
myii
added a commit
to saltstack-formulas/apache-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/apt-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/apt-cacher-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/bind-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/cert-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/collectd-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/consul-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/cron-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/deepsea-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/devstack-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/chrony-formula
that referenced
this pull request
Feb 13, 2021
myii
added a commit
to saltstack-formulas/dhcpd-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/django-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/salt-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/nginx-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/openvpn-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/mysql-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/users-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/template-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/openssh-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/postgres-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/php-formula
that referenced
this pull request
Feb 14, 2021
myii
added a commit
to saltstack-formulas/redis-formula
that referenced
this pull request
Feb 15, 2021
myii
added a commit
to saltstack-formulas/zabbix-formula
that referenced
this pull request
Feb 15, 2021
myii
added a commit
to saltstack-formulas/sudoers-formula
that referenced
this pull request
Feb 15, 2021
myii
added a commit
to saltstack-formulas/letsencrypt-formula
that referenced
this pull request
Feb 15, 2021
myii
added a commit
to saltstack-formulas/ntp-formula
that referenced
this pull request
Feb 15, 2021
myii
added a commit
to saltstack-formulas/postfix-formula
that referenced
this pull request
Feb 15, 2021
myii
added a commit
to saltstack-formulas/mongodb-formula
that referenced
this pull request
Feb 15, 2021
myii
added a commit
to saltstack-formulas/vim-formula
that referenced
this pull request
Feb 15, 2021
myii
added a commit
to saltstack-formulas/vsftpd-formula
that referenced
this pull request
Feb 27, 2021
myii
added a commit
to saltstack-formulas/rkhunter-formula
that referenced
this pull request
Feb 27, 2021
myii
added a commit
to saltstack-formulas/exim-formula
that referenced
this pull request
Feb 27, 2021
myii
added a commit
to saltstack-formulas/influxdb-formula
that referenced
this pull request
Feb 27, 2021
myii
added a commit
to saltstack-formulas/sysstat-formula
that referenced
this pull request
Feb 27, 2021
myii
added a commit
to saltstack-formulas/syslog-ng-formula
that referenced
this pull request
Feb 27, 2021
myii
added a commit
to saltstack-formulas/strongswan-formula
that referenced
this pull request
Feb 27, 2021
myii
added a commit
to saltstack-formulas/prometheus-formula
that referenced
this pull request
Feb 27, 2021
myii
added a commit
to saltstack-formulas/proftpd-formula
that referenced
this pull request
Feb 28, 2021
myii
added a commit
to saltstack-formulas/grafana-formula
that referenced
this pull request
Feb 28, 2021
myii
added a commit
to saltstack-formulas/nut-formula
that referenced
this pull request
Mar 2, 2021
myii
added a commit
to saltstack-formulas/rng-tools-formula
that referenced
this pull request
Mar 4, 2021
myii
added a commit
to saltstack-formulas/lynis-formula
that referenced
this pull request
Mar 4, 2021
myii
added a commit
to saltstack-formulas/maven-formula
that referenced
this pull request
Mar 4, 2021
myii
added a commit
to saltstack-formulas/rspamd-formula
that referenced
this pull request
Mar 4, 2021
myii
added a commit
to saltstack-formulas/suricata-formula
that referenced
this pull request
Mar 4, 2021
myii
added a commit
to saltstack-formulas/nifi-formula
that referenced
this pull request
Mar 4, 2021
Completes 5b5d679
Establish all of the following changes: * Use wildcards for (but *maintain* current ordering of entries when rendered): - NOTE: Use new values to ensure reverse compatibility, where need to be able to use the original, non-wildcard method instead - To filter out `platforms` that must not be included (and `platform_matrix`) - `platform_suite` inclusions and exclusions - `platforms_matrix` (after initial testing) * Use latest pre-salted images - Active unique combination of platforms for all formulas: + E.g. `apt-formula` must only have Debian-based platforms in the list + Based around idea of supplying these in the `FORMULA` file + Active became the wildcards that have been implemented * Move `dependencies` to the top in each suite (where used) * Use new solution to replace `platforms_matrix_commented_includes`: - Use wildcards? - Automatic generation from "ideal, unique platforms"? When running global tests across new pre-salted images: * `vim-interestingwords` is exceptionally useful here, with the following words: - `platforms` (use wildcards to ensure all relevant platforms are selected) - `supports` (pretty much want to comment all of these out, so InSpec tests run) - `include` & `exclude` (similar to `platforms`)
myii
force-pushed
the
feat/use-latest-pre-salted-images-for-all-formulas
branch
from
March 7, 2021 07:10
c7c3905
to
47c3d45
Compare
myii
changed the title
feat: use latest pre-salted images across all formulas
feat: overhaul CI implementation and use latest pre-salted images
Mar 7, 2021
🎉 This PR is included in version 1.248.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Establish all of the following changes:
where need to be able to use the original, non-wildcard method instead
platforms
that must not be included (andplatform_matrix
)platform_suite
inclusions and exclusionsplatforms_matrix
(after initial testing)apt-formula
must only have Debian-based platforms in the listFORMULA
filedependencies
to the top in each suite (where used)platforms_matrix_commented_includes
:When running global tests across new pre-salted images:
vim-interestingwords
is exceptionally useful here, with the following words:platforms
(use wildcards to ensure all relevant platforms are selected)supports
(pretty much want to comment all of these out, so InSpec tests run)include
&exclude
(similar toplatforms
)