oeo-closure.owl
no longer built on every push
#1955
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the discussion
The
OEO CI
workflow is run on every push and regularly requires around 11 minutes to build and test the ontology. To do this it builds theoeo-full.omn
,oeo-full.owl
andoeo-closure.owl
files. However, only the first two are required for the subsequent test step.This Pr changes the workflow to no longer build the
oeo-closure.owl
file as it does not need to be built after every push. As can be seen at the required completion time on the workflow of this pr, the time was reduced to 3m 39s.This breaks backwards compatibility as this workflow also attaches the built files as artifacts of the workflow run for anyone to download. So any script, tool or tutorial (e.g. the wiki entry How-to-release-a-new-ontology-version) will no longer be feasible since the artifacts no longer contain the previously expected files.
The problem with the release workflow as described in the tutorial is fixed with #1956.
Type of change (CHANGELOG.md)
---
Workflow checklist
Automation
Closes #1934
PR-Assignee
term tracker annotation
Reviewer