Skip to content

Commit 3624562

Browse files
authored
ci: Migrate RP (#494)
1 parent abcb618 commit 3624562

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.1.0
4+
codacy: codacy/base@10.11.0
55
slack: circleci/slack@3.3.0
66

77
references:
@@ -61,7 +61,7 @@ references:
6161
name: Run tests
6262
command: |
6363
export EXECUTION_TIME=`date +%F_%Hh%M-%Z`
64-
mvn test -DsuiteFile=$TEST_PATH -Drp.description=$EXECUTION_TIME -Drp.uuid=$RP_CIRCLECI_UUID -Drp.launch=$LAUNCH_NAME -Drp.project=$PROJECT_NAME -Drp.mode=DEFAULT -Drp.endpoint=$RP_ENDPOINT -Drp.tags=$LAUNCH_TAG
64+
mvn test -DsuiteFile=$TEST_PATH -Drp.description=$EXECUTION_TIME -Drp.api.key=$RP_CIRCLECI_API_KEY -Drp.launch=$LAUNCH_NAME -Drp.project=$PROJECT_NAME -Drp.mode=DEFAULT -Drp.endpoint=$RP_ENDPOINT -Drp.tags=$LAUNCH_TAG
6565
- run:
6666
name: Save test results
6767
command: |
@@ -125,7 +125,7 @@ jobs:
125125
LAUNCH_TAG: CIRCLECI;CLI;STAGING
126126
PROJECT_NAME: codacy-analysis-cli
127127
LAUNCH_NAME: CLI_STAGING
128-
RP_LAUNCH_URL: https://reportportal.staging.codacy.org/ui/#codacy-analysis-cli/launches
128+
RP_LAUNCH_URL: https://rp.dev.codacy.org/ui/#codacy-analysis-cli/launches/all
129129
ENVIRONMENT: staging
130130
test_cli_production:
131131
<<: *run_integration_tests
@@ -135,7 +135,7 @@ jobs:
135135
LAUNCH_TAG: CIRCLECI;CLI;PROD
136136
PROJECT_NAME: codacy-analysis-cli
137137
LAUNCH_NAME: CLI_PROD
138-
RP_LAUNCH_URL: https://reportportal.staging.codacy.org/ui/#codacy-analysis-cli/launches
138+
RP_LAUNCH_URL: https://rp.dev.codacy.org/ui/#codacy-analysis-cli/launches/all
139139
ENVIRONMENT: production
140140

141141
workflows:

0 commit comments

Comments
 (0)