Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
integration_tests:
name: Integration tests
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master
with:
HELM_BRANCH: chore/improve-gen3-workflow
secrets:
CI_TEST_ORCID_USERID: ${{ secrets.CI_TEST_ORCID_USERID }}
CI_TEST_ORCID_PASSWORD: ${{ secrets.CI_TEST_ORCID_PASSWORD }}
Expand Down
13 changes: 0 additions & 13 deletions ci/gen3ff/values/gen3-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,3 @@ gen3-workflow:
taskImageWhitelist:
- "public.ecr.aws/docker/library/alpine:latest"
- "quay.io/cdis/gen3-workflow:integration_tests_dicom_image"
funnel:
Kubernetes:
# This will be dynamically replaced by setup_ci_env.sh script.
JobsNamespace: gen3-<namespace>-workflow-pods
Plugins:
Path: plugin-binaries/auth-plugin
Params:
OidcClientId: <redacted>
OidcClientSecret: <redacted>
# This will be dynamically replaced by setup_ci_env.sh script.
S3Url: gen3-workflow-service.<namespace>.svc.cluster.local
# This will be dynamically replaced by setup_ci_env.sh script.
OidcTokenUrl: https://<hostname>/user
Loading