-
Notifications
You must be signed in to change notification settings - Fork 12
OAPE-36: Updates ansible-collections and downstream e2e test to match upstream v1.36.1 #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
44dd91c
ff959b7
fac3030
4fb1f64
cdfba54
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# openshift-ansible-operator-plugins is built from the openshift/Dockerfile | ||
FROM openshift-ansible-operator-plugins | ||
|
||
COPY openshift/ci/testdata/ansible/memcached-operator/requirements.yml ${HOME}/requirements.yml | ||
COPY testdata/memcached-molecule-operator/requirements.yml ${HOME}/requirements.yml | ||
RUN ansible-galaxy collection install -r ${HOME}/requirements.yml \ | ||
&& chmod -R ug+rwx ${HOME}/.ansible | ||
|
||
COPY openshift/ci/testdata/ansible/memcached-operator/watches.yaml ${HOME}/watches.yaml | ||
COPY openshift/ci/testdata/ansible/memcached-operator/roles/ ${HOME}/roles/ | ||
COPY openshift/ci/testdata/ansible/memcached-operator/playbooks/ ${HOME}/playbooks/ | ||
COPY testdata/memcached-molecule-operator/watches.yaml ${HOME}/watches.yaml | ||
COPY testdata/memcached-molecule-operator/roles/ ${HOME}/roles/ | ||
COPY testdata/memcached-molecule-operator/playbooks/ ${HOME}/playbooks/ |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any path change in CI ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to change the CI job setup in https://github.com/openshift/release, because the make targets and Dockerfile paths remain unchanged.