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

Make GHA run on julia 1.9 #1417

Merged
merged 4 commits into from
Aug 9, 2023
Merged

Make GHA run on julia 1.9 #1417

merged 4 commits into from
Aug 9, 2023

Conversation

charleskawczynski
Copy link
Member

@charleskawczynski charleskawczynski commented Aug 8, 2023

It might be nice to incrementally merge #1235. The main thing holding it back is issues with the shared depot path. One thing we can do is start running ClimaCore on 1.9 in GHA, and fix the inference issues that occur from upgrading, without having to deal with the shared depot path issue.

I don't love the idea of being straddled between versions, but the only breaking differences seem to be inference, which I suspect we can fix for both versions without too much headache.

@charleskawczynski
Copy link
Member Author

bors r+

1 similar comment
@simonbyrne
Copy link
Member

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 8, 2023

Already running a review

bors bot added a commit that referenced this pull request Aug 8, 2023
1417: Make GHA run on julia 1.9 r=charleskawczynski a=charleskawczynski

It might be nice to incrementally merge #1235. The main thing holding it back is issues with the shared depot path. One thing we can do is start running ClimaCore on 1.9 in GHA, and fix the inference issues that occur from upgrading, without having to deal with the shared depot path issue.

I don't love the idea of being straddled between versions, but the only breaking differences seem to be inference, which I suspect we can fix for both versions without too much headache.

Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
@simonbyrne simonbyrne mentioned this pull request Aug 8, 2023
4 tasks
@bors
Copy link
Contributor

bors bot commented Aug 9, 2023

Timed out.

@charleskawczynski
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Aug 9, 2023
1417: Make GHA run on julia 1.9 r=charleskawczynski a=charleskawczynski

It might be nice to incrementally merge #1235. The main thing holding it back is issues with the shared depot path. One thing we can do is start running ClimaCore on 1.9 in GHA, and fix the inference issues that occur from upgrading, without having to deal with the shared depot path issue.

I don't love the idea of being straddled between versions, but the only breaking differences seem to be inference, which I suspect we can fix for both versions without too much headache.

Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
@bors
Copy link
Contributor

bors bot commented Aug 9, 2023

Timed out.

@charleskawczynski
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 9, 2023

Already running a review

bors bot added a commit that referenced this pull request Aug 9, 2023
1417: Make GHA run on julia 1.9 r=charleskawczynski a=charleskawczynski

It might be nice to incrementally merge #1235. The main thing holding it back is issues with the shared depot path. One thing we can do is start running ClimaCore on 1.9 in GHA, and fix the inference issues that occur from upgrading, without having to deal with the shared depot path issue.

I don't love the idea of being straddled between versions, but the only breaking differences seem to be inference, which I suspect we can fix for both versions without too much headache.

Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
@charleskawczynski
Copy link
Member Author

Ah, bors is not matching on the status, since we've added (not just replaced 1.8.5 with 1.9). I guess the simples solution would be to replace it since that should make the status look the same, do we want to keep GHA tests on 1.8? cc @simonbyrne

@charleskawczynski
Copy link
Member Author

Being that this PR doesn't fully convert us to 1.9, I'll try to keep 1.8, too

@charleskawczynski
Copy link
Member Author

Actually, doing that would involve involve changing the GHA yaml a bit, I'd rather keep this simple, and we'll still be testing on 1.8 on buildkite.

@bors
Copy link
Contributor

bors bot commented Aug 9, 2023

Canceled.

@charleskawczynski
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 9, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 55b7014 into main Aug 9, 2023
11 checks passed
@bors bors bot deleted the ck/julia19GHA branch August 9, 2023 19:30
bors bot added a commit that referenced this pull request Aug 10, 2023
1420: Update buildkite to 1.9 r=simonbyrne a=simonbyrne

My fork of #1417 

- [ ] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A.
- [ ] Unit tests are included OR N/A.
- [ ] Code is exercised in an integration test OR N/A.
- [ ] Documentation has been added/updated OR N/A.


Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
bors bot added a commit that referenced this pull request Aug 11, 2023
1420: Update buildkite to 1.9 r=simonbyrne a=simonbyrne

My fork of #1417 

- [ ] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A.
- [ ] Unit tests are included OR N/A.
- [ ] Code is exercised in an integration test OR N/A.
- [ ] Documentation has been added/updated OR N/A.


Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
bors bot added a commit that referenced this pull request Aug 11, 2023
1420: Update buildkite to 1.9 r=simonbyrne a=simonbyrne

My fork of #1417 

- [ ] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A.
- [ ] Unit tests are included OR N/A.
- [ ] Code is exercised in an integration test OR N/A.
- [ ] Documentation has been added/updated OR N/A.


Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
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.

2 participants