File tree 4 files changed +28
-20
lines changed
4 files changed +28
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Integration Tests
2
+
3
+ on : pull_request
4
+
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7
+ cancel-in-progress : true
8
+
9
+ jobs :
10
+ integration_tests :
11
+ name : Integration tests
12
+ uses : uc-cdis/.github/.github/workflows/integration_tests.yaml@master
13
+ with :
14
+ # Integration tests present only for pelican-export right now
15
+ QUAY_REPO : pelican-export
16
+ # Tag used in tests that depend on this repo (https://github.com/uc-cdis/gen3-code-vigil/blob/master/gen3-integration-tests/pyproject.toml)
17
+ SERVICE_TO_TEST : pfb
18
+ secrets :
19
+ CI_AWS_ACCESS_KEY_ID : ${{ secrets.CI_AWS_ACCESS_KEY_ID }}
20
+ CI_AWS_SECRET_ACCESS_KEY : ${{ secrets.CI_AWS_SECRET_ACCESS_KEY }}
21
+ JENKINS_API_TOKEN : ${{ secrets.JENKINS_API_TOKEN }}
22
+ QA_DASHBOARD_S3_PATH : ${{ secrets.QA_DASHBOARD_S3_PATH }}
23
+ CI_TEST_ORCID_USERID : ${{ secrets.CI_TEST_ORCID_USERID }}
24
+ CI_TEST_ORCID_PASSWORD : ${{ secrets.CI_TEST_ORCID_PASSWORD }}
25
+ CI_TEST_RAS_USERID : ${{ secrets.CI_TEST_RAS_USERID }}
26
+ CI_TEST_RAS_PASSWORD : ${{ secrets.CI_TEST_RAS_PASSWORD }}
27
+ CI_SLACK_BOT_TOKEN : ${{ secrets.CI_SLACK_BOT_TOKEN }}
28
+ CI_SLACK_CHANNEL_ID : ${{ secrets.CI_SLACK_CHANNEL_ID }}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments