Skip to content

Commit cc725ab

Browse files
committed
Updating versions
1 parent 4aaa48b commit cc725ab

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: integration
5454
run: |
5555
rm -rf $HOME/.cache/coursier/v1/https/raw.githubusercontent.com/tmtsoftware/osw-apps/
56-
cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
56+
cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
5757
5858
- name: Upload RTM
5959
uses: actions/upload-artifact@v4

.github/workflows/iris.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Generate RTM
4444
working-directory: iris
45-
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
45+
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
4646

4747
- name: Generate Coverage
4848
working-directory: iris

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Integration- Generate RTM
5757
working-directory: integration
58-
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
58+
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
5959

6060
- name: Integration - Upload RTM
6161
uses: actions/upload-artifact@v4
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: IRIS - Generate RTM
7878
working-directory: iris
79-
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
79+
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
8080

8181
- name: IRIS - Generate Coverage
8282
working-directory: iris
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: WFOS - Generate RTM
104104
working-directory: wfos
105-
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
105+
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
106106

107107
- name: WFOS - Generate Coverage
108108
working-directory: wfos

.github/workflows/wfos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Generate RTM
4444
working-directory: wfos
45-
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
45+
run: cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
4646

4747
- name: Generate Coverage
4848
working-directory: wfos

integration/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name := "integration"
22

33
libraryDependencies += ("com.github.tmtsoftware.esw" %% "esw-testkit" % "f9cbac5")
4-
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "iris-irisdeploy" % "5d9e186")
5-
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "wfos-wfosdeploy" % "5d9e186")
4+
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "iris-irisdeploy" % "4aaa48b")
5+
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "wfos-wfosdeploy" % "4aaa48b")
66
libraryDependencies += ("com.github.tmtsoftware.rtm" %% "rtm" % "0.4.1")
77
scalafmtConfig := file("../.scalafmt.conf")
88

integration/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") // not scala 3 ready
22

3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
44

55

66
resolvers += "jitpack" at "https://jitpack.io"
7-
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "2bf7f34"
7+
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "0.7.1"

integration/src/test/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
csw-networks.hostname.automatic = on
33

4-
agent.coursier.channel = "https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json"
4+
agent.coursier.channel = "https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json"
55

66
esw {
77
heartbeat-interval = 400.millis

iris/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
//addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") // not scala 3 ready
22

3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
55
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
66

77
resolvers += "jitpack" at "https://jitpack.io"
8-
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "2bf7f34"
8+
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "0.7.1"
99

1010
classpathTypes += "maven-plugin"
1111

jenkins/stil-nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pipeline {
7070
sh "mkdir -p target/RTM"
7171
sh "cat iris/target/RTM/testStoryMapping.txt wfos/target/RTM/testStoryMapping.txt integration/target/RTM/testStoryMapping.txt > target/RTM/testStoryMappingAll.txt"
7272
// Generate RTM
73-
sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:0.4.1 -- target/RTM/testStoryMappingAll.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt"
73+
sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMappingAll.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt"
7474
// Upload RTM
7575
publishHTML(target: [
7676
alwaysLinkToLastBuild: false,

sample-configs/HostConfig-Allan.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ containers: [
88
orgName: "com.github.tmtsoftware.esw-observing-simulation"
99
deployModule: "iris-irisdeploy"
1010
appName: "iris.irisdeploy.IrisContainerCmdApp"
11-
version: "5d9e186"
11+
version: "4aaa48b"
1212
# mode can be one of Container or Standalone
1313
mode: "Container"
1414
# path of individual container configuration file
@@ -22,7 +22,7 @@ containers: [
2222
orgName: "com.github.tmtsoftware.esw-observing-simulation"
2323
deployModule: "wfos-wfosdeploy"
2424
appName: "wfos.wfosdeploy.WfosContainerCmdApp"
25-
version: "5d9e186"
25+
version: "4aaa48b"
2626
# mode can be one of Container or Standalone
2727
mode: "Container"
2828
# path of individual container configuration file

0 commit comments

Comments
 (0)