-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Fix OCI Tests & Vendoring #1093
base: main
Are you sure you want to change the base?
Conversation
.gitignore
Outdated
|
||
# Ignore components vendored during tests | ||
tests/fixtures/scenarios/vendor/components/** | ||
examples/demo-vendoring/components/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment for others:
- Files ignored with .gitignore do not appear when querying for untracked files in go-git. While they are not tracked by Git, being listed in .gitignore makes them behave as if they are, preventing their detection as untracked. We rely on untracked files to identify files for cleanup during tests, so this behavior interferes with that process.
💥 This pull request now has conflicts. Could you fix it @haitham911? 🙏 |
tests/fixtures/scenarios/complete/components/terraform/infra/vpc2/component.yaml
Outdated
Show resolved
Hide resolved
💥 This pull request now has conflicts. Could you fix it @haitham911? 🙏 |
tempDirPermissions = 0o700 | ||
progressBarWidth = 30 | ||
maxWidth = 120 | ||
pkgTypeRemote pkgType = iota |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is iota
?
what
ghcr.io
.gitignore
generated files intest/fixtures
because then we cannot delete untracked files (regression)tests/fixtures/scenarios/vendor/test-components/
)tar+gz
OCI artifactsartifact-type: application/vnd.atmos.component.terraform.v1+tar+gzip
tar
artifactswhy
references