diff --git a/.github/workflows/functional-test-cloud.yaml b/.github/workflows/functional-test-cloud.yaml index 8cb3885aa2..2042fa807b 100644 --- a/.github/workflows/functional-test-cloud.yaml +++ b/.github/workflows/functional-test-cloud.yaml @@ -446,7 +446,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest-m] - name: [corerp-cloud,ucp-cloud] + name: [corerp-cloud, ucp-cloud] runs-on: ${{ matrix.os }} env: UNIQUE_ID: ${{ needs.build.outputs.UNIQUE_ID }} @@ -568,6 +568,7 @@ jobs: # Populate the following environment variables for Azure workload identity from secrets. # AZURE_OIDC_ISSUER_PUBLIC_KEY # AZURE_OIDC_ISSUER_PRIVATE_KEY + # AZURE_OIDC_ISSUER eval "export $(echo "${{ secrets.FUNCTEST_AZURE_OIDC_JSON }}" | jq -r 'to_entries | map("\(.key)=\(.value)") | @sh')" AUTHKEY=$(echo -n "${{ github.actor }}:${{ secrets.GH_RAD_CI_BOT_PAT }}" | base64) @@ -641,7 +642,6 @@ jobs: append: true message: | :x: Test tool installation for ${{ matrix.name }} failed. Please check [the logs](${{ env.ACTION_LINK }}) for more details - # todo: Install Radius with IRSA enabled - name: Install Radius run: | export PATH=$GITHUB_WORKSPACE/bin:$PATH @@ -677,12 +677,8 @@ jobs: echo "*** Configuring AWS provider ***" rad env update kind-radius --aws-region ${{ env.AWS_REGION }} --aws-account-id ${{ secrets.FUNCTEST_AWS_ACCOUNT_ID }} - # rad credential register aws irsa \ - # --iam-role arn:aws:iam::179022619019:role/radius-role rad credential register aws irsa \ --iam-role ${{ secrets.FUNC_TEST_RAD_IRSA_ROLE }} - - kubectl describe pods -n radius-system ucp - uses: marocchino/sticky-pull-request-comment@v2 if: failure() && env.PR_NUMBER != '' @@ -719,7 +715,6 @@ jobs: } } EOF - - name: Run functional tests run: | # Ensure rad cli is in path before running tests. @@ -762,7 +757,6 @@ jobs: result_directory: "dist/functional_test/" - name: Collect Pod details - if: always() run: | POD_STATE_LOG_FILENAME='${{ env.RADIUS_CONTAINER_LOG_BASE }}/${{ matrix.name }}-tests-pod-states.log'