Skip to content

Commit

Permalink
add workflow schedule
Browse files Browse the repository at this point in the history
move limitations to own file
  • Loading branch information
ericdeback committed May 31, 2024
1 parent 645347e commit 0ae3241
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions Limitations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Limitations

| | Description | Mitigation |
|---|----------------------------------------------------------|-------------------------------------------------------------------|
| 1 | Cannot run Safari tests on Linux | Webkit is supported |
| 2 | Browserstack eval license only supports Win/Chromium | Buy license |
| 3 | Matrix strategy auto-combines | Care must be taken that all target environments support the tests |
| 4 | Installtion of Maven is not managed through the workflow | Can be managed in the same way as Java is managed |
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,3 @@ These are items I would like to explorer further as they will make useful contri

3. Integrate my Docker images into Kubernetes

### Limitations

| | Description | Mitigation |
|---|----------------------------------------------------------|-------------------------------------------------------------------|
| 1 | Cannot run Safari tests on Linux | Webkit is supported |
| 2 | Browserstack eval license only supports Win/Chromium | Buy license |
| 3 | Matrix strategy auto-combines | Care must be taken that all target environments support the tests |
| 4 | Installtion of Maven is not managed through the workflow | Can be managed in the same way as Java is managed |
8 changes: 8 additions & 0 deletions WorkflowSchedule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Workflow execution schedule

| | Description | Purpose | Branch | Trigger |
|---|---------------------------|----------------------------|----------------------|---------|
| 1 | CICD_Main_Pipeline | Main build & test workflow | master | Push/PR |
| 2 | CICD_Main_Pipeline-4Test | Build & test workd | Pipeline_Test_Branch | Push/PR |
| 3 | ScheduledTask | Dummy nightly build | N/A | Cron [Sun-Thu 00:00] |

0 comments on commit 0ae3241

Please sign in to comment.