-
Notifications
You must be signed in to change notification settings - Fork 44
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: jaas integration test #641
base: main
Are you sure you want to change the base?
Conversation
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
8b62656
to
00cf851
Compare
00cf851
to
54f8588
Compare
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.
From conversations it sounds like there is a bug somewhere, we just have to find where. We should not be skipping the test without more investigation.
Do we have a bug? Do we need to change documentation?
The plan is to update the resource documentation for use with JIMM and fix the test to run in both environments. |
e0c8cf0
to
006a578
Compare
006a578
to
ee0178a
Compare
@@ -41,7 +41,7 @@ jobs: | |||
test: | |||
name: Integration-JAAS | |||
needs: build | |||
runs-on: ubuntu-latest | |||
runs-on: [self-hosted, jammy, x64] |
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.
Ah I remember I investigated moving to self hosted runners and it didn't work because docker compose wasn't available. I asked about adding it to self-hosted runners and they said they'd add it to their backlog (this was ~3 months ago).
But I see you're already installing it all yourself below which works too.
8bc9cc4
to
7974ba0
Compare
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.
Please add descriptions of what was done and why to each of the commit messages and the PR description. A lot of decisions were made in these changes, we won't remember why in January.
7974ba0
to
7ef5c27
Compare
7ef5c27
to
ffea34b
Compare
Co-authored-by: Kian Parvin <[email protected]>
ffea34b
to
d344dfa
Compare
Description
juju_kebernetes_cloud
resource when applying to JAAS (parent_cloud_name
must be specified)Type of change