-
Notifications
You must be signed in to change notification settings - Fork 0
Z0034
Duane Dieterich edited this page Feb 10, 2025
·
2 revisions
| Issue | Setup Build Server |
|---|---|
| Status | open |
| Assigned | DDieterich |
| Milestone | V1.2 Hooks and GUI |
| Est Hrs | |
| %Complete | |
| Labels | Internal Dev |
| Links | Issues Summary |
Licensing problems and download bandwidth problems.
Travis-CI requirements for testing
- Setup travis.yml
- Download Oracle database installation
- Accept license agreement
- Install Database Software
- Install Database
- Setup Networking
- Install wtPLSQL schema and programs
- Run tests and capture results
- Send results back to GitHub
- 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
(Add newest entries on top and add Date/Time and Author for each entry.)
2019-05-25 13:56:19 -00:00 DDieterich labeled
2019-05-23 23:55:32 -00:00 DDieterich assigned
2019-03-14 05:39:12 -00:00 DDieterich
- Startup NAT Server
- Attach Public IP
- SSH to NAT Server
- Loop Through Builds
- Startup Build Instance
- SSH to Build Instance
- Pull Branch
- Loop Through Tests
- Run Install/Deinstall Scripts
- Capture Build Logs
- Run Tests
- Capture Test Results
- Update Build Summaries
- Push Build Logs, Test Results, and Build Summaries
- Shutdown Instance
- Shutdown NAT Server
2019-03-12 13:15:24 -00:00 DDieterich added_to_project
2019-03-10 03:27:14 -00:00 DDieterich https://thedataguy.in/install-oracle-12c-amazon-linux-silent-mode/
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-10 03:15:27 -00:00 DDieterich
- 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-10 02:31:52 -00:00 DDieterich milestoned