puppetlabs / puppet-agent

All of the directions for building a puppet agent package.
Other
47 stars 146 forks source link

(PA-5927) Skip failing test for AIX7.3-power #2412

Closed skyamgarp closed 10 months ago

skyamgarp commented 10 months ago

facter: https://jenkins-platform.delivery.puppetlabs.net/view/puppet-agent/view/ad-hoc/job/platform_puppet-agent-extra_puppet-agent-integration-suite_adhoc-ad_hoc/RMM_COMPONENT_TO_TEST_NAME=facter,SLAVE_LABEL=k8s-beaker,TEST_TARGET=aix73-POWERfa%257Bpackaging_platform=aix-7.2-power%257D/1232/

puppet-agent: https://jenkins-platform.delivery.puppetlabs.net/view/puppet-agent/view/ad-hoc/job/platform_puppet-agent-extra_puppet-agent-integration-suite_adhoc-ad_hoc/RMM_COMPONENT_TO_TEST_NAME=puppet_agent,SLAVE_LABEL=k8s-beaker,TEST_TARGET=aix73-POWERfa%257Bpackaging_platform=aix-7.2-power%257D/1232/

puppet: https://jenkins-platform.delivery.puppetlabs.net/view/puppet-agent/view/ad-hoc/job/platform_puppet-agent-extra_puppet-agent-integration-suite_adhoc-ad_hoc/1225/RMM_COMPONENT_TO_TEST_NAME=puppet,SLAVE_LABEL=k8s-beaker,TEST_TARGET=aix73-POWERfa%257Bpackaging_platform=aix-7.2-power%257D/

pxp-agent: https://jenkins-platform.delivery.puppetlabs.net/view/puppet-agent/view/ad-hoc/job/platform_puppet-agent-extra_puppet-agent-integration-suite_adhoc-ad_hoc/RMM_COMPONENT_TO_TEST_NAME=pxp_agent,SLAVE_LABEL=k8s-beaker,TEST_TARGET=aix73-POWERfa%257Bpackaging_platform=aix-7.2-power%257D/1226/

skyamgarp commented 10 months ago

If the same test fails in the 7.x stream, could you backport this commit to 7.x (create a feature branch off of the head of 7.x, cherry pick the one commit and open a new PR targeting 7.x)?

git checkout 7.x
git pull
git checkout -b backport_7x
git cherry-pick -x 492a5ffea48c6747e7724c3fb9658e0d60d27ed6
git push origin HEAD

Sure, Thanks.