Skip to content

Commit

Permalink
Update tests after common rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Apr 22, 2024
1 parent a5e994a commit c995711
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ spec:
OUT="$(oc get proxy.config.openshift.io/cluster -o jsonpath='{.spec.noProxy}' 2>/dev/null)";
if [ -n "${OUT}" ]; then export NO_PROXY="${OUT}"; fi;
mkdir /git/{repo,home};
git clone --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
git clone --recurse-submodules --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
chmod 0770 /git/{repo,home};
- name: test
image: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9:latest
Expand Down
4 changes: 2 additions & 2 deletions tests/common-clustergroup-industrial-edge-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ spec:
OUT="$(oc get proxy.config.openshift.io/cluster -o jsonpath='{.spec.noProxy}' 2>/dev/null)";
if [ -n "${OUT}" ]; then export NO_PROXY="${OUT}"; fi;
mkdir /git/{repo,home};
git clone --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
git clone --recurse-submodules --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
chmod 0770 /git/{repo,home};
- name: test
image: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9:latest
Expand Down Expand Up @@ -665,7 +665,7 @@ spec:
OUT="$(oc get proxy.config.openshift.io/cluster -o jsonpath='{.spec.noProxy}' 2>/dev/null)";
if [ -n "${OUT}" ]; then export NO_PROXY="${OUT}"; fi;
mkdir /git/{repo,home};
git clone --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
git clone --recurse-submodules --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
chmod 0770 /git/{repo,home};
- name: unseal-playbook
image: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9:latest
Expand Down
4 changes: 2 additions & 2 deletions tests/common-clustergroup-medical-diagnosis-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ spec:
OUT="$(oc get proxy.config.openshift.io/cluster -o jsonpath='{.spec.noProxy}' 2>/dev/null)";
if [ -n "${OUT}" ]; then export NO_PROXY="${OUT}"; fi;
mkdir /git/{repo,home};
git clone --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
git clone --recurse-submodules --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
chmod 0770 /git/{repo,home};
- name: test
image: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9:latest
Expand Down Expand Up @@ -592,7 +592,7 @@ spec:
OUT="$(oc get proxy.config.openshift.io/cluster -o jsonpath='{.spec.noProxy}' 2>/dev/null)";
if [ -n "${OUT}" ]; then export NO_PROXY="${OUT}"; fi;
mkdir /git/{repo,home};
git clone --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
git clone --recurse-submodules --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
chmod 0770 /git/{repo,home};
- name: unseal-playbook
image: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9:latest
Expand Down
2 changes: 1 addition & 1 deletion tests/common-clustergroup-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ spec:
OUT="$(oc get proxy.config.openshift.io/cluster -o jsonpath='{.spec.noProxy}' 2>/dev/null)";
if [ -n "${OUT}" ]; then export NO_PROXY="${OUT}"; fi;
mkdir /git/{repo,home};
git clone --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
git clone --recurse-submodules --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
chmod 0770 /git/{repo,home};
- name: unseal-playbook
image: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9:latest
Expand Down
4 changes: 2 additions & 2 deletions tests/common-clustergroup-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ spec:
OUT="$(oc get proxy.config.openshift.io/cluster -o jsonpath='{.spec.noProxy}' 2>/dev/null)";
if [ -n "${OUT}" ]; then export NO_PROXY="${OUT}"; fi;
mkdir /git/{repo,home};
git clone --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
git clone --recurse-submodules --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
chmod 0770 /git/{repo,home};
- name: test
image: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9:latest
Expand Down Expand Up @@ -554,7 +554,7 @@ spec:
OUT="$(oc get proxy.config.openshift.io/cluster -o jsonpath='{.spec.noProxy}' 2>/dev/null)";
if [ -n "${OUT}" ]; then export NO_PROXY="${OUT}"; fi;
mkdir /git/{repo,home};
git clone --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
git clone --recurse-submodules --single-branch --branch main --depth 1 -- "${URL}" /git/repo;
chmod 0770 /git/{repo,home};
- name: unseal-playbook
image: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9:latest
Expand Down

0 comments on commit c995711

Please sign in to comment.