зеркало из https://github.com/microsoft/CCF.git
Update azp base images (#6371)
This commit is contained in:
Родитель
59f20c4760
Коммит
1721658f12
|
@ -11,7 +11,7 @@ jobs:
|
|||
variables:
|
||||
Codeql.SkipTaskAutoInjection: true
|
||||
skipComponentGovernanceDetection: true
|
||||
container: ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15
|
||||
container: ghcr.io/microsoft/ccf/ci/default:latest
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "CCF Development Environment",
|
||||
"image": "ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15",
|
||||
"image": "ghcr.io/microsoft/ccf/ci/default:latest",
|
||||
"runArgs": [],
|
||||
"extensions": [
|
||||
"eamodio.gitlens",
|
||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
name: Continuous Benchmarking with Bencher
|
||||
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
|
||||
container:
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15
|
||||
image: ghcr.io/microsoft/ccf/ci/default:build-26-06-2024
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
@ -130,10 +130,7 @@ def make_dev_container(id, name, image, command, ports, with_volume):
|
|||
def parse_aci_args(parser: ArgumentParser) -> Namespace:
|
||||
# Generic options
|
||||
parser.add_argument(
|
||||
"--aci-image",
|
||||
help="The name of the image to deploy in the ACI",
|
||||
type=str,
|
||||
default="ccfmsrc.azurecr.io/ccf/ci:2024-06-26-snp",
|
||||
"--aci-image", help="The name of the image to deploy in the ACI", type=str
|
||||
)
|
||||
parser.add_argument(
|
||||
"--aci-type",
|
||||
|
|
Загрузка…
Ссылка в новой задаче