diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fcc6f1e9..1552a8caa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,6 @@ jobs: matrix: env: - TEST: pulp - - TEST: docs - TEST: azure - TEST: s3 - TEST: lowerbounds diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 67e205729..b75cc6042 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -176,5 +176,32 @@ jobs: commit-message: | Update CI files + [noissue] + delete-branch: true + - uses: "actions/checkout@v4" + with: + fetch-depth: 0 + path: "pulp_container" + ref: "2.20" + + - name: "Run update" + working-directory: "pulp_container" + run: | + ../plugin_template/scripts/update_ci.sh --release + + - name: "Create Pull Request for CI files" + uses: "peter-evans/create-pull-request@v6" + with: + token: "${{ secrets.RELEASE_TOKEN }}" + path: "pulp_container" + committer: "pulpbot " + author: "pulpbot " + title: "Update CI files for branch 2.20" + body: "" + branch: "update-ci/2.20" + base: "2.20" + commit-message: | + Update CI files + [noissue] delete-branch: true diff --git a/template_config.yml b/template_config.yml index 7f44db19d..5ac2cdcce 100644 --- a/template_config.yml +++ b/template_config.yml @@ -12,7 +12,7 @@ check_stray_pulpcore_imports: true ci_base_image: ghcr.io/pulp/pulp-ci-centos9 ci_env: {} ci_trigger: '{pull_request: {branches: [''*'']}}' -ci_update_docs: true +ci_update_docs: false cli_package: pulp-cli cli_repo: https://github.com/pulp/pulp-cli.git core_import_allowed: [] @@ -22,7 +22,7 @@ deploy_to_pypi: true disabled_redis_runners: [] doc_requirements_from_pulpcore: false docker_fixtures: false -docs_test: true +docs_test: false flake8: true flake8_ignore: [] github_org: pulp @@ -74,6 +74,7 @@ supported_release_branches: - '2.14' - '2.15' - '2.16' +- '2.20' sync_ci: true test_azure: true test_cli: true