Skip to content

(IAC-1595) Return Debian to Metadata #1440

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

Conversation

david22swan
Copy link
Member

Debian had previously been removed in order to cancel the tests, however this can now be accomplished with the exclude_platforms parameter within the sync.yml

Debian had previously been removed in order to cancel the tests, however this can now be accomplished with the `exclude_platforms` parameter within the sync.yml
@david22swan david22swan requested a review from a team as a code owner September 23, 2021 08:58
- name: Setup Acceptance Test Matrix
id: get-matrix
if: ${{ github.repository_owner == 'puppetlabs' }}
run: |
if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then
buildevents cmd $TRACE_ID $STEP_ID matrix_from_metadata -- bundle exec matrix_from_metadata_v2
buildevents cmd $TRACE_ID $STEP_ID matrix_from_metadata -- bundle exec matrix_from_metadata_v2 --exclude-platforms '["Debian-9", "Debian-10", "Debian-11"]'
Copy link
Collaborator

Choose a reason for hiding this comment

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

why don't you want to run the tests on Debian?

Copy link
Member Author

@david22swan david22swan Sep 29, 2021

Choose a reason for hiding this comment

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

There is a problem with the percona backup feature that is causing consistent failures that require some changes that we have not yet had the time to resolve. It is on our backlog however and we will get to it when we have the time.

@daianamezdrea daianamezdrea merged commit 0ce112f into puppetlabs:main Sep 29, 2021
@david22swan david22swan deleted the (IAC-1595)-Return-Debian-to-metadata branch February 15, 2022 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants