Skip to content

Commit

Permalink
Include 18c XE build in tests (oracle#1081)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerald Venzl <[email protected]>
  • Loading branch information
gvenzl authored and Djelibeybi committed Dec 12, 2018
1 parent b78cf33 commit fba13db
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion OracleDatabase/SingleInstance/tests/runImageBuildTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,28 @@ checkError "Build 18.3.0 EE image" $?
checkError "Build 18.3.0 SE2 image" $?

# Delete binary file
rm ./18.3.0/db_home.zip
rm ./18.3.0/LINUX.X64_180000_db_home.zip

###################### END TESTS 18.3.0 images ###########################


###################### TESTS 18.4.0 images ###########################

# Copy binary file
cp $BIN_DIR/oracle-database-xe-18c-1.0-1.x86_64.rpm ./18.4.0/

###################### TEST 18.4.0 XE ###########################

# Build 18.4.0 XE images
./buildDockerImage.sh -x -v 18.4.0
checkError "Build 18.4.0 XE image" $?

# Delete binary file
rm ./18.4.0/oracle-database-xe-18c-1.0-1.x86_64.rpm

###################### END TESTS 18.4.0 images ###########################


###################### TEST 12.2.0.1 EE ###########################

# Copy binary file
Expand Down

0 comments on commit fba13db

Please sign in to comment.