Skip to content
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 dex-login-test #2830

Merged

Conversation

tzabbi
Copy link
Contributor

@tzabbi tzabbi commented Aug 2, 2024

Pull Request Template for Kubeflow manifests Issues

✏️ A brief description of the changes

I changed:

  • set executable permission for python script
  • set shebang line in python script

📦 List any dependencies that are required for this change

My PR depends on #2827

🐛 If this PR is related to an issue, please put the link to the issue here.

The following issues are related, because dex login test currently does not work

✅ Contributor checklist


You can join the CNCF Slack and access our meetings at the Kubeflow Community website. Our channel on the CNCF Slack is here #kubeflow-platform.

- set executable permission for python script
- set shebang line in python script

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
@google-oss-prow google-oss-prow bot added size/XS and removed size/S labels Aug 2, 2024
@tzabbi tzabbi changed the title fix dex-login-test WIP: fix dex-login-test Aug 2, 2024
@tzabbi tzabbi force-pushed the fix-the-new-dex-test branch 2 times, most recently from 5e1d53a to 4d88e64 Compare August 2, 2024 05:34
@tzabbi
Copy link
Contributor Author

tzabbi commented Aug 6, 2024

@juliusvonkohout do you now what has to be deployt that we can log into the central dashboard?

…ogin

Signed-off-by: Tom Zaspel <tom@zaspel.it>
@google-oss-prow google-oss-prow bot removed the size/S label Aug 6, 2024
Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
@juliusvonkohout
Copy link
Member

You might want to take a look at https://github.com/kubeflow/manifests/blob/master/.github/workflows/notebook_controller_m2m_test.yaml and other files there for reference

@juliusvonkohout
Copy link
Member

#2805 is also worth a look

@juliusvonkohout
Copy link
Member

But what you have looks also good. We have to anyway restructure our tests in #2805 and other PRs

@tzabbi tzabbi changed the title WIP: fix dex-login-test fix dex-login-test Aug 6, 2024
@tzabbi
Copy link
Contributor Author

tzabbi commented Aug 6, 2024

Ready for review

@juliusvonkohout
Copy link
Member

/lgtm
/approve

Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: juliusvonkohout

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot merged commit 815815a into kubeflow:fix-the-new-dex-test Aug 6, 2024
6 of 7 checks passed
juliusvonkohout pushed a commit that referenced this pull request Aug 21, 2024
* fix dex-login-test:
- set executable permission for python script
- set shebang line in python script

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

* Add all required componentes which have to be installed to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add kustomizeation file to deploy all required stuff to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add statuscode response in dex login

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

---------

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>
juliusvonkohout pushed a commit that referenced this pull request Aug 21, 2024
* fix dex-login-test:
- set executable permission for python script
- set shebang line in python script

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

* Add all required componentes which have to be installed to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add kustomizeation file to deploy all required stuff to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add statuscode response in dex login

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

---------

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>
google-oss-prow bot pushed a commit that referenced this pull request Aug 25, 2024
* renable more parts of the dex test

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>

* fix dex-login-test (#2830)

* fix dex-login-test:
- set executable permission for python script
- set shebang line in python script

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

* Add all required componentes which have to be installed to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add kustomizeation file to deploy all required stuff to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add statuscode response in dex login

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

---------

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>

---------

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>
Co-authored-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
hansinikarunarathne pushed a commit to hansinikarunarathne/kubeflow-manifests that referenced this pull request Aug 26, 2024
* renable more parts of the dex test

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>

* fix dex-login-test (kubeflow#2830)

* fix dex-login-test:
- set executable permission for python script
- set shebang line in python script

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

* Add all required componentes which have to be installed to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add kustomizeation file to deploy all required stuff to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add statuscode response in dex login

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

---------

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>

---------

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>
Co-authored-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
hansinikarunarathne pushed a commit to hansinikarunarathne/kubeflow-manifests that referenced this pull request Aug 26, 2024
* renable more parts of the dex test

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>

* fix dex-login-test (kubeflow#2830)

* fix dex-login-test:
- set executable permission for python script
- set shebang line in python script

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

* Add all required componentes which have to be installed to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add kustomizeation file to deploy all required stuff to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add statuscode response in dex login

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

---------

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>

---------

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>
Co-authored-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: hansinikarunarathne <hansini.20@cse.mrt.ac.lk>
pschoen-itsc pushed a commit to pschoen-itsc/kf-manifests that referenced this pull request Sep 3, 2024
* renable more parts of the dex test

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>

* fix dex-login-test (kubeflow#2830)

* fix dex-login-test:
- set executable permission for python script
- set shebang line in python script

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

* Add all required componentes which have to be installed to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add kustomizeation file to deploy all required stuff to test dex login

Signed-off-by: Tom Zaspel <tom@zaspel.it>

* Add statuscode response in dex login

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>

---------

Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>

---------

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Tom Zaspel <tom@zaspel.it>
Co-authored-by: Tom Zaspel <40226087+tzabbi@users.noreply.github.com>
Signed-off-by: Patrick Schönthaler <patrick.schoenthaler@itsc.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants