Skip to content

Conversation

@seisman
Copy link
Member

@seisman seisman commented Apr 10, 2020

Recently, the nightly CI jobs fail on Linux and Windows, but succeed on macOS.

The CI jobs fail because the Linux and Windows agents cann't connect to
any external websites, thus GMT can't download any remote files from the GMT server.
It's unclear if it's a temporary issue of Azure Pipelines.

Currently, the only workaround is using the cache mechanism of Azure Pipelines.
The macOS agents download remote files to ${HOME}/.gmt and save them to
the CI cache, then Linux and Windows agents can restore the cache when
needed.

The only problem is that the Azure Pipelines caches are immutable.
When the remote files are changed, we have to manually update the cache key (i.e. update the key 20200409 to a new date) to regenerate the caches.

Recently, the nightly CI jobs fail on Linux and Windows, but succeed on macOS.

The CI jobs fail because the Linux and Windows agents cann't connect to
any external websites, thus GMT can't download any remote files from the GMT server.
It's not clear if it's a temporary issue of Azure Pipelines.

Currently, the only workaround is using the cache mechanism of Azure Pipelines.
The macOS agents download remote files to ${HOME}/.gmt and save them to
the CI cache, then Linux and Windows agents can restore the cache when
needed.

The only problem is that the Azure Pipelines caches are immutable.
When the remote files are changed, we have to manually update the cache key
to regenerate the caches.
@seisman seisman requested a review from PaulWessel April 10, 2020 03:22
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

Successfully merging this pull request may close these issues.

3 participants