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

Retrieve images in the origin-node family fails w/ no active account selected #18306

Closed
sjenning opened this issue Jan 26, 2018 · 5 comments
Closed
Assignees
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1

Comments

@sjenning
Copy link
Contributor

During test_pull_request_origin_extended_conformance_gce

TASK [Retrieve images in the origin-node family] *******************************
Friday 26 January 2018  15:59:30 +0000 (0:00:00.019)       0:00:00.102 ******** 
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["gcloud", "--project", "openshift-gce-devel-ci", "compute", "images", "list", "--filter=family=origin-node", "--format=json", "--sort-by", "~creationTimestamp"], "delta": "0:00:02.527088", "end": "2018-01-26 15:59:34.186943", "msg": "non-zero return code", "rc": 1, "start": "2018-01-26 15:59:31.659855", "stderr": "ERROR: (gcloud.compute.images.list) You do not currently have an active account selected.\nPlease run:\n\n  $ gcloud auth login\n\nto obtain new credentials, or if you have already logged in with a\ndifferent account:\n\n  $ gcloud config set account ACCOUNT\n\nto select an already authenticated account to use.", "stderr_lines": ["ERROR: (gcloud.compute.images.list) You do not currently have an active account selected.", "Please run:", "", "  $ gcloud auth login", "", "to obtain new credentials, or if you have already logged in with a", "different account:", "", "  $ gcloud config set account ACCOUNT", "", "to select an already authenticated account to use."], "stdout": "", "stdout_lines": []}
@sjenning sjenning added the kind/test-flake Categorizes issue or PR as related to test flakes. label Jan 26, 2018
@smarterclayton
Copy link
Contributor

This is due to another bug in sjb we haven't tracked down. I'm manually stomping this until we figure out the cause.

@smarterclayton
Copy link
Contributor

@stevekuznetsov this is the issue with sjb syncing in a post step from a different job that I pinged you about. We don't need an immediate fix (I'm just updating the job everytime someone syncs), but could keep happening.

@smarterclayton smarterclayton self-assigned this Jan 26, 2018
@stevekuznetsov
Copy link
Contributor

I noticed in my latest PR that you had a mis-configured XML checked in for that job in SJB ... can you make sure you're rebased on master and regenerating it from the latest congfig?

@smarterclayton
Copy link
Contributor

I corrected the underlying issue (pull request jobs inheriting from branch jobs) in openshift-eng/aos-cd-jobs#1039

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1
Projects
None yet
Development

No branches or pull requests

3 participants