Skip to content
Duane Dieterich edited this page Jul 11, 2022 · 1 revision
Issue Setup Build Server
Status open
Assigned DDieterich
Milestone V1.2 Hooks and GUI
Est Hrs
%Complete
Labels Internal Dev
Links Issues Summary

Description

Licensing problems and download bandwidth problems.

Travis-CI requirements for testing

  1. Setup travis.yml
  2. Download Oracle database installation
  3. Accept license agreement
  4. Install Database Software
  5. Install Database
  6. Setup Networking
  7. Install wtPLSQL schema and programs
  8. Run tests and capture results
  9. Send results back to GitHub
  10. Throw away everything in Travis-CI

AWS allows everything to be pre-built into an AMI, except:

  • Install wtPLSQL schema and programs
  • Run tests and capture results
  • Send results back to GitHub

Resolution

Issue Log

(Add newest entries on top and add Date/Time and Author for each entry.)

2019-05-25T13:56:19Z DDieterich labeled

2019-05-23T23:55:32Z DDieterich assigned

2019-03-14T05:39:12Z DDieterich

  1. Startup NAT Server
  2. Attach Public IP
  3. SSH to NAT Server
  4. Loop Through Builds
    1. Startup Build Instance
    2. SSH to Build Instance
    3. Pull Branch
    4. Loop Through Tests
      1. Run Install/Deinstall Scripts
      2. Capture Build Logs
      3. Run Tests
      4. Capture Test Results
    5. Update Build Summaries
    6. Push Build Logs, Test Results, and Build Summaries
    7. Shutdown Instance
  5. Shutdown NAT Server

2019-03-12T13:15:24Z DDieterich added_to_project

2019-03-10T03:27:14Z DDieterich https://thedataguy.in/install-oracle-12c-amazon-linux-silent-mode/

https://aws.amazon.com/marketplace/pp/B07P8V8213?qid=1552052390206&sr=0-3&ref_=srh_res_product_title#pdp-support

On-Demand:

  • $0.021: t3.small, 2CPU, 24CPU/hr, 2Gb, EBS-Only, Up to 5Gbps, 2.5GHz Intel, EBS Optimized
  • $0.023: t2.small, 1CPU, 12CPU/hr, 2Gb, EBS-Only, Low to Moderate, Intel

Spot instances:

  • $0.006: t3.small
  • $0.007: t2.small

2019-03-10T03:15:27Z DDieterich

AMIs from Clckwrk

  • 18.? EE & SE on OEL 7.5
  • 12.2 EE & SE on OEL 7.5
  • 12.1 EE & SE on OEL 7.5
  • 11.2 EE & SE on OEL 7.5

2019-03-10T02:31:52Z DDieterich milestoned

Clone this wiki locally