{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":248410583,"defaultBranch":"master","name":"PlanktoScope","ownerLogin":"PlanktoScope","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-03-19T04:29:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/62368168?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717736468.0","currentOid":""},"activityList":{"items":[{"before":"46cbf3c6eb6562abfe90b66b006b70c478eb2e1b","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-421-64120a1eb924f2260850d3eb88b558e921fd13f8","pushedAt":"2024-06-07T05:01:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"46cbf3c6eb6562abfe90b66b006b70c478eb2e1b","ref":"refs/heads/gh-readonly-queue/master/pr-421-64120a1eb924f2260850d3eb88b558e921fd13f8","pushedAt":"2024-06-07T03:58:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Try to fix installer versioning in merge queue-triggered CI OS builds (#421)","shortMessageHtmlLink":"Try to fix installer versioning in merge queue-triggered CI OS builds ("}},{"before":"ddb39135973d7a7bcb955e93dc2f330bee68b5ae","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-421-64120a1eb924f2260850d3eb88b558e921fd13f8","pushedAt":"2024-06-07T03:57:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"ddb39135973d7a7bcb955e93dc2f330bee68b5ae","ref":"refs/heads/gh-readonly-queue/master/pr-421-64120a1eb924f2260850d3eb88b558e921fd13f8","pushedAt":"2024-06-07T03:15:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Try to fix installer versioning in merge queue-triggered CI OS builds (#421)","shortMessageHtmlLink":"Try to fix installer versioning in merge queue-triggered CI OS builds ("}},{"before":null,"after":"5a79a3aaa88135f257ee1f5edfa945164ea8a66a","ref":"refs/heads/fix/ci-merge-queue-os-builds","pushedAt":"2024-06-07T01:59:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Try to fix installer versioning in merge queue-triggered CI OS builds","shortMessageHtmlLink":"Try to fix installer versioning in merge queue-triggered CI OS builds"}},{"before":"64120a1eb924f2260850d3eb88b558e921fd13f8","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-416-04bec5d5c325995dbd2882267b908a6c916e5cb9","pushedAt":"2024-06-07T01:35:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"9deaa584de8babd54cd7f98d8028782877cd36c9","after":null,"ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-07T01:35:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"}},{"before":"04bec5d5c325995dbd2882267b908a6c916e5cb9","after":"64120a1eb924f2260850d3eb88b558e921fd13f8","ref":"refs/heads/master","pushedAt":"2024-06-07T01:35:15.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Start building 64-bit OS images in GitHub Actions (#416)\n\n* Update docs for 64-bit PlanktoScope OS\n\n* Switch pallet-standard to a feature branch\n\n* Fix incorrect info in a setup script comment\n\n* Bump pallet-standard\n\n* Bump forklift to v0.7.2-alpha.6\n\n* Add a draft CI workflow for building SD card images\n\n* Troubleshoot YAML syntax error\n\n* Add segmenter-only bookworm builds\n\n* Fix incorrect path\n\n* Fix a YAML syntax error\n\n* Fix mix-up of variants to build for bullseye vs bookworm\n\n* Fix incorrect filename of setup script\n\n* Move `rfkill unblock` into the VM setup phase\n\n* Handle `firewall.service` disablement when setup is in container\n\n* Handle `docker` restart after `firewall.service` disablement in container setup\n\n* Move `raspi-config` `do_memory_split` to setup in VM\n\n* Change precedence of OS build strategy matrix fields\n\n* Fix incorrect script name\n\n* Bind/copy the entire repo into the image, since Node-RED setup requires files outside the setup dir\n\n* Handle `systemd-timesyncd.service` stop in setup in container\n\n* Fix missing variable\n\n* Add concurrency groups to the OS image build workflows\n\n* Fix incorrect step name in OS image build workflow job\n\n* Remove `raspi-config` `do_memory_split` since we've migrated to picamera2\n\n* Increase expanded image size to accommodate bookworm builds\n\n* Try to pre-cache images before running in the VM\n\n* Troubleshoot skopeo copy\n\n* Try to work around skopeo's broken arch detection\n\n* Troubleshoot skopeo flag in with QEMU binfmt\n\n* Troubleshoot skopeo\n\n* Decompose & reorder base tools setup; continue troubleshooting skopeo\n\n* Fix incorrect skopeo flag\n\n* Fix another incorrect skopeo flag\n\n* Continue troubleshooting skopeo\n\n* Troubleshoot incorrect usage of skopeo flag\n\n* Troubleshoot skopeo image storage (overlay driver isn't available)\n\n* Try to use a less obsolete version of Skopeo\n\n* Try to remove the need for skopeo in the VM setup phase\n\n* Fix bash syntax error\n\n* Persist pallet staging between container setup and VM setup\n\n* Try to parallelize image pre-caching & caching\n\n* Work around inability to pass bash function to GNU parallel\n\n* Use absolute file paths for scripts passed to GNU parallel\n\n* Try to fix forklift stage store path when staging palle in container setup\n\n* Suppress `apt-get` progress info, since it clogs up CI logs\n\n* Don't enable forklift-apply.service until after setup in VM\n\n* Try again to disable forklift-apply.service before VM setup\n\n* Try to increase container image (pre)caching parallelism\n\n* Add `none` build variant to bookworm builds\n\n* Interleave stdout lines from GNU parallel\n\n* Try using ubuntu 24.04 runner\n\n* Revert \"Try using ubuntu 24.04 runner\"\n\nThis reverts commit 9d20eae116b67b1bf9b45bc0af19724ef5be4def.\n\n* Work around cgroups v1 vs v2 issue in bookworm in systemd-nspawn\n\n* Try downloading images as part of `forklift apply`, for concurrency\n\n* Re-enable pre-caching of images, since that's the fastest option\n\n* Fix incorrect order between `forklift stage plan` and `forklift stage set-next`\n\n* Try to record OS installation versioning information\n\n* Try to fix syntax of job step to get actual commit SHA on PRs\n\n* Try to fix issues with installation version determination\n\n* Try to fix more issues with installation version determination\n\n* Use fictional merged hash in installer versioning from PRs so git will work\n\n* Fix missing variable error\n\n* Fix missing path error\n\n* Try to fetch all remote tags\n\n* Fix bash syntax error\n\n* Try to fix pseudoversion determination on PR-triggered CI runs\n\n* Fix incorrect order of git commands\n\n* Remove testing line\n\n* Record installer versioning info to a system path\n\n* Remove extraneous lines\n\n* Try to fix incorrect file permissions\n\n* Add retry-once behavior to image precaching as error handling\n\n* Try to fix unbound variable error\n\n* Add retry-once behavior to `forklift stage apply`\n\n* Try to use GitHub Actions caching to deduplicate Docker Hub image pulls\n\n* Fix issues with image pre-caching in GitHub Actions\n\n* Try to fix GitHub Actions syntax error\n\n* Try to fix passing of values among pre-caching job steps\n\n* Try to fix YAML syntax error\n\n* Remove flag not supported by ubuntu-22.04's version of git\n\n* Try to make partial clone work\n\n* Troubleshoot installer versioning determination step\n\n* Continue troubleshooting installer versioning determination\n\n* Continue troubleshooting...\n\n* Try to fix git config command for partial clone\n\n* Troubleshoot git fetch with blob filter\n\n* Try to fix passing of values among job steps\n\n* Fix incorrect variable names\n\n* Troubleshoot container image pre-cache setup\n\n* Remove testing/troubleshooting code\n\n* Fix incorrect forklift subcommand\n\n* Try to fix container image pre-caching\n\n* Try to fix issues with container image pre-caching\n\n* Try to fix missing directory\n\n* Try to make booted VM setup time more consistent across variants\n\n* Try to fix GitHub Actions syntax error\n\n* Try to limit when we cache the container image precache\n\n* Change Node-RED dashboard's ISO selector from multibutton to slider\n\n* Troubleshoot bash error about ambiguous redirect\n\n* Don't cache the image precache if previous step failed\n\n* Add build metadata for non-default configs to artifact uploads\n\n* Delete precached container images after using them\n\n* Try to resolve warning in post-job cleanup for actions/checkout step\n\n* Fix incorrect path\n\n* Decrease max ISO for planktoscopehat Node-RED dashboard from 800 to 650\n\n* Update the Node-RED dashboard to use the new file path for installer version info\n\n* Try not to restart docker if it's not available\n\n* Fix docker permissions issue in non-CI setup","shortMessageHtmlLink":"Start building 64-bit OS images in GitHub Actions (#416)"}},{"before":null,"after":"64120a1eb924f2260850d3eb88b558e921fd13f8","ref":"refs/heads/gh-readonly-queue/master/pr-416-04bec5d5c325995dbd2882267b908a6c916e5cb9","pushedAt":"2024-06-07T01:33:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Start building 64-bit OS images in GitHub Actions (#416)\n\n* Update docs for 64-bit PlanktoScope OS\n\n* Switch pallet-standard to a feature branch\n\n* Fix incorrect info in a setup script comment\n\n* Bump pallet-standard\n\n* Bump forklift to v0.7.2-alpha.6\n\n* Add a draft CI workflow for building SD card images\n\n* Troubleshoot YAML syntax error\n\n* Add segmenter-only bookworm builds\n\n* Fix incorrect path\n\n* Fix a YAML syntax error\n\n* Fix mix-up of variants to build for bullseye vs bookworm\n\n* Fix incorrect filename of setup script\n\n* Move `rfkill unblock` into the VM setup phase\n\n* Handle `firewall.service` disablement when setup is in container\n\n* Handle `docker` restart after `firewall.service` disablement in container setup\n\n* Move `raspi-config` `do_memory_split` to setup in VM\n\n* Change precedence of OS build strategy matrix fields\n\n* Fix incorrect script name\n\n* Bind/copy the entire repo into the image, since Node-RED setup requires files outside the setup dir\n\n* Handle `systemd-timesyncd.service` stop in setup in container\n\n* Fix missing variable\n\n* Add concurrency groups to the OS image build workflows\n\n* Fix incorrect step name in OS image build workflow job\n\n* Remove `raspi-config` `do_memory_split` since we've migrated to picamera2\n\n* Increase expanded image size to accommodate bookworm builds\n\n* Try to pre-cache images before running in the VM\n\n* Troubleshoot skopeo copy\n\n* Try to work around skopeo's broken arch detection\n\n* Troubleshoot skopeo flag in with QEMU binfmt\n\n* Troubleshoot skopeo\n\n* Decompose & reorder base tools setup; continue troubleshooting skopeo\n\n* Fix incorrect skopeo flag\n\n* Fix another incorrect skopeo flag\n\n* Continue troubleshooting skopeo\n\n* Troubleshoot incorrect usage of skopeo flag\n\n* Troubleshoot skopeo image storage (overlay driver isn't available)\n\n* Try to use a less obsolete version of Skopeo\n\n* Try to remove the need for skopeo in the VM setup phase\n\n* Fix bash syntax error\n\n* Persist pallet staging between container setup and VM setup\n\n* Try to parallelize image pre-caching & caching\n\n* Work around inability to pass bash function to GNU parallel\n\n* Use absolute file paths for scripts passed to GNU parallel\n\n* Try to fix forklift stage store path when staging palle in container setup\n\n* Suppress `apt-get` progress info, since it clogs up CI logs\n\n* Don't enable forklift-apply.service until after setup in VM\n\n* Try again to disable forklift-apply.service before VM setup\n\n* Try to increase container image (pre)caching parallelism\n\n* Add `none` build variant to bookworm builds\n\n* Interleave stdout lines from GNU parallel\n\n* Try using ubuntu 24.04 runner\n\n* Revert \"Try using ubuntu 24.04 runner\"\n\nThis reverts commit 9d20eae116b67b1bf9b45bc0af19724ef5be4def.\n\n* Work around cgroups v1 vs v2 issue in bookworm in systemd-nspawn\n\n* Try downloading images as part of `forklift apply`, for concurrency\n\n* Re-enable pre-caching of images, since that's the fastest option\n\n* Fix incorrect order between `forklift stage plan` and `forklift stage set-next`\n\n* Try to record OS installation versioning information\n\n* Try to fix syntax of job step to get actual commit SHA on PRs\n\n* Try to fix issues with installation version determination\n\n* Try to fix more issues with installation version determination\n\n* Use fictional merged hash in installer versioning from PRs so git will work\n\n* Fix missing variable error\n\n* Fix missing path error\n\n* Try to fetch all remote tags\n\n* Fix bash syntax error\n\n* Try to fix pseudoversion determination on PR-triggered CI runs\n\n* Fix incorrect order of git commands\n\n* Remove testing line\n\n* Record installer versioning info to a system path\n\n* Remove extraneous lines\n\n* Try to fix incorrect file permissions\n\n* Add retry-once behavior to image precaching as error handling\n\n* Try to fix unbound variable error\n\n* Add retry-once behavior to `forklift stage apply`\n\n* Try to use GitHub Actions caching to deduplicate Docker Hub image pulls\n\n* Fix issues with image pre-caching in GitHub Actions\n\n* Try to fix GitHub Actions syntax error\n\n* Try to fix passing of values among pre-caching job steps\n\n* Try to fix YAML syntax error\n\n* Remove flag not supported by ubuntu-22.04's version of git\n\n* Try to make partial clone work\n\n* Troubleshoot installer versioning determination step\n\n* Continue troubleshooting installer versioning determination\n\n* Continue troubleshooting...\n\n* Try to fix git config command for partial clone\n\n* Troubleshoot git fetch with blob filter\n\n* Try to fix passing of values among job steps\n\n* Fix incorrect variable names\n\n* Troubleshoot container image pre-cache setup\n\n* Remove testing/troubleshooting code\n\n* Fix incorrect forklift subcommand\n\n* Try to fix container image pre-caching\n\n* Try to fix issues with container image pre-caching\n\n* Try to fix missing directory\n\n* Try to make booted VM setup time more consistent across variants\n\n* Try to fix GitHub Actions syntax error\n\n* Try to limit when we cache the container image precache\n\n* Change Node-RED dashboard's ISO selector from multibutton to slider\n\n* Troubleshoot bash error about ambiguous redirect\n\n* Don't cache the image precache if previous step failed\n\n* Add build metadata for non-default configs to artifact uploads\n\n* Delete precached container images after using them\n\n* Try to resolve warning in post-job cleanup for actions/checkout step\n\n* Fix incorrect path\n\n* Decrease max ISO for planktoscopehat Node-RED dashboard from 800 to 650\n\n* Update the Node-RED dashboard to use the new file path for installer version info\n\n* Try not to restart docker if it's not available\n\n* Fix docker permissions issue in non-CI setup","shortMessageHtmlLink":"Start building 64-bit OS images in GitHub Actions (#416)"}},{"before":"6e5d2d2f6c98cb30fc3dc3a6837a59ba7cd2ff38","after":"9deaa584de8babd54cd7f98d8028782877cd36c9","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T23:50:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Fix docker permissions issue in non-CI setup","shortMessageHtmlLink":"Fix docker permissions issue in non-CI setup"}},{"before":"5f417f25ee96f67bd2b92b618c85e300a842eb15","after":"6e5d2d2f6c98cb30fc3dc3a6837a59ba7cd2ff38","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T23:29:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Try not to restart docker if it's not available","shortMessageHtmlLink":"Try not to restart docker if it's not available"}},{"before":"a856a4851cd845d391546fe8a78ccf898d736e87","after":"5f417f25ee96f67bd2b92b618c85e300a842eb15","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T23:20:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Update the Node-RED dashboard to use the new file path for installer version info","shortMessageHtmlLink":"Update the Node-RED dashboard to use the new file path for installer …"}},{"before":"e3381cc5cca589e3153d3e0d9a73290138b7dbf0","after":"a856a4851cd845d391546fe8a78ccf898d736e87","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T23:15:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Decrease max ISO for planktoscopehat Node-RED dashboard from 800 to 650","shortMessageHtmlLink":"Decrease max ISO for planktoscopehat Node-RED dashboard from 800 to 650"}},{"before":"de01db098c1a15177946de11b9f8d76bfcff7a7e","after":"e3381cc5cca589e3153d3e0d9a73290138b7dbf0","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T04:05:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Fix incorrect path","shortMessageHtmlLink":"Fix incorrect path"}},{"before":"166052598b4aea4bc6273393e82e9139c797da84","after":"de01db098c1a15177946de11b9f8d76bfcff7a7e","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T04:00:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Try to resolve warning in post-job cleanup for actions/checkout step","shortMessageHtmlLink":"Try to resolve warning in post-job cleanup for actions/checkout step"}},{"before":"2c7c254c94c6b1a5d16d4d2159c7fc0fe91c7f36","after":"166052598b4aea4bc6273393e82e9139c797da84","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T03:57:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Delete precached container images after using them","shortMessageHtmlLink":"Delete precached container images after using them"}},{"before":"d63594852dbfda7bcaa34fe6768b903a22163d3d","after":"2c7c254c94c6b1a5d16d4d2159c7fc0fe91c7f36","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T01:36:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Add build metadata for non-default configs to artifact uploads","shortMessageHtmlLink":"Add build metadata for non-default configs to artifact uploads"}},{"before":"06d3860c39aef854834660e0c9bbced44e90d507","after":"d63594852dbfda7bcaa34fe6768b903a22163d3d","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T00:07:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Don't cache the image precache if previous step failed","shortMessageHtmlLink":"Don't cache the image precache if previous step failed"}},{"before":"9a7b660154a8514e4070a9d3a2c35d954ea63797","after":"06d3860c39aef854834660e0c9bbced44e90d507","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-06T00:00:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Troubleshoot bash error about ambiguous redirect","shortMessageHtmlLink":"Troubleshoot bash error about ambiguous redirect"}},{"before":"7fc66839d32d576048e8ab69a9dc5c0eafafb2c1","after":"9a7b660154a8514e4070a9d3a2c35d954ea63797","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T23:49:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Change Node-RED dashboard's ISO selector from multibutton to slider","shortMessageHtmlLink":"Change Node-RED dashboard's ISO selector from multibutton to slider"}},{"before":"46cc0a620bd03edc12227b9a8649b219a411283d","after":"7fc66839d32d576048e8ab69a9dc5c0eafafb2c1","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T21:10:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Try to fix GitHub Actions syntax error","shortMessageHtmlLink":"Try to fix GitHub Actions syntax error"}},{"before":"443d6cfbf66684f0750aabd54e96742761eb6275","after":"46cc0a620bd03edc12227b9a8649b219a411283d","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T21:09:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Try to make booted VM setup time more consistent across variants","shortMessageHtmlLink":"Try to make booted VM setup time more consistent across variants"}},{"before":"705a5c88150acd4406b17102d652cf98bd463036","after":"443d6cfbf66684f0750aabd54e96742761eb6275","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T19:07:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Try to fix missing directory","shortMessageHtmlLink":"Try to fix missing directory"}},{"before":"c2da007965b31589f95ce80bc587fcf0aa342c72","after":"705a5c88150acd4406b17102d652cf98bd463036","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T19:02:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Try to fix issues with container image pre-caching","shortMessageHtmlLink":"Try to fix issues with container image pre-caching"}},{"before":"3508e2fe5d33408c6c09954cdb36f0782578a4de","after":"c2da007965b31589f95ce80bc587fcf0aa342c72","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T18:52:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Try to fix container image pre-caching","shortMessageHtmlLink":"Try to fix container image pre-caching"}},{"before":"af2f38b94eea440e838e2624121ca9d0176269ab","after":"3508e2fe5d33408c6c09954cdb36f0782578a4de","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T18:45:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Fix incorrect forklift subcommand","shortMessageHtmlLink":"Fix incorrect forklift subcommand"}},{"before":"ca4a8b47c45511c8d5ebd94df48178fcab3beaea","after":"af2f38b94eea440e838e2624121ca9d0176269ab","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T18:38:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Remove testing/troubleshooting code","shortMessageHtmlLink":"Remove testing/troubleshooting code"}},{"before":"92ca460a8641a90ff71ea481a9239c1ac013ebdc","after":"ca4a8b47c45511c8d5ebd94df48178fcab3beaea","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T18:31:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Troubleshoot container image pre-cache setup","shortMessageHtmlLink":"Troubleshoot container image pre-cache setup"}},{"before":"7300c9d7ce134dd9f1b850da77d7c6df218116ab","after":"92ca460a8641a90ff71ea481a9239c1ac013ebdc","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T18:23:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Fix incorrect variable names","shortMessageHtmlLink":"Fix incorrect variable names"}},{"before":"7c476da0c787c6b711f7954164884b6fd8c08833","after":"7300c9d7ce134dd9f1b850da77d7c6df218116ab","ref":"refs/heads/feature/bullseye-arm64","pushedAt":"2024-06-05T18:16:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ethanjli","name":"Ethan Li","path":"/ethanjli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180370?s=80&v=4"},"commit":{"message":"Try to fix passing of values among job steps","shortMessageHtmlLink":"Try to fix passing of values among job steps"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXtmVOgA","startCursor":null,"endCursor":null}},"title":"Activity · PlanktoScope/PlanktoScope"}