-
Notifications
You must be signed in to change notification settings - Fork 20
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
[DPE-2844] New interface indico test and new legacy extensions test #324
Conversation
a602f50
to
a9a18bd
Compare
APPLICATION_NAME = "postgresql-test-app" | ||
METADATA = yaml.safe_load(Path("./metadata.yaml").read_text()) |
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.
We have those in the root helpers module
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.
There's no special behaviour for extensions in the new interface, so just deploying indico and waiting to idle.
- name: Select test secret usage | ||
id: select-test-secrets | ||
if: ${{ github.event.pull_request.head.repo.full_name != 'canonical/postgresql-k8s-operator' }} | ||
run: | | ||
echo Skipping tests using secrets | ||
echo "mark_secrets=and not uses_secrets" >> "$GITHUB_OUTPUT" |
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.
New dpw would skip automatically so we no longer need this logic.
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.
The test app has a legacy interface with extensions for PGB tests, so using that to replace indico.
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.
LGTM! Nice split of tests.
…324) * New legacy extension test * Indico test * Remove not failing on blocks * Use version not hash Signed-off-by: Marcelo Henrique Neppel <[email protected]>
…324) * New legacy extension test * Indico test * Remove not failing on blocks * Use version not hash Signed-off-by: Marcelo Henrique Neppel <[email protected]>
…anonical#324) * New legacy extension test * Indico test * Remove not failing on blocks * Use version not hash
Issue
Solution