-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] Add docker build and test workflow WIP #18
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix actions call fix typ in req.txt trigger ci add missing shell spec fix paths to actions change image tag change image tag again change image tag again change image tag again
fix dockerfile path error missed -f file specification update docker build context undo context path changes
improve echo msg and update linting path enh echo msg and update linting path update step names add build docker step back trigger env builds with trivial changes
fix typo mamba req shell specs mamba req shell specs test env caching test conda as extra spec
enh logical exection flow
test conda build caching rm hash from conda-build cache key trivial undo, to trigger cached build trivial undo, to trigger cached build test if caching is working bump action version trivial undo, to trigger cached build update caching call test if caching is working invert cache order test if caching is working mv path-filter for conda builds to main
Try new docker caching test saved layer cache test saved layer cache test saved layer cache test saved layer cache update docker build caching keys list caches for branch test saved layer cache fix stringToken error test saved layer cache fix stringToken error test saved layer cache test saved layer cache test saved layer cache test saved layer cache
I will squash the tests and trivial commits later on, to avoid unnecessarily committing history |
Also, the main reason behind adopting the Local registry during image building was based on this preliminary time comparison research. |
trallard
added
area: testing ✅
Items related to testing
area: CI/CD 👷🏽♀️
type: enhancement 💅🏼
New feature or request
labels
Aug 25, 2022
pavithraes
added
the
status: stale 🥖
This issue or PR has gone quiet for a long time
label
May 22, 2023
@viniciusdc Shall we consider closing this PR? We can always re-open at a later date when we want to pick it back up. :) |
yes let's close for now and we can pick this up later |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: CI/CD 👷🏽♀️
area: testing ✅
Items related to testing
status: stale 🥖
This issue or PR has gone quiet for a long time
type: enhancement 💅🏼
New feature or request
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.
closes #2
What does this implement/fix?
Note that these jobs only run for the changed files to avoid executing unnecessary actions
This pull request adds a new test workflow for new PR, where we will be able to:
Put an
x
in the boxes that applyTesting
Documentation
I will add some docs regarding this workflow once I run some preliminary tests.
Access-centered content checklist
Text styling
H1
or#
in markdown).Non-text content
Any other comments?
This is a workflow diagram of this new pipeline (which needs to be updated):