Skip to content

Commit

Permalink
midpoint-main-generic-oracle-pipeline: added Oracle container notes
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Oct 4, 2022
1 parent 0e746c8 commit 16f2a53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/jenkins/midpoint-main-generic-oracle-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
* and European Union Public License. See LICENSE file for details.
*/

/*
* NOTES:
* Oracle XE 21 must be used, older versions fail with:
* [WARNING] ORA-00821: Specified value of sga_target 1536M is too small, needs to be at least 2416M
* The container probably "sees" too many processors: https://github.com/oracle/docker-images/issues/1522
*
* Oracle container is run in a separate pod controlled by kubectl container, because:
* - When run inside Jenkins job pod without runAsUser the job got stuck.
* - When run with runAsUser=0, the DB was not initialized properly.
*/

def verbose = params.VERBOSE ?: '0'

// We will share logs (and other info) in /home/jenkins/agent/workspace (using ..).
Expand Down

0 comments on commit 16f2a53

Please sign in to comment.