Skip to content

Commit cbb26ae

Browse files
committed
more fixes and clean-ups
1 parent c007ad9 commit cbb26ae

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/tests-selectable.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -232,17 +232,6 @@ jobs:
232232
platform=$(echo ${{ matrix.k8s }} | awk -F "-" '{print $2}')
233233
echo "k8s_version=$version" >> $GITHUB_OUTPUT
234234
echo "k8s_platform=$platform" >> $GITHUB_OUTPUT
235-
- name: Generate configuration for the tests
236-
env:
237-
IMAGE_URL: ${{ env.GHCR_REPO }}
238-
VERSION: ${{ steps.detect-tests.outputs.image_tag }}
239-
run: |
240-
devbox run -- make bundle-dev
241-
242-
- name: Change path for the test
243-
run: |
244-
awk '{gsub(/cloud.mongodb.com/, "cloud-qa.mongodb.com", $0); print}' bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml > tmp && mv tmp bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml
245-
246235
- name: Create k8s Kind Cluster
247236
if: ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }}
248237
uses: helm/[email protected]
@@ -265,8 +254,8 @@ jobs:
265254
MCLI_ORG_ID: ${{ secrets.ATLAS_ORG_ID}}
266255
MCLI_PUBLIC_API_KEY: ${{ secrets.ATLAS_PUBLIC_KEY }}
267256
MCLI_PRIVATE_API_KEY: ${{ secrets.ATLAS_PRIVATE_KEY }}
268-
IMAGE_URL: "${{ env.GHCR_REPO }}:${{ needs.detect-tests.outputs.image_tag }}"
269-
BUNDLE_IMAGE: "${{ env.GHCR_BUNDLES_REPO}}:${{ needs.detect-tests.outputs.image_tag }}"
257+
IMAGE_URL: "ghcr.io/mongodb/mongodb-atlas-kubernetes-operator-prerelease:${{ needs.detect-tests.outputs.image_tag }}"
258+
BUNDLE_IMAGE: "ghcr.io/mongodb/mongodb-atlas-kubernetes-bundles-prerelease:${{ needs.detect-tests.outputs.image_tag }}"
270259
IMAGE_PULL_SECRET_REGISTRY: ghcr.io
271260
IMAGE_PULL_SECRET_USERNAME: $
272261
IMAGE_PULL_SECRET_PASSWORD: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)