Skip to content

Commit

Permalink
Remove public contract tests
Browse files Browse the repository at this point in the history
We found that the external pact broker hasn't been used in over 2 years,
so there isn't a justifiable reason to keep these running

Test-plan:
- Verify that contract tests still run for internal customers
- Verify that post-merge, generated contracts are still pushed
   to the broker

Change-Id: I8221dbf97eb78610ef2b25a69e32909b7f29b6c6
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/260350
Tested-by: Service Cloud Jenkins <[email protected]>
Reviewed-by: Robin Kuss <[email protected]>
Reviewed-by: James Butters <[email protected]>
Reviewed-by: Alex Slaughter <[email protected]>
Reviewed-by: Aaron Ogata <[email protected]>
QA-Review: Brian Watson <[email protected]>
Product-Review: Brian Watson <[email protected]>
  • Loading branch information
brianlwatson committed Mar 10, 2021
1 parent d41b624 commit 6651cd1
Show file tree
Hide file tree
Showing 32 changed files with 17 additions and 2,548 deletions.
10 changes: 2 additions & 8 deletions Jenkinsfile.contract-tests
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,15 @@ pipeline {
}
}

stages['Generic'] = {
timeout(time: 5) {
runAndCopyResults('pact_test3', 'Generic Consumer')
}
}

stages['Quiz LTI'] = {
timeout(time: 10) {
runAndCopyResults('pact_test4', 'Quiz LTI')
runAndCopyResults('pact_test3', 'Quiz LTI')
}
}

stages['Sistemic'] = {
timeout(time: 5) {
runAndCopyResults('pact_test5', 'Sistemic')
runAndCopyResults('pact_test4', 'Sistemic')
}
}

Expand Down
16 changes: 0 additions & 16 deletions bin/contracts-publish-api-public

This file was deleted.

16 changes: 0 additions & 16 deletions bin/contracts-publish-api-public-curl

This file was deleted.

29 changes: 0 additions & 29 deletions pact/pact_config.rb

This file was deleted.

37 changes: 0 additions & 37 deletions pact/pact_helper.rb

This file was deleted.

48 changes: 0 additions & 48 deletions pact/spec/README.md

This file was deleted.

216 changes: 0 additions & 216 deletions pact/spec/account_notifications_spec.rb

This file was deleted.

Loading

0 comments on commit 6651cd1

Please sign in to comment.