diff --git a/.github/workflows/pr-operator.yml b/.github/workflows/pr-operator.yml index 3c0c99c..9a8ca85 100644 --- a/.github/workflows/pr-operator.yml +++ b/.github/workflows/pr-operator.yml @@ -64,8 +64,6 @@ jobs: run: | echo "repository_name=$(basename ${{ env.CHECKOUT_CODE }})" >> $GITHUB_OUTPUT echo "bin_dir=$(pwd)/bin" >> $GITHUB_OUTPUT - - echo "bin_dir=$(pwd)/bin" # Create Distribution Matrix echo "dist_matrix=$(echo -n "${{ env.BUILD_PLATFORMS }}" | jq -csR '. | split(",")')" >> $GITHUB_OUTPUT diff --git a/.github/workflows/test-cert-utils-operator.yaml b/.github/workflows/test-cert-utils-operator.yaml deleted file mode 100644 index c2d6214..0000000 --- a/.github/workflows/test-cert-utils-operator.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Testing cert-utils-operator -on: - pull_request: - schedule: - - cron: '0 1 * * 1' - -# Declare default permissions as read only. -permissions: read-all - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - cert-utils-operator-workflow: - name: Test PR shared-operator-workflow for cert-utils-operator - uses: ./.github/workflows/pr-operator.yml - with: - RUN_UNIT_TESTS: true - RUN_INTEGRATION_TESTS: false - RUN_HELMCHART_TEST: false #todo - GO_VERSION: ~1.19 - CHECKOUT_CODE: "redhat-cop/cert-utils-operator" diff --git a/.github/workflows/test-namespace-configuration-operator.yaml b/.github/workflows/test-namespace-configuration-operator.yaml index 2b37ccf..305b87e 100644 --- a/.github/workflows/test-namespace-configuration-operator.yaml +++ b/.github/workflows/test-namespace-configuration-operator.yaml @@ -18,7 +18,7 @@ jobs: with: RUN_UNIT_TESTS: true RUN_INTEGRATION_TESTS: true - RUN_HELMCHART_TEST: false #todo + RUN_HELMCHART_TEST: true GO_VERSION: ~1.21 OPERATOR_SDK_VERSION: v1.31.0 CHECKOUT_CODE: "redhat-cop/namespace-configuration-operator"