Skip to content

Commit

Permalink
Merge pull request #75 from IABTechLab/tjm-UID2-2771-private-operator…
Browse files Browse the repository at this point in the history
…-core-e2e-tests

Setting the Core and Optout URLs for e2e tests for private operators
  • Loading branch information
thomasm-ttd authored Mar 4, 2024
2 parents f6fb9a1 + 5f3b1e6 commit f9e07fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/shared-run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ jobs:
echo "uid2_e2e_pipeline_operator_cloud_provider=AZURE" >> $GITHUB_OUTPUT
echo "uid2_e2e_pipeline_operator_url=${{ steps.start_azure_private_operator.outputs.uid2_e2e_pipeline_operator_url }}" >> $GITHUB_OUTPUT
fi
echo "uid2_e2e_pipeline_core_url=${{ steps.bore.outputs.BORE_URL_CORE }}" >> $GITHUB_OUTPUT
echo "uid2_e2e_pipeline_optout_url=${{ steps.bore.outputs.BORE_URL_OPTOUT }}" >> $GITHUB_OUTPUT
echo "uid2_e2e_pipeline_core_url=http://${{ steps.bore.outputs.BORE_URL_CORE }}" >> $GITHUB_OUTPUT
echo "uid2_e2e_pipeline_optout_url=http://${{ steps.bore.outputs.BORE_URL_OPTOUT }}" >> $GITHUB_OUTPUT
fi
- name: Run E2E tests
Expand All @@ -245,6 +245,8 @@ jobs:
uid2_e2e_pipeline_operator_url: ${{ steps.decide_env_var.outputs.uid2_e2e_pipeline_operator_url }}
uid2_e2e_pipeline_operator_type: ${{ steps.decide_env_var.outputs.uid2_e2e_pipeline_operator_type }}
uid2_e2e_pipeline_operator_cloud_provider: ${{ steps.decide_env_var.outputs.uid2_e2e_pipeline_operator_cloud_provider }}
uid2_e2e_pipeline_core_url: ${{ steps.decide_env_var.outputs.uid2_e2e_pipeline_core_url }}
uid2_e2e_pipeline_optout_url: ${{ steps.decide_env_var.outputs.uid2_e2e_pipeline_optout_url }}

- name: Stop GCP private operator
if: ${{ inputs.operator_type == 'gcp'}}
Expand Down

0 comments on commit f9e07fb

Please sign in to comment.