Skip to content

Commit

Permalink
Merge pull request #3 from rooftopcellist/disable-old-ci
Browse files Browse the repository at this point in the history
Disable CI from Pulp Operator Repo
  • Loading branch information
dsavineau authored Nov 9, 2023
2 parents 6461610 + 063b8e5 commit 5a5eac9
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 435 deletions.
15 changes: 0 additions & 15 deletions .ci/prow/Dockerfile.ci-operator

This file was deleted.

55 changes: 0 additions & 55 deletions .ci/prow/openshift-test.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .ci/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ make docker-push

export QUAY_IMAGE_TAG=v$(cat Makefile | grep "VERSION ?=" | cut -d' ' -f3)
echo $QUAY_IMAGE_TAG
docker tag quay.io/pulp/pulp-operator:devel quay.io/pulp/pulp-operator:$QUAY_IMAGE_TAG
docker tag quay.io/ansible/galaxy-operator:main quay.io/ansible/galaxy-operator:$QUAY_IMAGE_TAG
sudo -E $GITHUB_WORKSPACE/.ci/scripts/quay-push.sh

make bundle-build
Expand Down
4 changes: 2 additions & 2 deletions .ci/scripts/galaxy_ng-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ do
fi
done

podman pull quay.io/pulp/pulp-operator:devel
podman pull quay.io/ansible/galaxy-operator:main
podman login --tls-verify=false -u admin -p password localhost:24880
podman tag quay.io/pulp/pulp-operator:devel localhost:24880/pulp/pulp-operator:devel
podman tag quay.io/ansible/galaxy-operator:main localhost:24880/pulp/pulp-operator:devel
podman push --tls-verify=false localhost:24880/pulp/pulp-operator:devel


Expand Down
33 changes: 0 additions & 33 deletions .ci/scripts/publish_docs.sh

This file was deleted.

65 changes: 0 additions & 65 deletions .ci/scripts/validate_commit_message.py

This file was deleted.

23 changes: 18 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
Thank you for your contribution!
##### SUMMARY
<!--- Describe the change, including rationale and design decisions -->

If your PR needs a changelog entry:
* https://github.com/pulp/pulp-operator/issues/new
* https://docs.pulpproject.org/pulpcore/contributing/git.html#commit-message
<!---
If you are fixing an existing issue, please include "fixes #nnn" in your
commit message and your description; but you should still explain what
the change does.
-->

If not, please add `[noissue]` to your commit message
##### ADDITIONAL INFORMATION
<!---
Include additional information to help people understand the change here.
For bugs that don't have a linked bug report, a step-by-step reproduction
of the problem is helpful.
-->

<!--- Paste verbatim command output below, e.g. before and after your change -->
```
```
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install httpie
echo ::endgroup::
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV
echo "IMG=quay.io/pulp/pulp-operator:devel" >> $GITHUB_ENV
echo "IMG=quay.io/ansible/galaxy-operator:main" >> $GITHUB_ENV
echo "CI_TEST=true" >> $GITHUB_ENV
echo "CI_TEST_IMAGE=minimal" >> $GITHUB_ENV
shell: bash
Expand All @@ -55,7 +55,7 @@ jobs:
shell: bash
- name: Build Operator
run: |
sudo -E make docker-build IMG=quay.io/pulp/pulp-operator:devel
sudo -E make docker-build IMG=quay.io/ansible/galaxy-operator:main
sudo -E docker images
shell: bash
- name: Test insta-demo
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install httpie
echo ::endgroup::
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV
echo "IMG=quay.io/pulp/pulp-operator:devel" >> $GITHUB_ENV
echo "IMG=quay.io/ansible/galaxy-operator:main" >> $GITHUB_ENV
echo "CI_TEST=true" >> $GITHUB_ENV
echo "CI_TEST_IMAGE=${{ matrix.IMAGE }}" >> $GITHUB_ENV
shell: bash
Expand All @@ -119,7 +119,7 @@ jobs:
shell: bash
- name: Build Operator
run: |
sudo -E make docker-build IMG=quay.io/pulp/pulp-operator:devel
sudo -E make docker-build IMG=quay.io/ansible/galaxy-operator:main
sudo -E docker images
shell: bash
- name: Deploy pulp-operator to K8s
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install httpie
echo ::endgroup::
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV
echo "IMG=quay.io/pulp/pulp-operator:devel" >> $GITHUB_ENV
echo "IMG=quay.io/ansible/galaxy-operator:main" >> $GITHUB_ENV
echo "CI_TEST=true" >> $GITHUB_ENV
echo "CI_TEST_STORAGE=${{ matrix.STORAGE }}" >> $GITHUB_ENV
echo "CI_TEST_IMAGE=${{ matrix.IMAGE }}" >> $GITHUB_ENV
Expand All @@ -205,7 +205,7 @@ jobs:
shell: bash
- name: Build Operator
run: |
sudo -E make docker-build IMG=quay.io/pulp/pulp-operator:devel
sudo -E make docker-build IMG=quay.io/ansible/galaxy-operator:main
sudo -E docker images
shell: bash
- name: Prepare Object Storage
Expand Down Expand Up @@ -282,12 +282,12 @@ jobs:
pip install httpie tweepy
echo ::endgroup::
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV
echo "IMG=quay.io/pulp/pulp-operator:devel" >> $GITHUB_ENV
echo "IMG=quay.io/ansible/galaxy-operator:main" >> $GITHUB_ENV
echo "CI_TEST=true" >> $GITHUB_ENV
shell: bash
- name: Build Operator
run: |
sudo -E make docker-build IMG=quay.io/pulp/pulp-operator:devel
sudo -E make docker-build IMG=quay.io/ansible/galaxy-operator:main
sudo -E docker images
shell: bash
- name: Setting secrets
Expand Down
97 changes: 0 additions & 97 deletions .github/workflows/kanban.yml

This file was deleted.

Loading

0 comments on commit 5a5eac9

Please sign in to comment.