-
Notifications
You must be signed in to change notification settings - Fork 24
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
Build test fails #246
Comments
To confrm once cdsapi branch is merged into dev. |
@doizuc I tested this today by merging the updated ECMWF API (tested successfully in dev) into master, but it still failed. Haven't had a chance to check logs. |
It still freezes during the download of ECMWF, I will have a look at it on my fork asap. Extract of logs below.
|
The Build & Release Pipeline passes as noted during our meeting. The issue with assets in the draft release is because the draft release of the previous version wasn't published (looking at HyperCP release page there is no version v1.2.9). If that happens again, you should be able to delete the assets from the previous release while editing the release draft. Concerning the Application Testing, it just failed again on the main repo, so I went ahead and synchronized my fork and ran the actions... it passed. I suspect there is an issue in the format of the repository secrets. The secrets should contain exactly what the .netrc and .ecmwf_ads_credential files contains. In fact, the action is writing directly the content of the secret to the file (see below extract of github action). Unfortunately, you can't see the content of the secret to edit it. Could you reset the secret variable
|
Application testing on build (merge to master) fails for all 3 platforms, each for its own reason with error
QWidget: Must construct a QApplication before a QWidget
appearing for macos and ubuntu at differing fail points and windows showing
Eforrtl: error (200): program aborting due to control-BREAK event
The text was updated successfully, but these errors were encountered: