che-server
che-server copied to clipboard
Avoid using token in testcase
This PR is triggered by a security alert wrt a token used in a test case.
I updated the testcase to use a dummy value instead.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: netomi
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/retest
The tests CI OpenShift are fail on the deploy Che with error:
Back-off pulling image "quay.io/eclipse/che-server:pr-704"
because the build-pr-check action is failed.
@vinokurig , could you take a look on build-pr-check GitHub action..what could happened?
/retest
The build-pr-check failed on login to docker.io step. I wonder why this step is skipped in pull requests opened by org members?
so secrets are not provisioned to workflows running for PRs from outside collaborators, so this step should be skipped in PRs afaict.
@netomi: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/v14-azure-no-pat-oauth-flow-raw-devfile-url | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-azure-no-pat-oauth-flow-raw-devfile-url |
| ci/prow/v14-azure-no-pat-oauth-flow-ssh-url | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-azure-no-pat-oauth-flow-ssh-url |
| ci/prow/v14-gitlab-with-pat-setup-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-gitlab-with-pat-setup-flow |
| ci/prow/v14-azure-no-pat-oauth-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-azure-no-pat-oauth-flow |
| ci/prow/v14-gitlab-no-pat-oauth-flow-ssh-url | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-gitlab-no-pat-oauth-flow-ssh-url |
| ci/prow/v14-gitlab-no-pat-oauth-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-gitlab-no-pat-oauth-flow |
| ci/prow/v14-gitlab-with-oauth-setup-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-gitlab-with-oauth-setup-flow |
| ci/prow/v14-che-smoke-test | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-che-smoke-test |
| ci/prow/v14-gitea-no-pat-oauth-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-gitea-no-pat-oauth-flow |
| ci/prow/v14-azure-with-pat-setup-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-azure-with-pat-setup-flow |
| ci/prow/v14-bitbucket-no-pat-oauth-flow-ssh-url | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-bitbucket-no-pat-oauth-flow-ssh-url |
| ci/prow/v14-gitlab-no-pat-oauth-flow-raw-devfile-url | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-gitlab-no-pat-oauth-flow-raw-devfile-url |
| ci/prow/v14-github-no-pat-oauth-flow-ssh-url | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-github-no-pat-oauth-flow-ssh-url |
| ci/prow/v14-github-no-pat-oauth-flow-raw-devfile-url | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-github-no-pat-oauth-flow-raw-devfile-url |
| ci/prow/v14-bitbucket-no-pat-oauth-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-bitbucket-no-pat-oauth-flow |
| ci/prow/v14-github-no-pat-oauth-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-github-no-pat-oauth-flow |
| ci/prow/v14-github-with-pat-setup-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-github-with-pat-setup-flow |
| ci/prow/v14-bitbucket-no-pat-oauth-flow-raw-devfile-url | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-bitbucket-no-pat-oauth-flow-raw-devfile-url |
| ci/prow/v14-gitea-with-pat-setup-flow | e6e586b00f0a0b28912377d4f60462b04cfe77e1 | link | true | /test v14-gitea-with-pat-setup-flow |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
closing in favor of https://github.com/eclipse-che/che-server/pull/707
Created an issue about the pull request check: https://github.com/eclipse-che/che/issues/23053