From bf3bd65262816a3d9e17c8b2b03106775608b76d Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 20 Oct 2022 11:10:05 +0000 Subject: [PATCH 1/5] Update .gitreview for stable/zed Change-Id: I67b1c74eab8176438f802cc723d14b16ce9db6a1 --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index 19b5cb4f..a14c3790 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/puppet-openstacklib.git +defaultbranch=stable/zed From 43622330ae742e4f1a1b6cb0734fc0101a948cfa Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 20 Oct 2022 11:10:07 +0000 Subject: [PATCH 2/5] Update TOX_CONSTRAINTS_FILE for stable/zed Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: I850dd11eb9a6dcc6153251b4ca50a88d9bb3cdb0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5bf76d23..a5806f10 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,6 @@ ignore_basepython_conflict = True basepython = python3 [testenv:releasenotes] -deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html From 806417898a2afc0f8ae086040ab2424cb281d9cc Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 19 May 2023 13:50:00 +0900 Subject: [PATCH 3/5] Zed-only: Remove TripleO job ... because the stable/zed branch of TripleO repos is no longer maintained. Change-Id: I4b81aed599cd154f66fc7945b37f32c6732d76f9 --- .zuul.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2f3e481f..486108d2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,22 +5,3 @@ - puppet-openstack-integration-jobs-all - puppet-openstack-litmus-jobs - release-notes-jobs-python3 - check: - jobs: - - puppet-openstacklib-tripleo-standalone - gate: - jobs: - - puppet-openstacklib-tripleo-standalone - -- job: - name: puppet-openstacklib-tripleo-standalone - parent: tripleo-puppet-ci-centos-9-standalone - description: | - TripleO standalone Job running basic tests - vars: - build_container_images: true - featureset_override: - run_tempest: false - tempest_test_whitelist: - - 'tempest.scenario.test_server_basic_ops' - use_os_tempest: true From 5f2e52d8209c6f222673bcda30c4e6fa39547574 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 11 Aug 2023 00:49:58 +0900 Subject: [PATCH 4/5] Add .pdkignore to exclude some files from tar ball We've seen release job failures caused by too large tarball, which contains irrelevant files like git history. Let's exclude these files to reduce size of the archive. The file is copied from the puppetlabs repositories with some files specific to OpenStack projects added. Change-Id: Ia6245847ee40654663d24e64eaccef583fdc3828 (cherry picked from commit b11247f13900d5ed613e2d751b057bf14b6434de) (cherry picked from commit b6bdd628e380b57da818a31992daba8269bb20b3) --- .pdkignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .pdkignore diff --git a/.pdkignore b/.pdkignore new file mode 100644 index 00000000..37ffc8d0 --- /dev/null +++ b/.pdkignore @@ -0,0 +1,51 @@ +# common list used in puppetlabs repos +.git/ +.*.sw[op] +.metadata +.yardoc +.yardwarns +*.iml +/.bundle/ +/.idea/ +/.vagrant/ +/coverage/ +/bin/ +/doc/ +/Gemfile.local +/Gemfile.lock +/junit/ +/log/ +/pkg/ +/spec/fixtures/manifests/ +/spec/fixtures/modules/* +/tmp/ +/vendor/ +/convert_report.txt +/update_report.txt +.DS_Store +.project +.envrc +/inventory.yaml +/spec/fixtures/litmus_inventory.yaml +/.fixtures.yml +/Gemfile +/.gitattributes +/.gitignore +/.pdkignore +/.puppet-lint.rc +/Rakefile +/rakelib/ +/.rspec +/..yml +/.yardopts +/spec/ +/.vscode/ +/.sync.yml +/.devcontainer/ +# OpenStack-specific files +/bindep.txt +/.gitreview +/setup.cfg +/setup.py +/tox.ini +/.zuul.yaml From 85d305f2d5a0cf806f53c3d1b3d9e2bb0aeae6ec Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 10 May 2024 09:23:21 +0000 Subject: [PATCH 5/5] Update .gitreview for unmaintained/zed Change-Id: I8e139c83c28f6e7e1ec2d310497d9de976b4d862 --- .gitreview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index a14c3790..81fda7fd 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=review.opendev.org port=29418 project=openstack/puppet-openstacklib.git -defaultbranch=stable/zed +defaultbranch=unmaintained/zed