Skip to content

Commit 58f3e9d

Browse files
authored
[stable-4.6] Cleanup README, workflows, configs relevant only in master; update galaxykit version, pulp-ci-centos version (#2622)
* .github - drop everything except workflows * .github/workflows - drop everything but backported-labels, cypress, pr-checks, stable-release and scripts the rest is either not relevant to stable branches at all, or is run from the master branch * .travis - drop, unused except for deploy-cloud * drop ephemeral scripts - build_deploy.sh ci.sh pr_check.sh * drop husky * update README to drop sections only maintained in master * drop .cloud-stage-cron.enabled - used only on master * install released galaxykit instead of github main last currently released galaxykit is 0.11.1 * Build from pulp-ci-centos:3.21, not latest
1 parent 6cff611 commit 58f3e9d

24 files changed

+2
-1064
lines changed

.cloud-stage-cron.enabled

Whitespace-only changes.

.github/ISSUE_TEMPLATE/config.yml

-6
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

-22
This file was deleted.

.github/dependabot.yml

-35
This file was deleted.

.github/patchback.yml

-5
This file was deleted.

.github/workflows/cloud-stage-disable.yml

-25
This file was deleted.

.github/workflows/cloud-stage-enable.yml

-26
This file was deleted.

.github/workflows/cypress.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Install galaxykit dependency"
4141
run: |
4242
# pip install git+https://github.com/ansible/galaxykit.git@branch_name
43-
pip install git+https://github.com/ansible/galaxykit.git
43+
pip install galaxykit
4444
4545
- name: "Set env.SHORT_BRANCH, env.GALAXY_NG_COMMIT"
4646
run: |
@@ -75,7 +75,7 @@ jobs:
7575
7676
echo '# Containerfile'
7777
echo '\
78-
FROM ghcr.io/pulp/pulp-ci-centos:latest
78+
FROM ghcr.io/pulp/pulp-ci-centos:3.21
7979
8080
COPY --chmod=644 ansible-sign.key /tmp/
8181
COPY --chmod=755 collection-sign.sh /var/lib/pulp/scripts/

.github/workflows/deploy-cloud.yml

-61
This file was deleted.

.github/workflows/dev-release.yml

-62
This file was deleted.

.github/workflows/i18n.yml

-43
This file was deleted.

.github/workflows/pr-checks.yml

-20
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,6 @@ on:
66

77
jobs:
88

9-
check_commit:
10-
runs-on: ubuntu-latest
11-
if: ${{ github.base_ref == 'master' }}
12-
steps:
13-
14-
- name: Checkout code
15-
uses: actions/checkout@v2
16-
with:
17-
ref: ${{ github.event.after }} # for PR avoids checking out merge commit
18-
fetch-depth: 0 # include all history
19-
20-
- name: Run script to validate commits for both pull request and a push
21-
env:
22-
GITHUB_PR_COMMITS_URL: ${{ github.event.pull_request.commits_url }}
23-
GITHUB_USER: ${{ github.event.pull_request.user.login }}
24-
START_COMMIT: ${{ github.event.before }}
25-
END_COMMIT: ${{ github.event.after }}
26-
run: |
27-
curl https://raw.githubusercontent.com/ansible/galaxy_ng/master/.ci/scripts/validate_commit_message_custom.py | python
28-
299
pr-checks:
3010
runs-on: ubuntu-latest
3111
steps:

.github/workflows/update-manifest.yml

-39
This file was deleted.

0 commit comments

Comments
 (0)