Skip to content

Commit

Permalink
update baseline for new jobs package
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 18, 2024
1 parent f360a5a commit 3ebe564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ baseline: spec
postLoadDoIt: #postLoadGeneric].
"test packages"
spec package: 'SqueakInboxTalkTests' with: [spec requires: #(#app)].
spec package: 'SqueakInboxTalkJobs' with: [spec requires: #withAllExtras].

"groups"
spec
group: #app with: 'SqueakInboxTalk';
group: #default with: #(#app #tests);
group: #tests with: 'SqueakInboxTalkTests';
group: #withAllExtras with: #(app 'SqueakInboxTalkExtras-Semantics')]
group: #jobs with: 'SqueakInboxTalkJobs';
group: #withAllExtras with: #(app 'SqueakInboxTalkExtras-Semantics')].
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"latestTimeStampForPackage:" : "ct 11/18/2024 02:22",
"latestTimeStampsFor:" : "ct 11/18/2024 20:26" },
"instance" : {
"baseline:" : "ct 11/18/2024 02:08",
"baseline:" : "ct 11/19/2024 00:56",
"initializeSqhPreferences" : "ct 11/17/2024 23:26",
"installDependencies" : "ct 11/17/2024 23:17",
"isCI" : "ct 10/15/2022 21:23",
Expand Down

0 comments on commit 3ebe564

Please sign in to comment.