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

CircleCI to GHA migration #7154

Merged
merged 155 commits into from
Oct 10, 2023
Merged

CircleCI to GHA migration #7154

merged 155 commits into from
Oct 10, 2023

Conversation

gokhangulbiz
Copy link
Contributor

@gokhangulbiz gokhangulbiz commented Aug 28, 2023

TODO:

  • Integrate 1ES Hosted Runners
  • Increase concurrent jobs limit
  • Set up environment variables & secrets

@gokhangulbiz gokhangulbiz marked this pull request as ready for review October 6, 2023 12:06
@@ -698,7 +698,6 @@ jobs:
workflows:
version: 2
flaky_test_debugging:
when: << pipeline.parameters.flaky_test >>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we want to revert the changes to this file before merge, right?

@@ -0,0 +1,38 @@
name: save_logs_and_results
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we not have a human-readable name instead?

Suggested change
name: save_logs_and_results
name: Save logs and results

I assumed quotation marks are not necessary, but I am not so sure about that.

@@ -0,0 +1,35 @@
name: setup_extension
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we not have a human-readable name here?

- ${{ vars.pg14_version }}
- ${{ vars.pg15_version }}
- ${{ vars.pg16_version }}
runs-on: ubuntu-20.04
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have preferred if we have migrated to 22.04. Feel free to ignore if this is too much work.

test-flakyness:
if: ${{ needs.test-flakyness-pre.outputs.tests != ''}}
name: Test flakyness
runs-on: ubuntu-20.04
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think that it makes sense to store all the runs-on values in a variable so that it is easier to update in the future?

Copy link
Member

@hanefi hanefi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am approving this PR as we want to start running tests on GHA. I expect @gokhangulbiz to address the comments on my earlier review after he is back to work.

@hanefi hanefi enabled auto-merge (squash) October 10, 2023 13:50
@hanefi hanefi merged commit e0b0cdb into main Oct 10, 2023
191 of 197 checks passed
@hanefi hanefi deleted the circleci-gha-migration branch October 10, 2023 13:58
gokhangulbiz added a commit that referenced this pull request Oct 25, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Oct 26, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Oct 31, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Nov 1, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Nov 1, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Nov 1, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Nov 1, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Nov 1, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Nov 1, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Nov 1, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Nov 1, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
gokhangulbiz added a commit that referenced this pull request Nov 2, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
(cherry picked from commit e0b0cdb)
francisjodi pushed a commit that referenced this pull request Nov 13, 2023
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.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