Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Pass the correct name for gclient variables in ci.yaml#37429

Merged
godofredoc merged 1 commit into
flutter-team-archive:mainfrom
godofredoc:fix_gclient_vars
Nov 8, 2022
Merged

Pass the correct name for gclient variables in ci.yaml#37429
godofredoc merged 1 commit into
flutter-team-archive:mainfrom
godofredoc:fix_gclient_vars

Conversation

@godofredoc

Copy link
Copy Markdown
Contributor

The right name in .ci.yaml is gclient_variables instead of gclient_custom vars.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

The right name in .ci.yaml is gclient_variables instead of
gclient_custom vars.

@drewroengoogle drewroengoogle left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

@sealesj sealesj left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@godofredoc godofredoc merged commit 42c2940 into flutter-team-archive:main Nov 8, 2022
naudzghebre pushed a commit to naudzghebre/engine that referenced this pull request Nov 9, 2022
…archive#37429)

The right name in .ci.yaml is gclient_variables instead of
gclient_custom vars.
zanderso pushed a commit to flutter/flutter that referenced this pull request Nov 9, 2022
* de0b58e clang-tidy: added the ability to shard jobs (flutter-team-archive/engine#37265)

* 8aefb8b Roll Dart SDK from d97d5ad98893 to b22b36c0f52e (1 revision) (flutter-team-archive/engine#37400)

* 2f04309 Roll Skia from aef6d301c0b5 to 0c8127b3dd7d (6 revisions) (flutter-team-archive/engine#37402)

* dc7cb20 Fix boolean json property. (flutter-team-archive/engine#37403)

* 512fa40 Adding release_build:true property to windows builders. (flutter-team-archive/engine#37397)

* 0af8707 Add test for image readback (flutter-team-archive/engine#37401)

* c6f26e0 Update display_list_image_filter_unittests to be permit Skia roll (flutter-team-archive/engine#37327)

* 4e9e97b Roll Skia from 0c8127b3dd7d to 8b19fb0f57d4 (1 revision) (flutter-team-archive/engine#37409)

* 42c2940 Pass the correct name for gclient variables in ci.yaml (flutter-team-archive/engine#37429)

* 2e2a2fd Revert "Roll Skia from 0c8127b3dd7d to 8b19fb0f57d4 (1 revision) (#37409)" (flutter-team-archive/engine#37430)

* 02cb789 Roll Fuchsia Mac SDK from sa5bVGimNo3JwLV27... to d4l6A1aPw6Z0YjxmA... (flutter-team-archive/engine#37432)

* c24ae18 [web] Use v8BreakIterator where possible (flutter-team-archive/engine#37317)

* 306b0fe Add rects to accumulator rather than bounds (flutter-team-archive/engine#37435)

* c760354 Roll Dart SDK from b22b36c0f52e to c15cdb978761 (2 revisions) (flutter-team-archive/engine#37437)
itsjustkevin pushed a commit that referenced this pull request Nov 14, 2022
The right name in .ci.yaml is gclient_variables instead of
gclient_custom vars.
muditatandon pushed a commit to muditatandon/engine that referenced this pull request Nov 15, 2022
…archive#37429)

The right name in .ci.yaml is gclient_variables instead of
gclient_custom vars.
muditatandon added a commit that referenced this pull request Nov 15, 2022
The right name in .ci.yaml is gclient_variables instead of
gclient_custom vars.

Co-authored-by: godofredoc <godofredoc@google.com>
schwa423 pushed a commit to schwa423/engine that referenced this pull request Nov 16, 2022
…archive#37429)

The right name in .ci.yaml is gclient_variables instead of
gclient_custom vars.
shogohida pushed a commit to shogohida/flutter that referenced this pull request Dec 7, 2022
…15008)

* de0b58e clang-tidy: added the ability to shard jobs (flutter-team-archive/engine#37265)

* 8aefb8b Roll Dart SDK from d97d5ad98893 to b22b36c0f52e (1 revision) (flutter-team-archive/engine#37400)

* 2f04309 Roll Skia from aef6d301c0b5 to 0c8127b3dd7d (6 revisions) (flutter-team-archive/engine#37402)

* dc7cb20 Fix boolean json property. (flutter-team-archive/engine#37403)

* 512fa40 Adding release_build:true property to windows builders. (flutter-team-archive/engine#37397)

* 0af8707 Add test for image readback (flutter-team-archive/engine#37401)

* c6f26e0 Update display_list_image_filter_unittests to be permit Skia roll (flutter-team-archive/engine#37327)

* 4e9e97b Roll Skia from 0c8127b3dd7d to 8b19fb0f57d4 (1 revision) (flutter-team-archive/engine#37409)

* 42c2940 Pass the correct name for gclient variables in ci.yaml (flutter-team-archive/engine#37429)

* 2e2a2fd Revert "Roll Skia from 0c8127b3dd7d to 8b19fb0f57d4 (1 revision) (flutter#37409)" (flutter-team-archive/engine#37430)

* 02cb789 Roll Fuchsia Mac SDK from sa5bVGimNo3JwLV27... to d4l6A1aPw6Z0YjxmA... (flutter-team-archive/engine#37432)

* c24ae18 [web] Use v8BreakIterator where possible (flutter-team-archive/engine#37317)

* 306b0fe Add rects to accumulator rather than bounds (flutter-team-archive/engine#37435)

* c760354 Roll Dart SDK from b22b36c0f52e to c15cdb978761 (2 revisions) (flutter-team-archive/engine#37437)
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…15008)

* de0b58e clang-tidy: added the ability to shard jobs (flutter-team-archive/engine#37265)

* 8aefb8b Roll Dart SDK from d97d5ad98893 to b22b36c0f52e (1 revision) (flutter-team-archive/engine#37400)

* 2f04309 Roll Skia from aef6d301c0b5 to 0c8127b3dd7d (6 revisions) (flutter-team-archive/engine#37402)

* dc7cb20 Fix boolean json property. (flutter-team-archive/engine#37403)

* 512fa40 Adding release_build:true property to windows builders. (flutter-team-archive/engine#37397)

* 0af8707 Add test for image readback (flutter-team-archive/engine#37401)

* c6f26e0 Update display_list_image_filter_unittests to be permit Skia roll (flutter-team-archive/engine#37327)

* 4e9e97b Roll Skia from 0c8127b3dd7d to 8b19fb0f57d4 (1 revision) (flutter-team-archive/engine#37409)

* 42c2940 Pass the correct name for gclient variables in ci.yaml (flutter-team-archive/engine#37429)

* 2e2a2fd Revert "Roll Skia from 0c8127b3dd7d to 8b19fb0f57d4 (1 revision) (flutter#37409)" (flutter-team-archive/engine#37430)

* 02cb789 Roll Fuchsia Mac SDK from sa5bVGimNo3JwLV27... to d4l6A1aPw6Z0YjxmA... (flutter-team-archive/engine#37432)

* c24ae18 [web] Use v8BreakIterator where possible (flutter-team-archive/engine#37317)

* 306b0fe Add rects to accumulator rather than bounds (flutter-team-archive/engine#37435)

* c760354 Roll Dart SDK from b22b36c0f52e to c15cdb978761 (2 revisions) (flutter-team-archive/engine#37437)
@godofredoc godofredoc deleted the fix_gclient_vars branch April 6, 2023 20:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants