Skip to content

Commit

Permalink
[KOGITO-9434] Renaming to full from python
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Jun 26, 2023
1 parent 59694cf commit 9fcfd59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pipeline {
dir(getRepoName()) {
String mvnCmd = getMavenCommand()
.withProperty('maven.test.failure.ignore', true)
.withProfiles(['python'])
.withProfiles(['full'])
.skipTests(params.SKIP_TESTS)
.getFullRunCommand('clean install')
util.runWithPythonVirtualEnv(mvnCmd, 'swf')
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.sonarcloud
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
steps {
script {
util.runWithPythonVirtualEnv(getMavenCommand()
.withProfiles(['run-code-coverage', 'python'])
.withProfiles(['run-code-coverage', 'full'])
.getFullRunCommand('clean install'),
'swf')
}
Expand Down
2 changes: 1 addition & 1 deletion kogito-serverless-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</modules>
</profile>
<profile>
<id>python</id>
<id>full</id>
<modules>
<module>kogito-serverless-workflow-python-runtime</module>
<module>kogito-serverless-workflow-executor-python</module>
Expand Down
2 changes: 1 addition & 1 deletion quarkus/addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</modules>
</profile>
<profile>
<id>python</id>
<id>full</id>
<modules>
<module>python</module>
</modules>
Expand Down

0 comments on commit 9fcfd59

Please sign in to comment.