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

Jenkins build reports success when actually failed. #98

Open
hexylena opened this issue Jun 30, 2016 · 1 comment
Open

Jenkins build reports success when actually failed. #98

hexylena opened this issue Jun 30, 2016 · 1 comment

Comments

@hexylena
Copy link
Member

Looking at build 90

Detecting changes to wheels.yml...
Traceback (most recent call last):
  File "/home/jenkins/sfvenv/bin/starforge", line 11, in <module>
    sys.exit(starforge())
  <SNIP>
  File "/home/jenkins/sfvenv/local/lib/python2.7/site-packages/starforge/config/wheels.py", line 55, in open
    return cls(global_config, config_file=config_file)
  File "/home/jenkins/sfvenv/local/lib/python2.7/site-packages/starforge/config/wheels.py", line 62, in __init__
    self.load_config()
  File "/home/jenkins/sfvenv/local/lib/python2.7/site-packages/starforge/config/wheels.py", line 75, in load_config
    purepy=False)
  File "/home/jenkins/sfvenv/local/lib/python2.7/site-packages/starforge/config/wheels.py", line 36, in __init__
    self.imageset = imagesets[config.get('imageset', default_imageset)]
KeyError: 'default_plus_libpython-wheel'
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Setting status of b15a158cfe9dc68600b011a1109f7136da516c08 to SUCCESS with url https://jenkins.galaxyproject.org/job/starforge-wheels/90/ and message: 'Build finished. '
Using context: wheel-build
Finished: SUCCESS

we can see an obvious failure. wheels/build/jenkins.sh probably needs a set -ex

@hexylena
Copy link
Member Author

Okay, has a set -e. I wonder why jenkins isn't calling that a crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant