Skip to content

Commit

Permalink
Remove teamcity-specific artifacts
Browse files Browse the repository at this point in the history
We moved to building with GitHub Actions in #26058 and so we do not need to keep TeamCity-related code around.
  • Loading branch information
georgeblahblah committed Oct 13, 2023
1 parent 9ddd439 commit 7aed40b
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 370 deletions.
5 changes: 0 additions & 5 deletions common/app/common/configuration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,6 @@ class GuardianConfiguration extends GuLogging {
lazy val token = configuration.getStringProperty("github.token")
}

object teamcity {
lazy val host = configuration.getMandatoryStringProperty("teamcity.host")
lazy val internalHost = configuration.getMandatoryStringProperty("teamcity.internalhost")
}

object ajax {
lazy val url = configuration.getStringProperty("ajax.url").getOrElse("")
lazy val nonSecureUrl =
Expand Down
3 changes: 0 additions & 3 deletions common/conf/env/DEVINFRA.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ weather.api.key=none

images.signature-salt=none

teamcity.host=
riffraff.url=

#general
Expand Down Expand Up @@ -106,8 +105,6 @@ weather.api.key=none
# Radiator
riffraff.url=https://localhost
riffraff.apikey=none
teamcity.host=http://localhost
teamcity.internalhost=http://localhost

facebook.graphApi.accessToken=fake-access-token

Expand Down
116 changes: 0 additions & 116 deletions dev/post-integration-test-hook.sh

This file was deleted.

9 changes: 0 additions & 9 deletions dev/teamcity/dist-assetmonitor-tc

This file was deleted.

51 changes: 0 additions & 51 deletions dev/teamcity/dist-assets-tc

This file was deleted.

14 changes: 0 additions & 14 deletions dev/teamcity/dist-npm-tc

This file was deleted.

39 changes: 0 additions & 39 deletions dev/teamcity/dist-publish-assets-tc

This file was deleted.

11 changes: 0 additions & 11 deletions dev/teamcity/test-root-tc

This file was deleted.

6 changes: 1 addition & 5 deletions docs/03-dev-howtos/10-testing-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,4 @@ The simplest way to do that is to spin up a new Auto scaling Group in environmen
1. delete the ASG and Launch config

## Building a branch with frontend
1. click the ... icon next to Run in [dotcom frontend](https://teamcity.gutools.co.uk/viewType.html?buildTypeId=dotcom_master) build
1. change the BranchName in the parameters screen to your branch
1. run the build - it will create the build and upload to riffraff
1. deploy the build with riffraff to TEST

1. deploy the build of your branch with riffraff to TEST
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
"jest": "^26.6.3",
"jest-environment-jsdom": "^26.6.2",
"jest-environment-jsdom-global": "^2.0.4",
"jest-teamcity-reporter": "^0.6.2",
"listr": "^0.14.3",
"lodash.merge": "^4.6.2",
"lodash.takewhile": "^4.6.0",
Expand Down Expand Up @@ -207,7 +206,6 @@
"ophan/ng": "ophan-tracker-js",
"ophan/embed": "ophan-tracker-js/build/ophan.embed"
},
"testResultsProcessor": "jest-teamcity-reporter",
"setupFilesAfterEnv": [
"<rootDir>/dev/jest.setupTestFrameworkScriptFile.js"
],
Expand Down
29 changes: 0 additions & 29 deletions scripts/ci

This file was deleted.

2 changes: 1 addition & 1 deletion tools/task-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can pass a `--dev` flag to prefer a dev version, if it exists (suffix the ta

### Modes

Tasks can be run with `--verbose` and `--teamcity` flags for fuller output, but this shouldn't usually be needed (hopefully).
Tasks can be run with `--verbose` flag for fuller output, but this shouldn't usually be needed (hopefully).

### Options

Expand Down
Loading

0 comments on commit 7aed40b

Please sign in to comment.