Skip to content

Commit 2e04ccd

Browse files
authored
Merge pull request #280 from codacy/test/change-job-name
test: Change test name so it's clearer on slack
2 parents 6d510c7 + 7e1b5f5 commit 2e04ccd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
key: maven-dependencies-1.0.13-{{ checksum "pom.xml" }}
117117
paths:
118118
- ~/.m2
119-
test_staging:
119+
test_cli_staging:
120120
<<: *run_integration_tests
121121
environment:
122122
TEST_PATH: Suite/CLI/STAGING.xml
@@ -125,7 +125,7 @@ jobs:
125125
LAUNCH_NAME: CLI_STAGING
126126
RP_LAUNCH_URL: https://reportportal.staging.codacy.org/ui/#codacy-analysis-cli/launches
127127
ENVIRONMENT: staging
128-
test_production:
128+
test_cli_production:
129129
<<: *run_integration_tests
130130
environment:
131131
TEST_PATH: Suite/CLI/PROD.xml
@@ -181,7 +181,7 @@ workflows:
181181
- test
182182
- lint
183183
- publish_docker_locally
184-
- test_staging:
184+
- test_cli_staging:
185185
requires:
186186
- maven_dependencies
187187
- codacy/sbt:
@@ -193,13 +193,13 @@ workflows:
193193
+codacyAnalysisModels/publishSigned;
194194
sonatypeBundleRelease"
195195
requires:
196-
- test_staging
196+
- test_cli_staging
197197
- codacy/publish_docker:
198198
name: publish_dockerhub
199199
context: CodacyDocker
200200
docker_tag: dev-snapshot
201201
requires:
202-
- test_staging
202+
- test_cli_staging
203203
- codacy/tag_version:
204204
context: CodacyAWS
205205
requires:
@@ -208,7 +208,7 @@ workflows:
208208
context: CodacyDocker
209209
type: approval
210210
requires:
211-
- test_staging
211+
- test_cli_staging
212212
- codacy/shell:
213213
name: publish_dockerhub_stable
214214
context: CodacyDocker
@@ -230,6 +230,6 @@ workflows:
230230
- master
231231
jobs:
232232
- maven_dependencies
233-
- test_production:
233+
- test_cli_production:
234234
requires:
235235
- maven_dependencies

0 commit comments

Comments
 (0)